summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-09-26 21:11:29 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-30 16:37:50 +0000
commitc8635bab0bf5fb481bf0db62a1ee932150083ef8 (patch)
treeffd445432f31c69e62ae165aa8300202798c5cc2 /meta/recipes-bsp
parentcd50451812f17abd7802beac8fc353825ead8d04 (diff)
downloadpoky-c8635bab0bf5fb481bf0db62a1ee932150083ef8.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. (From OE-Core rev: 43723e19eb5a6119c7546dc812428e792999a928) (From OE-Core rev: f31c0b804b04cd1ae9ea7251164fd1345697c72b) 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 () {
41 41
42FILES_${PN}-doc = "${datadir}" 42FILES_${PN}-doc = "${datadir}"
43FILES_${PN} = "/usr /etc" 43FILES_${PN} = "/usr /etc"
44 44INSANE_SKIP_${PN} = "arch"