mirror of
git://git.yoctoproject.org/poky
synced 2026-08-13 23:06:35 +00: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:
parent
e2677471e6
commit
9198908755
@ -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}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user