summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-extended/xen/xen.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc
index beb255c1..f937b05d 100644
--- a/recipes-extended/xen/xen.inc
+++ b/recipes-extended/xen/xen.inc
@@ -736,6 +736,11 @@ EXTRA_OEMAKE += "CIRRUSVGA_ROM=${STAGING_DIR_HOST}/usr/share/firmware/vgabios-0.
736EXTRA_OEMAKE += "SEABIOS_ROM=${STAGING_DIR_HOST}/usr/share/firmware/bios.bin" 736EXTRA_OEMAKE += "SEABIOS_ROM=${STAGING_DIR_HOST}/usr/share/firmware/bios.bin"
737EXTRA_OEMAKE += "ETHERBOOT_ROMS=${STAGING_DIR_HOST}/usr/share/firmware/rtl8139.rom" 737EXTRA_OEMAKE += "ETHERBOOT_ROMS=${STAGING_DIR_HOST}/usr/share/firmware/rtl8139.rom"
738 738
739# prevent the Xen build scripts from fetching things during the build
740# all dependencies should be reflected in the Yocto recipe
741EXTRA_OEMAKE += "WGET=/bin/false"
742EXTRA_OEMAKE += "GIT=/bin/false"
743
739# check for XSM in package config to allow XSM_ENABLE to be set 744# check for XSM in package config to allow XSM_ENABLE to be set
740python () { 745python () {
741 pkgconfig = d.getVar('PACKAGECONFIG', True) 746 pkgconfig = d.getVar('PACKAGECONFIG', True)