diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-11-15 15:49:27 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-11-15 15:49:27 -0500 |
| commit | bd4c908b4622de9d422784a7bb5a9dbdac34ca52 (patch) | |
| tree | a68903df9c4f35c2c8e88efd5fcc23e71ec62f40 | |
| parent | fcffb627a7831a53b5f817848e4d1f1a140b9eb5 (diff) | |
| download | meta-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>
| -rw-r--r-- | recipes-core/runv/runv_git.bb | 2 |
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 | |||
| 22 | PACKAGECONFIG[xen] = "--with-xen,--without-xen," | 22 | PACKAGECONFIG[xen] = "--with-xen,--without-xen," |
| 23 | AUTOTOOLS_SCRIPT_PATH = "${S}/src/import/" | 23 | AUTOTOOLS_SCRIPT_PATH = "${S}/src/import/" |
| 24 | 24 | ||
| 25 | RDEPENDS_${PN} += " qemu" | 25 | RDEPENDS_${PN} += " qemu hyperstart" |
| 26 | 26 | ||
| 27 | do_compile() { | 27 | do_compile() { |
| 28 | export GOARCH="${TARGET_GOARCH}" | 28 | export GOARCH="${TARGET_GOARCH}" |
