From cc99031c0b28231ad96c05ecf7c48593358324df Mon Sep 17 00:00:00 2001 From: Diego Sueiro Date: Mon, 2 Nov 2020 08:13:57 +0000 Subject: xen: extend SYSROOT_DIRS to include installed binaries If a recipe DEPENDS on xen we should include its binaries in the sysroot. The do_install task also ships files to /boot and /usr/lib64. Hence, extend SYSROOT_DIRS to include these paths. Signed-off-by: Diego Sueiro Signed-off-by: Bruce Ashfield --- recipes-extended/xen/xen-hypervisor.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes-extended/xen/xen-hypervisor.inc') diff --git a/recipes-extended/xen/xen-hypervisor.inc b/recipes-extended/xen/xen-hypervisor.inc index 6a75d166..916bd3ce 100644 --- a/recipes-extended/xen/xen-hypervisor.inc +++ b/recipes-extended/xen/xen-hypervisor.inc @@ -55,6 +55,8 @@ do_compile() { do_install() { oe_runmake DESTDIR="${D}" install-xen } +# The do_install also ships files in /boot and /usr/lib64 +SYSROOT_DIRS += "/boot ${exec_prefix}/lib64" do_deploy() { install -d ${DEPLOYDIR} -- cgit v1.2.3-54-g00ecf