mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
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>
This commit is contained in:
parent
58765bd2c9
commit
ff06d54434
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user