From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from dan.rpsys.net ([93.97.175.187]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1R8Hbt-0005v9-C1 for openembedded-core@lists.openembedded.org; Mon, 26 Sep 2011 22:17:05 +0200 Received: from localhost (dan.rpsys.net [127.0.0.1]) by dan.rpsys.net (8.14.2/8.14.2/Debian-2build1) with ESMTP id p8QKHxl9012455 for ; Mon, 26 Sep 2011 21:18:00 +0100 X-Virus-Scanned: Debian amavisd-new at dan.rpsys.net Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 8y9diAZG+tOa for ; Mon, 26 Sep 2011 21:17:59 +0100 (BST) Received: from [192.168.1.40] (tim [93.97.173.237]) (authenticated bits=0) by dan.rpsys.net (8.14.2/8.14.2/Debian-2build1) with ESMTP id p8QKHrs2012450 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Mon, 26 Sep 2011 21:17:55 +0100 From: Richard Purdie To: openembedded-core Date: Mon, 26 Sep 2011 21:11:29 +0100 X-Mailer: Evolution 3.1.91- Message-ID: <1317067896.26109.92.camel@ted> Mime-Version: 1.0 Subject: [PATCH] grub: Fix insane/QA architecture warning X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2011 20:17:05 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit There is QA warning about this package for an architecture mismatch but this is inappropriate in this case since the bootloader needs 32 and 64 bit code. We therefore flag the QA check to be skipped. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-bsp/grub/grub_1.99.bb b/meta/recipes-bsp/grub/grub_1.99.bb index b910b5a..ba41e8f 100644 --- a/meta/recipes-bsp/grub/grub_1.99.bb +++ b/meta/recipes-bsp/grub/grub_1.99.bb @@ -41,4 +41,4 @@ do_install_append () { FILES_${PN}-doc = "${datadir}" FILES_${PN} = "/usr /etc" - +INSANE_SKIP_${PN} = "arch"