aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2016-04-05 10:51:42 +0800
committerChen Qi <Qi.Chen@windriver.com>2016-04-05 11:08:19 +0800
commit2d362ec67807bce526f2ceb11f5275aa05fc829b (patch)
tree429034ed26b39706602310ccc6f604758ddbe76e
parentd60806e56aed2f62f6a0e030a564f7fdc4a1314d (diff)
downloadopenembedded-core-contrib-ChenQi/grub-armv7a.tar.gz
grub_git: remove armv7a from COMPATIBLE_HOSTChenQi/grub-armv7a
grub_git recipe supports arm architectures. However, when building against armv7a arch, we would meet the following error. | build-grub-module-verifier: error: unsupported relocation 0x2b. | make[3]: *** [disk.mod] Error 1 | make[3]: *** Waiting for unfinished jobs.... | build-grub-module-verifier: error: unsupported relocation 0x2b. | make[3]: *** [cat.mod] Error 1 | build-grub-module-verifier: error: unsupported relocation 0x2b. | make[3]: *** [cmp.mod] Error 1 This address, along with 0x2c, is not supported yet, according to grub upstream. So remove armv7a from COMPATIBLE_HOST for now. Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
-rw-r--r--meta/recipes-bsp/grub/grub_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-bsp/grub/grub_git.bb b/meta/recipes-bsp/grub/grub_git.bb
index 3ebab7f2f8..2b435b7d2e 100644
--- a/meta/recipes-bsp/grub/grub_git.bb
+++ b/meta/recipes-bsp/grub/grub_git.bb
@@ -18,6 +18,7 @@ SRC_URI = "git://git.savannah.gnu.org/grub.git \
S = "${WORKDIR}/git"
COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|aarch64.*)-(linux.*|freebsd.*)'
+COMPATIBLE_HOST_armv7a = 'null'
inherit autotools gettext texinfo