From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pd0-f177.google.com (mail-pd0-f177.google.com [209.85.192.177]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 448AFE006B9 for ; Tue, 18 Feb 2014 18:14:08 -0800 (PST) Received: by mail-pd0-f177.google.com with SMTP id x10so16947386pdj.22 for ; Tue, 18 Feb 2014 18:14:08 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=0cGpmJ/2um6a0+P600hZW663QXjelimMqPVnU9vsv1I=; b=KAu874wboiMhVXVO2vk8K5pCdexKxPvAlBijLu8bx5k4pL5ppWm9hKbuStvC6ftjPb G7NJCurShGYZzbPEpEWfquQkn2ojFDgy2g4kMsoxftKgHKtzqIE4k3Y7MQeDQBt2XlqH NKG11Typ7HsEwNWQCH2rsdqBw/zqAP7k9D0fdwVf5mk0REyc4yCO1QTSoGl7juQRTRKR Ixwq/xHhl62LaZx/o7zZxpjqG3zvYh34+BSSCwHFNJgWxS8VRPeMl/013+lOzIza6bW8 VYVO8ziUisIIJEgG3Y8fHetZdtrxgESGzZOJULf6AXUL2oY0TvTc4AvRO776cYtt+Gn7 O8xw== X-Gm-Message-State: ALoCoQnXX4eeYt5BXmGbxA5vAppk/rfT2pgwGHDZIXuZwekbAey4g+HPQ2RfFh/9LWXMJvR1VUoi X-Received: by 10.68.242.33 with SMTP id wn1mr13629854pbc.154.1392776048303; Tue, 18 Feb 2014 18:14:08 -0800 (PST) Received: from [192.168.1.8] (ip98-167-230-131.ph.ph.cox.net. [98.167.230.131]) by mx.google.com with ESMTPSA id bc4sm60600643pbb.2.2014.02.18.18.14.05 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 18 Feb 2014 18:14:06 -0800 (PST) Message-ID: <5304136A.9020800@boundarydevices.com> Date: Tue, 18 Feb 2014 19:14:02 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Otavio Salvador , meta-freescale Mailing List References: <1392030754-17186-1-git-send-email-otavio@ossystems.com.br> In-Reply-To: <1392030754-17186-1-git-send-email-otavio@ossystems.com.br> Subject: Re: [meta-fsl-arm-extra][PATCH] linux-boundary, u-boot-script-boundary: Set compatible machine X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Feb 2014 02:14:18 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Thanks Otavio, On 02/10/2014 04:12 AM, Otavio Salvador wrote: > The compatible machine filter is required to avoid build warnings when > building for other boards, as: > > ,----[ Build warning ] > | WARNING: Unable to get checksum for linux-boundary > | SRC_URI entry defconfig: file could not be found > `---- > > Change-Id: I2f55697fbef29c35b332bfdcc5023c5f70bc9e4b > Signed-off-by: Otavio Salvador > --- > recipes-bsp/u-boot/u-boot-script-boundary_git.bb | 2 +- > recipes-kernel/linux/linux-boundary_3.0.35.bb | 1 + > recipes-kernel/linux/linux-boundary_3.10.17.bb | 3 ++- > 3 files changed, 4 insertions(+), 2 deletions(-) > > diff --git a/recipes-bsp/u-boot/u-boot-script-boundary_git.bb b/recipes-bsp/u-boot/u-boot-script-boundary_git.bb > index 345294e..380a785 100644 > --- a/recipes-bsp/u-boot/u-boot-script-boundary_git.bb > +++ b/recipes-bsp/u-boot/u-boot-script-boundary_git.bb > @@ -1,6 +1,5 @@ > LICENSE = "GPLv2+" > LIC_FILES_CHKSUM = "file://Licenses/README;md5=025bf9f768cbcb1a165dbe1a110babfb" > -COMPATIBLE_MACHINE = "(imx6qsabrelite|nitrogen6x)" > DEPENDS = "u-boot-mkimage-native" > > PV = "v2013.10+git${SRCPV}" > @@ -66,3 +65,4 @@ do_install[noexec] = "1" > do_populate_sysroot[noexec] = "1" > > PACKAGE_ARCH = "${MACHINE_ARCH}" Note that this is different from the removed line above (Doesn't include imx6qsabrelite). My understanding is also that the clauses in COMPATIBLE_MACHINE are sub-strings or regex's of some sort, such that 'nitrogen6x-lite' is automatically allowed by 'nitrogen6x'. > +COMPATIBLE_MACHINE = "(nitrogen6x|nitrogen6x-lite)" > diff --git a/recipes-kernel/linux/linux-boundary_3.0.35.bb b/recipes-kernel/linux/linux-boundary_3.0.35.bb > index 5416efb..ccc0734 100644 > --- a/recipes-kernel/linux/linux-boundary_3.0.35.bb > +++ b/recipes-kernel/linux/linux-boundary_3.0.35.bb > @@ -13,3 +13,4 @@ SRCBRANCH = "boundary-imx_3.0.35_4.1.0" > SRCREV = "79a3b6d5276a4025411367912c33d7d4f5e63c15" > > COMPATIBLE_MACHINE = "(mx6)" > +COMPATIBLE_MACHINE = "(nitrogen6x|nitrogen6x-lite)" > diff --git a/recipes-kernel/linux/linux-boundary_3.10.17.bb b/recipes-kernel/linux/linux-boundary_3.10.17.bb > index 4a453c4..3f0681a 100644 > --- a/recipes-kernel/linux/linux-boundary_3.10.17.bb > +++ b/recipes-kernel/linux/linux-boundary_3.10.17.bb > @@ -1,4 +1,4 @@ > -# Adapted from linux-imx.inc, copyright (C) 2013 O.S. Systems Software LTDA > +# Adapted from linux-imx.inc, copyright (C) 2013, 2014 O.S. Systems Software LTDA > # Released under the MIT license (see COPYING.MIT for the terms) > > require recipes-kernel/linux/linux-imx.inc > @@ -14,3 +14,4 @@ SRCBRANCH = "boundary-imx_3.10.17_1.0.0_beta" > SRCREV = "92608435c09eef1b111d6b704d016bcc769c55ca" > > COMPATIBLE_MACHINE = "(mx6)" Ditto > +COMPATIBLE_MACHINE = "(nitrogen6x|nitrogen6x-lite)" > .