summaryrefslogtreecommitdiffstats
path: root/recipes-core
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2020-09-21 18:12:01 -0700
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-09-22 15:50:59 -0400
commitff06d544349e10cc3c664e6457a8dd44613c0721 (patch)
tree7cf6cef5d1eaeaf91bb13c99e08b75647cfaa0d7 /recipes-core
parent58765bd2c99458d4cbb71a1745aeb28718f195f6 (diff)
downloadmeta-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>
Diffstat (limited to 'recipes-core')
-rw-r--r--recipes-core/runx/runx_git.bb1
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
40RDEPENDS_${PN} += " jq bash" 40RDEPENDS_${PN} += " jq bash"
41RDEPENDS_${PN} += " xen-tools-xl go-build socat daemonize" 41RDEPENDS_${PN} += " xen-tools-xl go-build socat daemonize"
42RDEPENDS_${PN} += " qemu-system-i386 ca-certificates qemu qemu-keymaps"
42 43
43do_compile() { 44do_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