mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
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:
parent
fcffb627a7
commit
bd4c908b46
|
@ -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}"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user