[meta-virtualization] [PATCH 03/14] xen: Move x86/arch specific components into RRECOMMENDS

Nathan Rossi nathan.rossi at xilinx.com
Mon Feb 16 00:34:25 PST 2015


* 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 at xilinx.com>
---
 recipes-extended/xen/xen.inc | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc
index 9ab8351..54d6ffe 100644
--- a/recipes-extended/xen/xen.inc
+++ b/recipes-extended/xen/xen.inc
@@ -64,11 +64,9 @@ RDEPENDS_${PN}-base = "\
     ${PN}-libxenstore \
     ${PN}-libfsimage \
     ${PN}-fsimage \
-    ${PN}-hvmloader \
     ${PN}-scripts-block \
     ${PN}-scripts-network \
     ${PN}-udev \
-    ${PN}-xenpaging \
     ${PN}-xen-watchdog \
     ${PN}-xencommons \
     ${PN}-xendomains \
@@ -77,6 +75,13 @@ RDEPENDS_${PN}-base = "\
     ${PN}-xl \
     "
 
+RRECOMMENDS_${PN}-base = " \
+    ${PN}-libblktap \
+    ${PN}-flask \
+    ${PN}-hvmloader \
+    ${PN}-xenpaging \
+    "
+
 RDEPENDS_${PN}-misc = " \
     perl \
     python \
-- 
2.1.1



More information about the meta-virtualization mailing list