From 5363c1ea1dda1f144c292420b7979826ea811d5d Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Mon, 5 Jan 2015 17:44:45 +1000 Subject: [PATCH] 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 --- 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 9ab83518..54d6ffe9 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 \