diff options
author | Doug Goldstein <cardoe@cardoe.com> | 2016-01-26 13:09:23 -0600 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-02-01 00:11:35 -0500 |
commit | 3915d59fdf7af575b7e26a82efb0f998864d8692 (patch) | |
tree | cbefe3fb4692741ba68193b8a59ad2a90d331563 | |
parent | 663463da0c29e1f22b0740335d193f637174c104 (diff) | |
download | meta-virtualization-3915d59fdf7af575b7e26a82efb0f998864d8692.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>
-rw-r--r-- | recipes-extended/xen/xen.inc | 5 |
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. | |||
736 | EXTRA_OEMAKE += "SEABIOS_ROM=${STAGING_DIR_HOST}/usr/share/firmware/bios.bin" | 736 | EXTRA_OEMAKE += "SEABIOS_ROM=${STAGING_DIR_HOST}/usr/share/firmware/bios.bin" |
737 | EXTRA_OEMAKE += "ETHERBOOT_ROMS=${STAGING_DIR_HOST}/usr/share/firmware/rtl8139.rom" | 737 | EXTRA_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 | ||
741 | EXTRA_OEMAKE += "WGET=/bin/false" | ||
742 | EXTRA_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 |
740 | python () { | 745 | python () { |
741 | pkgconfig = d.getVar('PACKAGECONFIG', True) | 746 | pkgconfig = d.getVar('PACKAGECONFIG', True) |