[oe-commits] [openembedded-core] 18/41: grub_git: set COMPATIBLE_HOST_armv7a to null

git at git.openembedded.org git at git.openembedded.org
Tue Apr 26 10:29:08 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 4b8c1ab925293847569617c552237890f73e4079
Author: Robert Yang <liezhi.yang at windriver.com>
AuthorDate: Mon Apr 18 02:29:27 2016 -0700

    grub_git: set COMPATIBLE_HOST_armv7a to null
    
    It doesn't work with armv7a:
    | build-grub-module-verifier: error: unsupported relocation 0x2b.
    | make[3]: *** [reboot.mod] Error 1
    | make[3]: *** Waiting for unfinished jobs....
    | build-grub-module-verifier: error: unsupported relocation 0x2b.
    | build-grub-module-verifier: error: unsupported relocation 0x2b.
    | make[3]: *** [halt.mod] Error 1
    | make[3]: *** [cat.mod] Error 1
    | build-grub-module-verifier: error: unsupported relocation 0x2b.
    | build-grub-module-verifier: error: unsupported relocation 0x2b.
    | build-grub-module-verifier: error: unsupported relocation 0x2b.
    | make[3]: *** [disk.mod] Error 1
    | make[3]: *** [gptsync.mod] Error 1
    | make[3]: *** [eval.mod] Error 1
    | build-grub-module-verifier: error:build-grub-module-verifier: error:  unsupported relocation 0x2bunsupported relocation 0x2b.
    
    Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-bsp/grub/grub_git.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-bsp/grub/grub_git.bb b/meta/recipes-bsp/grub/grub_git.bb
index 6919c9a..8f8c5ed 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
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list