mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
xen-tools: packaging for new files in Xen 4.14
Signed-off-by: Christopher Clark <christopher.clark6@baesystems.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
fd3d5ff379
commit
5524c6d0fb
|
@ -64,9 +64,12 @@ RRECOMMENDS_${PN} = " \
|
|||
${@bb.utils.contains('PACKAGECONFIG', 'externalblktap', '', '${BLKTAP_RRECOMMENDS}', d)} \
|
||||
${PN}-flask \
|
||||
${PN}-hvmloader \
|
||||
${PN}-libxenhypfs \
|
||||
${PN}-shim \
|
||||
${PN}-ucode \
|
||||
${PN}-vchan \
|
||||
${PN}-xenpaging \
|
||||
${PN}-xenhypfs \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN}-devd = " \
|
||||
|
@ -137,6 +140,10 @@ RDEPENDS_${PN}-xendomains = "\
|
|||
virtual/xenstored \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN}-xenhypfs = " \
|
||||
${PN}-libxenhypfs \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN}-xl = "libgcc"
|
||||
|
||||
RDEPENDS_${PN}-xenmon = " \
|
||||
|
@ -179,6 +186,8 @@ PACKAGES = " \
|
|||
${PN}-libxengnttab-dev \
|
||||
${PN}-libxenguest \
|
||||
${PN}-libxenguest-dev \
|
||||
${PN}-libxenhypfs \
|
||||
${PN}-libxenhypfs-dev \
|
||||
${PN}-libxenlight \
|
||||
${PN}-libxenlight-dev \
|
||||
${PN}-libxenstat \
|
||||
|
@ -204,6 +213,7 @@ PACKAGES = " \
|
|||
${PN}-shim \
|
||||
${PN}-staticdev \
|
||||
${PN}-ucode \
|
||||
${PN}-vchan \
|
||||
${PN}-volatiles \
|
||||
${PN}-xcutils \
|
||||
${PN}-xencommons \
|
||||
|
@ -211,6 +221,7 @@ PACKAGES = " \
|
|||
${PN}-xend \
|
||||
${PN}-xend-examples \
|
||||
${PN}-xendomains \
|
||||
${PN}-xenhypfs \
|
||||
${PN}-xenmon \
|
||||
${PN}-xenpaging \
|
||||
${PN}-xenpmd \
|
||||
|
@ -324,6 +335,12 @@ FILES_${PN}-libxenguest-dev = " \
|
|||
${datadir}/pkgconfig/xenguest.pc \
|
||||
"
|
||||
|
||||
FILES_${PN}-libxenhypfs = "${libdir}/libxenhypfs.so.*"
|
||||
FILES_${PN}-libxenhypfs-dev = " \
|
||||
${libdir}/libxenhypfs.so \
|
||||
${libdir}/pkgconfig/xenhypfs.pc \
|
||||
"
|
||||
|
||||
FILES_${PN}-libxenlight = "${libdir}/libxenlight.so.*"
|
||||
FILES_${PN}-libxenlight-dev = " \
|
||||
${libdir}/libxenlight.so \
|
||||
|
@ -535,6 +552,10 @@ FILES_${PN}-ucode = "\
|
|||
${sbindir}/xen-ucode \
|
||||
"
|
||||
|
||||
FILES_${PN}-vchan = "\
|
||||
${bindir}/vchan-socket-proxy \
|
||||
"
|
||||
|
||||
FILES_${PN}-volatiles = "\
|
||||
${sysconfdir}/default/volatiles/99_xen \
|
||||
${sysconfdir}/tmpfiles.d/xen.conf \
|
||||
|
@ -557,6 +578,10 @@ FILES_${PN}-xend-examples = "\
|
|||
${sysconfdir}/xen/xend-pci-quirks.sxp \
|
||||
"
|
||||
|
||||
FILES_${PN}-xenhypfs = "\
|
||||
${sbindir}/xenhypfs \
|
||||
"
|
||||
|
||||
FILES_${PN}-xenpaging = "\
|
||||
${libdir}/xen/bin/xenpaging \
|
||||
${localstatedir}/lib/xen/xenpaging \
|
||||
|
|
Loading…
Reference in New Issue
Block a user