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 <diego.sueiro@arm.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Diego Sueiro 2020-11-02 08:13:57 +00:00 committed by Bruce Ashfield
parent 3620511fad
commit cc99031c0b

View File

@ -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}