From ff06d544349e10cc3c664e6457a8dd44613c0721 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 21 Sep 2020 18:12:01 -0700 Subject: runx: add additional dependencies There are some missing dependencies for a fully functional runx host. We add them here. Signed-off-by: Bruce Ashfield Signed-off-by: Bruce Ashfield --- recipes-core/runx/runx_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-core/runx') 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" RDEPENDS_${PN} += " jq bash" RDEPENDS_${PN} += " xen-tools-xl go-build socat daemonize" +RDEPENDS_${PN} += " qemu-system-i386 ca-certificates qemu qemu-keymaps" do_compile() { # we'll need this for the initrd later, so lets error if it isn't what -- cgit v1.2.3-54-g00ecf