summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@cardoe.com>2016-01-26 13:09:23 -0600
committerBruce Ashfield <bruce.ashfield@windriver.com>2016-02-01 15:32:43 -0500
commitaa17f6817051985b298d489220f5c3ee4946763d (patch)
tree3c2ae09463fc1fa52606f71ccfc5dd6d4d06f74f /recipes-extended
parente5406212b4c2fd7519387fdd024b041f205b40c0 (diff)
downloadmeta-virtualization-aa17f6817051985b298d489220f5c3ee4946763d.tar.gz
xen: don't allow the build system to fetch
All dependencies should be reflected in the Yocto dependency and the Xen build system should not go off fetching things on its own. Signed-off-by: Doug Goldstein <cardoe@cardoe.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-extended')
-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)