[OE-core] [PATCH 2/2] grub_git: set COMPATIBLE_HOST_armv7a to null

Robert Yang liezhi.yang at windriver.com
Thu Apr 21 01:01:05 UTC 2016



On 04/21/2016 04:37 AM, Burton, Ross wrote:
> Andre's comment from the last time you submitted this is still valid:
>
>     Unless you have verified that armv4, armv5, armv6 and armv7ve all work
>     correctly then blacklisting only armv7a is probably not the correct
>     approach.
>
>
> Have you tested all the other architectures?

No, I will have a try.

// Robert

>
> Ross
>
> On 18 April 2016 at 10:29, Robert Yang <liezhi.yang at windriver.com
> <mailto:liezhi.yang at windriver.com>> wrote:
>
>     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
>     <mailto:liezhi.yang at windriver.com>>
>     ---
>       meta/recipes-bsp/grub/grub_git.bb <http://grub_git.bb> | 1 +
>       1 file changed, 1 insertion(+)
>
>     diff --git a/meta/recipes-bsp/grub/grub_git.bb <http://grub_git.bb>
>     b/meta/recipes-bsp/grub/grub_git.bb <http://grub_git.bb>
>     index 6919c9a..8f8c5ed 100644
>     --- a/meta/recipes-bsp/grub/grub_git.bb <http://grub_git.bb>
>     +++ b/meta/recipes-bsp/grub/grub_git.bb <http://grub_git.bb>
>     @@ -18,6 +18,7 @@ SRC_URI = "git://git.savannah.gnu.org/grub.git
>     <http://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
>
>     --
>     2.8.0
>
>     --
>     _______________________________________________
>     Openembedded-core mailing list
>     Openembedded-core at lists.openembedded.org
>     <mailto:Openembedded-core at lists.openembedded.org>
>     http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
>



More information about the Openembedded-core mailing list