summaryrefslogtreecommitdiffstats
path: root/recipes-core/runv
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2017-11-15 15:49:27 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-11-15 15:49:27 -0500
commitbd4c908b4622de9d422784a7bb5a9dbdac34ca52 (patch)
treea68903df9c4f35c2c8e88efd5fcc23e71ec62f40 /recipes-core/runv
parentfcffb627a7831a53b5f817848e4d1f1a140b9eb5 (diff)
downloadmeta-virtualization-bd4c908b4622de9d422784a7bb5a9dbdac34ca52.tar.gz
runv: add rdepends on hyperstart
runv needs a kernel and initrd as part of its startup. The tested configuration for these is hyperstart, so we add it to the rdepends to ensure it is installed. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-core/runv')
-rw-r--r--recipes-core/runv/runv_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/runv/runv_git.bb b/recipes-core/runv/runv_git.bb
index 5125d906..0301dd28 100644
--- a/recipes-core/runv/runv_git.bb
+++ b/recipes-core/runv/runv_git.bb
@@ -22,7 +22,7 @@ inherit autotools-brokensep
22PACKAGECONFIG[xen] = "--with-xen,--without-xen," 22PACKAGECONFIG[xen] = "--with-xen,--without-xen,"
23AUTOTOOLS_SCRIPT_PATH = "${S}/src/import/" 23AUTOTOOLS_SCRIPT_PATH = "${S}/src/import/"
24 24
25RDEPENDS_${PN} += " qemu" 25RDEPENDS_${PN} += " qemu hyperstart"
26 26
27do_compile() { 27do_compile() {
28 export GOARCH="${TARGET_GOARCH}" 28 export GOARCH="${TARGET_GOARCH}"