[meta-virtualization] [PATCH v2 3/4] xen : cp long-double-64.h long-double-32.h to fix hvmloader build

christopher.w.clark at gmail.com christopher.w.clark at gmail.com
Wed Aug 23 14:43:34 PDT 2017


From: Christopher Clark <christopher.clark6 at baesystems.com>

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 at baesystems.com>
---
v2: unchanged

 recipes-extended/xen/xen.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc
index cda737c..b429c81 100644
--- a/recipes-extended/xen/xen.inc
+++ b/recipes-extended/xen/xen.inc
@@ -912,6 +912,7 @@ do_configure() {
 
     # do configure
     oe_runconf
+    cp ${STAGING_INCDIR}/bits/long-double-64.h ${STAGING_INCDIR}/bits/long-double-32.h
 }
 
 do_compile() {
-- 
2.1.4



More information about the meta-virtualization mailing list