mirror of
https://git.yoctoproject.org/poky
synced 2026-05-04 13:39:49 +02:00
kernel: Clear SYSROOT_DIRS instead of replacing sysroot_stage_all
Replacing sysroot_stage_all by a no-op recipe makes it difficult for bbappends to stage files intentionally. Instead, just clear SYSROOT_DIRS, allowing other bbappends to easily add new directories. (From OE-Core rev: 45ed53ec09e24956ce3d7d008e254bc759cf5f85) Signed-off-by: Sean Anderson <sean.anderson@seco.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit 849791e7086463a4c7c53c2c1ed9603a6c3a080d) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
541402f288
commit
ec67581366
@@ -588,9 +588,7 @@ do_shared_workdir () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# We don't need to stage anything, not the modules/firmware since those would clash with linux-firmware
|
# We don't need to stage anything, not the modules/firmware since those would clash with linux-firmware
|
||||||
sysroot_stage_all () {
|
SYSROOT_DIRS = ""
|
||||||
:
|
|
||||||
}
|
|
||||||
|
|
||||||
KERNEL_CONFIG_COMMAND ?= "oe_runmake_call -C ${S} O=${B} olddefconfig || oe_runmake -C ${S} O=${B} oldnoconfig"
|
KERNEL_CONFIG_COMMAND ?= "oe_runmake_call -C ${S} O=${B} olddefconfig || oe_runmake -C ${S} O=${B} oldnoconfig"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user