diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2016-11-17 14:05:41 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-23 11:10:15 +0000 |
commit | bd74e15c1c3f1650250349dd039d6c6942796619 (patch) | |
tree | acba4d9e5db35758dba4e56e76f7392b9c268129 /meta/recipes-bsp/grub | |
parent | 8670100bae0ae393c1c1b63cddc08c52c062dfe5 (diff) | |
download | poky-bd74e15c1c3f1650250349dd039d6c6942796619.tar.gz |
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.
(From OE-Core rev: 2758f03cc380990265b0bc139841d6735e0afd8d)
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/grub')
-rw-r--r-- | meta/recipes-bsp/grub/grub_git.bb | 1 |
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 493b6956ee..eb824ccc71 100644 --- a/meta/recipes-bsp/grub/grub_git.bb +++ b/meta/recipes-bsp/grub/grub_git.bb | |||
@@ -17,6 +17,7 @@ S = "${WORKDIR}/git" | |||
17 | 17 | ||
18 | COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|aarch64.*)-(linux.*|freebsd.*)' | 18 | COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|aarch64.*)-(linux.*|freebsd.*)' |
19 | COMPATIBLE_HOST_armv7a = 'null' | 19 | COMPATIBLE_HOST_armv7a = 'null' |
20 | COMPATIBLE_HOST_armv7ve = 'null' | ||
20 | 21 | ||
21 | inherit autotools gettext texinfo | 22 | inherit autotools gettext texinfo |
22 | 23 | ||