summaryrefslogtreecommitdiffstats
path: root/recipes-extended/xen/xen.inc
diff options
context:
space:
mode:
authorChristopher Clark <christopher.w.clark@gmail.com>2017-08-14 13:04:58 -0700
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-08-17 11:51:56 -0400
commit9e84be6360c64d822fb5a1cea027f40007db2fe5 (patch)
treed95b69d4104ccbba6232196a4569bc2528687d70 /recipes-extended/xen/xen.inc
parent56cb449b6a56689a8d6849a7a527844791af3836 (diff)
downloadmeta-virtualization-9e84be6360c64d822fb5a1cea027f40007db2fe5.tar.gz
xen: remove STAGING_DIR_HOST from the runtime search path for bios.bin
This configuration option sets a run-time search path rather than the location of a build-time dependency. Tested with Xen 4.9 on OpenXT. Signed-off-by: Christopher Clark <christopher.clark6@baesystems.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-extended/xen/xen.inc')
-rw-r--r--recipes-extended/xen/xen.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc
index 52423854..cda737c4 100644
--- a/recipes-extended/xen/xen.inc
+++ b/recipes-extended/xen/xen.inc
@@ -22,7 +22,7 @@ FLASK_POLICY_FILE ?= "xenpolicy-${PV}"
22PACKAGECONFIG[sdl] = "--enable-sdl,--disable-sdl,virtual/libsdl," 22PACKAGECONFIG[sdl] = "--enable-sdl,--disable-sdl,virtual/libsdl,"
23PACKAGECONFIG[xsm] = "--enable-xsmpolicy,--disable-xsmpolicy,checkpolicy-native," 23PACKAGECONFIG[xsm] = "--enable-xsmpolicy,--disable-xsmpolicy,checkpolicy-native,"
24PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd," 24PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd,"
25PACKAGECONFIG[hvm] = "--with-system-seabios="${STAGING_DIR_HOST}/usr/share/firmware/bios.bin",--disable-seabios,seabios ipxe vgabios," 25PACKAGECONFIG[hvm] = "--with-system-seabios="/usr/share/firmware/bios.bin",--disable-seabios,seabios ipxe vgabios,"
26 26
27DEPENDS = " \ 27DEPENDS = " \
28 bison-native \ 28 bison-native \