From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yh0-f42.google.com (mail-yh0-f42.google.com [209.85.213.42]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 2F92FE01423 for ; Mon, 25 Mar 2013 08:34:15 -0700 (PDT) Received: by mail-yh0-f42.google.com with SMTP id b12so420641yha.1 for ; Mon, 25 Mar 2013 08:34:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=9x6Qu+yNncjeQ0odTwe0MNWs1Wrb7MZNKzG3DFIp+pw=; b=ZBJl3vksEYt0+YtWDceLVgmu0FsieFcmApfS31CBNYXTiwdCqwU07IDfWul2wLsI5b 8WXlJ/oqRWi6pEtAUoih8oYAvNeubGLo7lVw+gc/FuCgWB+7gDTMED8jONAr2GHd7hUb k6bpHx1uUragEQaDazHnmhurWaBrfZJJUyZB2Zqe6K9+GxsBSaaqh+kj52k/krykf1pU 69zTXAlGS+Mu6lXQHOj4G5TCkcK+JfQxyKA9DaJbw5HNo9ihw4jkBCysJcZxPbq3i0l4 Cbb0yWZnSdbFfAXHE3FUoJeM7Kt3DTopdOYKrXhlBQUGAmh2dfaKaU2lWkTmR6v0fZ7E OMQg== X-Received: by 10.236.129.76 with SMTP id g52mr7006200yhi.160.1364225654219; Mon, 25 Mar 2013 08:34:14 -0700 (PDT) Received: from goober.local ([75.76.228.60]) by mx.google.com with ESMTPS id e55sm19298962yhi.16.2013.03.25.08.34.13 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 25 Mar 2013 08:34:13 -0700 (PDT) Message-ID: <51506E74.4070805@gmail.com> Date: Mon, 25 Mar 2013 10:34:12 -0500 From: John Weber User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130307 Thunderbird/17.0.4 MIME-Version: 1.0 To: meta-freescale@yoctoproject.org References: <1364215919-13865-1-git-send-email-otavio@ossystems.com.br> In-Reply-To: <1364215919-13865-1-git-send-email-otavio@ossystems.com.br> Subject: Re: [meta-fsl-arm-extra][PATCH] broadcom-nvram-config: Add compatible machine setting 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: Mon, 25 Mar 2013 15:34:15 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Otavio - I thought the point of setting: BROADCOM_FIRMWARE = "INVALID" was to throw an error on purpose in case someone added the package to their machine and did not modify the recipe to provide a corresponding nvram file for their machine? Doesn't adding COMPATIBLE_MACHINE remove that error? John On 3/25/13 7:51 AM, Otavio Salvador wrote: > This avoid a warning, during recipe parsing of bitbake, due an > incompatible machine as the nvram.txt is not available as no know > default one is suitable for every board so a specific one is need. > > Change-Id: I409a1310c6f37975a46d79cdbd84665daa381e0d > Signed-off-by: Otavio Salvador > --- > recipes-bsp/broadcom-nvram-config/broadcom-nvram-config.bb | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/recipes-bsp/broadcom-nvram-config/broadcom-nvram-config.bb b/recipes-bsp/broadcom-nvram-config/broadcom-nvram-config.bb > index 0afd374..85f56d2 100644 > --- a/recipes-bsp/broadcom-nvram-config/broadcom-nvram-config.bb > +++ b/recipes-bsp/broadcom-nvram-config/broadcom-nvram-config.bb > @@ -26,3 +26,4 @@ BROADCOM_FIRMWARE_wandboard-dual = "bcm4329" > > RDEPENDS_${PN} = "linux-firmware-${BROADCOM_FIRMWARE}" > > +COMPATIBLE_MACHINE = "(wandboard-dual)" >