diff options
author | Christopher Clark <christopher.clark6@baesystems.com> | 2017-08-23 14:43:34 -0700 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-08-24 09:55:41 -0400 |
commit | 52781c64b6e94e800bd6ff9310e389c91b077a51 (patch) | |
tree | 9a774bf0c30e79049077628bab2e0bf56cc02963 | |
parent | b6edda45ec347255bf0103716d2cf16c4b2f17a9 (diff) | |
download | meta-virtualization-52781c64b6e94e800bd6ff9310e389c91b077a51.tar.gz |
xen : cp long-double-64.h long-double-32.h to fix hvmloader build
Fix the xen build when MACHINE = "genericx86-64" by providing long-double-32.h
Inspired by a similar recent patch to meta/recipes-bsp/gnu-efi/gnu-efi_3.0.5.bb
since the contents of the header are minimal:
cp ${STAGING_INCDIR}/bits/long-double-64.h ${STAGING_INCDIR}/bits/long-double-32.h
Signed-off-by: Christopher Clark <christopher.clark6@baesystems.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r-- | recipes-extended/xen/xen.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc index cda737c4..b429c81c 100644 --- a/recipes-extended/xen/xen.inc +++ b/recipes-extended/xen/xen.inc | |||
@@ -912,6 +912,7 @@ do_configure() { | |||
912 | 912 | ||
913 | # do configure | 913 | # do configure |
914 | oe_runconf | 914 | oe_runconf |
915 | cp ${STAGING_INCDIR}/bits/long-double-64.h ${STAGING_INCDIR}/bits/long-double-32.h | ||
915 | } | 916 | } |
916 | 917 | ||
917 | do_compile() { | 918 | do_compile() { |