]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
classes/qemuboot: add depends on qemu-system-native and qemu-helper-native
authorRoss Burton <ross.burton@arm.com>
Fri, 22 Mar 2024 16:49:59 +0000 (16:49 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 25 Mar 2024 13:01:12 +0000 (13:01 +0000)
commitdd54cf058f632e985917ff227483995f368e6a7d
tree66dbe2c85d9cc21926539e7da99ad05ca5a9553d
parent18e696048cc3486c6cce600c5a2a27a887f558e1
classes/qemuboot: add depends on qemu-system-native and qemu-helper-native

Any image that inherits qemuboot must also add image dependencies on
qemu-system-native and qemu-helper-native, otherwise the image won't
be able to be booted.

Currently this is done by conf/machine/include/qemu.inc, but not every
machine that uses qemuboot includes that file.

Move the EXTRA_IMAGEDEPENDS from qemu.inc into qemuboot.bbclass, so that
the dependencies don't have to be duplicated.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes-recipe/qemuboot.bbclass
meta/conf/machine/include/qemu.inc