From 5524c6d0fbc371040b519013d81b6e945dfecbcb Mon Sep 17 00:00:00 2001 From: Christopher Clark Date: Fri, 17 Jul 2020 14:03:46 -0700 Subject: xen-tools: packaging for new files in Xen 4.14 Signed-off-by: Christopher Clark Signed-off-by: Bruce Ashfield --- recipes-extended/xen/xen-tools.inc | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/recipes-extended/xen/xen-tools.inc b/recipes-extended/xen/xen-tools.inc index 2feed007..99e7e0b8 100644 --- a/recipes-extended/xen/xen-tools.inc +++ b/recipes-extended/xen/xen-tools.inc @@ -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 \ -- cgit v1.2.3-54-g00ecf