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>
This commit is contained in:
Nathan Rossi 2015-01-05 17:44:45 +10:00 committed by Bruce Ashfield
parent 2daf821145
commit 5363c1ea1d

View File

@ -64,11 +64,9 @@ RDEPENDS_${PN}-base = "\
${PN}-libxenstore \ ${PN}-libxenstore \
${PN}-libfsimage \ ${PN}-libfsimage \
${PN}-fsimage \ ${PN}-fsimage \
${PN}-hvmloader \
${PN}-scripts-block \ ${PN}-scripts-block \
${PN}-scripts-network \ ${PN}-scripts-network \
${PN}-udev \ ${PN}-udev \
${PN}-xenpaging \
${PN}-xen-watchdog \ ${PN}-xen-watchdog \
${PN}-xencommons \ ${PN}-xencommons \
${PN}-xendomains \ ${PN}-xendomains \
@ -77,6 +75,13 @@ RDEPENDS_${PN}-base = "\
${PN}-xl \ ${PN}-xl \
" "
RRECOMMENDS_${PN}-base = " \
${PN}-libblktap \
${PN}-flask \
${PN}-hvmloader \
${PN}-xenpaging \
"
RDEPENDS_${PN}-misc = " \ RDEPENDS_${PN}-misc = " \
perl \ perl \
python \ python \