[oe-commits] [openembedded-core] 55/60: grub_git: set COMPATIBLE_HOST_armv7ve to null

git at git.openembedded.org git at git.openembedded.org
Wed Nov 23 11:12:06 UTC 2016


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

commit 2758f03cc380990265b0bc139841d6735e0afd8d
Author: Yi Zhao <yi.zhao at windriver.com>
AuthorDate: Thu Nov 17 14:05:41 2016 +0800

    grub_git: set COMPATIBLE_HOST_armv7ve to null
    
    When build nxp-ls10xx which enable hard-float, it try to force soft-float:
    | checking if compiling with clang... no
    | checking for options to compile assembly...
    | checking whether -freg-struct-return works... yes
    | checking for options to get soft-float... no
    | configure: error: could not force soft-float
    
    Set COMPATIBLE_HOST_armv7ve to null to skip the build.
    
    Signed-off-by: Yi Zhao <yi.zhao 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 493b695..eb824cc 100644
--- a/meta/recipes-bsp/grub/grub_git.bb
+++ b/meta/recipes-bsp/grub/grub_git.bb
@@ -17,6 +17,7 @@ S = "${WORKDIR}/git"
 
 COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|aarch64.*)-(linux.*|freebsd.*)'
 COMPATIBLE_HOST_armv7a = 'null'
+COMPATIBLE_HOST_armv7ve = '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