aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-09-26 21:11:29 +0100
committerSaul Wold <sgw@linux.intel.com>2011-09-27 23:54:27 -0700
commit43723e19eb5a6119c7546dc812428e792999a928 (patch)
tree5988ea79f8b2c53a8ecfa45fbe57be07ce4c733f /meta/recipes-bsp
parentca36a3edf9cede9fa0d73ba1a9538ab467cb5e3c (diff)
downloadopenembedded-core-contrib-43723e19eb5a6119c7546dc812428e792999a928.tar.gz
grub: Fix insane/QA architecture warning
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 <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r--meta/recipes-bsp/grub/grub_1.99.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/grub/grub_1.99.bb b/meta/recipes-bsp/grub/grub_1.99.bb
index b910b5a4a0..ba41e8f28f 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"