diff options
-rw-r--r-- | recipes-extended/xen/xen-hypervisor.inc | 2 |
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() { | |||
55 | do_install() { | 55 | do_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 | ||
59 | SYSROOT_DIRS += "/boot ${exec_prefix}/lib64" | ||
58 | 60 | ||
59 | do_deploy() { | 61 | do_deploy() { |
60 | install -d ${DEPLOYDIR} | 62 | install -d ${DEPLOYDIR} |