diff options
| -rw-r--r-- | recipes-extended/xen/xen.inc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc index 38cecd1d..bf4b3c28 100644 --- a/recipes-extended/xen/xen.inc +++ b/recipes-extended/xen/xen.inc | |||
| @@ -5,7 +5,7 @@ SECTION = "console/tools" | |||
| 5 | 5 | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbb4b1bdc2c3b6743da3c39d03249095" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbb4b1bdc2c3b6743da3c39d03249095" |
| 7 | 7 | ||
| 8 | COMPATIBLE_HOST = '(x86_64.*).*-linux|aarch64.*-linux' | 8 | COMPATIBLE_HOST = '(x86_64.*).*-linux|aarch64.*-linux|arm-.*-linux-gnueabi' |
| 9 | 9 | ||
| 10 | inherit autotools-brokensep setuptools update-rc.d systemd deploy | 10 | inherit autotools-brokensep setuptools update-rc.d systemd deploy |
| 11 | 11 | ||
| @@ -918,6 +918,11 @@ do_post_patch() { | |||
| 918 | fi | 918 | fi |
| 919 | } | 919 | } |
| 920 | 920 | ||
| 921 | do_post_patch_append_arm() { | ||
| 922 | # The hypervisor binary must not be built with the hard floating point ABI. | ||
| 923 | echo "CC := \$(filter-out ${TUNE_CCARGS},\$(CC))" >> ${B}/xen/arch/arm/Rules.mk | ||
| 924 | } | ||
| 925 | |||
| 921 | addtask post_patch after do_patch before do_configure | 926 | addtask post_patch after do_patch before do_configure |
| 922 | 927 | ||
| 923 | do_stubs() { | 928 | do_stubs() { |
