diff options
author | Nathan Rossi <nathan.rossi@xilinx.com> | 2015-01-05 17:44:45 +1000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-02-20 21:17:04 -0500 |
commit | 5363c1ea1dda1f144c292420b7979826ea811d5d (patch) | |
tree | 818e38f08ec815d12e5259d9120e282b56437fbe | |
parent | 2daf821145e2f8633b8f2e1354a95d79f1411b1d (diff) | |
download | meta-virtualization-5363c1ea1dda1f144c292420b7979826ea811d5d.tar.gz |
xen: Move x86/arch specific components into RRECOMMENDS
* The xen-base specifies features that are specific to x86 targets,
these components include xen-libblktap, xen-flask, xen-hvmloader and
xen-xenpaging
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
-rw-r--r-- | recipes-extended/xen/xen.inc | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc index 9ab83518..54d6ffe9 100644 --- a/recipes-extended/xen/xen.inc +++ b/recipes-extended/xen/xen.inc | |||
@@ -64,11 +64,9 @@ RDEPENDS_${PN}-base = "\ | |||
64 | ${PN}-libxenstore \ | 64 | ${PN}-libxenstore \ |
65 | ${PN}-libfsimage \ | 65 | ${PN}-libfsimage \ |
66 | ${PN}-fsimage \ | 66 | ${PN}-fsimage \ |
67 | ${PN}-hvmloader \ | ||
68 | ${PN}-scripts-block \ | 67 | ${PN}-scripts-block \ |
69 | ${PN}-scripts-network \ | 68 | ${PN}-scripts-network \ |
70 | ${PN}-udev \ | 69 | ${PN}-udev \ |
71 | ${PN}-xenpaging \ | ||
72 | ${PN}-xen-watchdog \ | 70 | ${PN}-xen-watchdog \ |
73 | ${PN}-xencommons \ | 71 | ${PN}-xencommons \ |
74 | ${PN}-xendomains \ | 72 | ${PN}-xendomains \ |
@@ -77,6 +75,13 @@ RDEPENDS_${PN}-base = "\ | |||
77 | ${PN}-xl \ | 75 | ${PN}-xl \ |
78 | " | 76 | " |
79 | 77 | ||
78 | RRECOMMENDS_${PN}-base = " \ | ||
79 | ${PN}-libblktap \ | ||
80 | ${PN}-flask \ | ||
81 | ${PN}-hvmloader \ | ||
82 | ${PN}-xenpaging \ | ||
83 | " | ||
84 | |||
80 | RDEPENDS_${PN}-misc = " \ | 85 | RDEPENDS_${PN}-misc = " \ |
81 | perl \ | 86 | perl \ |
82 | python \ | 87 | python \ |