diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-09-21 18:12:01 -0700 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-09-22 15:50:59 -0400 |
commit | ff06d544349e10cc3c664e6457a8dd44613c0721 (patch) | |
tree | 7cf6cef5d1eaeaf91bb13c99e08b75647cfaa0d7 | |
parent | 58765bd2c99458d4cbb71a1745aeb28718f195f6 (diff) | |
download | meta-virtualization-ff06d544349e10cc3c664e6457a8dd44613c0721.tar.gz |
runx: add additional dependencies
There are some missing dependencies for a fully functional runx
host. We add them here.
Signed-off-by: Bruce Ashfield <bruce.ashfield@xilinx.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-core/runx/runx_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-core/runx/runx_git.bb b/recipes-core/runx/runx_git.bb index a2600711..bf84b2df 100644 --- a/recipes-core/runx/runx_git.bb +++ b/recipes-core/runx/runx_git.bb | |||
@@ -39,6 +39,7 @@ DEPENDS += "qemu-native bison-native" | |||
39 | 39 | ||
40 | RDEPENDS_${PN} += " jq bash" | 40 | RDEPENDS_${PN} += " jq bash" |
41 | RDEPENDS_${PN} += " xen-tools-xl go-build socat daemonize" | 41 | RDEPENDS_${PN} += " xen-tools-xl go-build socat daemonize" |
42 | RDEPENDS_${PN} += " qemu-system-i386 ca-certificates qemu qemu-keymaps" | ||
42 | 43 | ||
43 | do_compile() { | 44 | do_compile() { |
44 | # we'll need this for the initrd later, so lets error if it isn't what | 45 | # we'll need this for the initrd later, so lets error if it isn't what |