summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-extended/xen/xen-hypervisor.inc2
1 files changed, 2 insertions, 0 deletions
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() {
55do_install() { 55do_install() {
56 oe_runmake DESTDIR="${D}" install-xen 56 oe_runmake DESTDIR="${D}" install-xen
57} 57}
58# The do_install also ships files in /boot and /usr/lib64
59SYSROOT_DIRS += "/boot ${exec_prefix}/lib64"
58 60
59do_deploy() { 61do_deploy() {
60 install -d ${DEPLOYDIR} 62 install -d ${DEPLOYDIR}