diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-10-16 22:54:56 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-11-15 19:50:00 +0000 |
commit | e6b7e24630d5baf0c52473e6f3a96bda10ed2556 (patch) | |
tree | c6a151a3fe159315feaf33945bcbc0b290de0390 | |
parent | aca728f51b2d9aec9ce1b7fc9bf53a42ad1f7808 (diff) | |
download | meta-virtualization-e6b7e24630d5baf0c52473e6f3a96bda10ed2556.tar.gz |
xen: add qemu-system-i386 and bios RDEPENDS
The current RRRECOMMENDS can work, but isn't strong enough
since we explicitly configure system-i386 into 'xl' and
-system requires the bios files.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-extended/xen/xen-tools.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-extended/xen/xen-tools.inc b/recipes-extended/xen/xen-tools.inc index 72d0b377..2459bd1e 100644 --- a/recipes-extended/xen/xen-tools.inc +++ b/recipes-extended/xen/xen-tools.inc | |||
@@ -26,6 +26,8 @@ RDEPENDS:${PN} = "\ | |||
26 | ${PN}-xenstore \ | 26 | ${PN}-xenstore \ |
27 | virtual-xenstored \ | 27 | virtual-xenstored \ |
28 | ${PN}-xl \ | 28 | ${PN}-xl \ |
29 | qemu-system-i386 \ | ||
30 | qemu-firmware \ | ||
29 | " | 31 | " |
30 | 32 | ||
31 | RDEPENDS:${PN}-dev = "" | 33 | RDEPENDS:${PN}-dev = "" |