mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
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:
parent
3620511fad
commit
cc99031c0b
|
@ -55,6 +55,8 @@ do_compile() {
|
||||||
do_install() {
|
do_install() {
|
||||||
oe_runmake DESTDIR="${D}" install-xen
|
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() {
|
do_deploy() {
|
||||||
install -d ${DEPLOYDIR}
|
install -d ${DEPLOYDIR}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user