mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 09:32:14 +02:00
cross.bbclass: Override the sysroot_stage_all to work appropriately for cross packages
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -39,3 +39,11 @@ do_stage () {
|
||||
do_install () {
|
||||
:
|
||||
}
|
||||
|
||||
#
|
||||
# Override the default sysroot staging copy since this won't look like a target system
|
||||
#
|
||||
sysroot_stage_all() {
|
||||
sysroot_stage_dir ${D} ${SYSROOT_DESTDIR}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user