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>
This commit is contained in:
Bruce Ashfield 2017-11-15 15:49:27 -05:00
parent fcffb627a7
commit bd4c908b46

View File

@ -22,7 +22,7 @@ inherit autotools-brokensep
PACKAGECONFIG[xen] = "--with-xen,--without-xen," PACKAGECONFIG[xen] = "--with-xen,--without-xen,"
AUTOTOOLS_SCRIPT_PATH = "${S}/src/import/" AUTOTOOLS_SCRIPT_PATH = "${S}/src/import/"
RDEPENDS_${PN} += " qemu" RDEPENDS_${PN} += " qemu hyperstart"
do_compile() { do_compile() {
export GOARCH="${TARGET_GOARCH}" export GOARCH="${TARGET_GOARCH}"