mirror of
https://git.yoctoproject.org/poky
synced 2026-04-13 05:02:24 +02:00
kernel: moves KERNEL_SRC_PATH to bitbake.conf
"/usr/src/kernel" is being hard-coded in multiple recipes so far, move its definition to bitbake.conf. (From OE-Core rev: eb9f900527e02ca08a1de14b4ac773f513bb1ee4) Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -28,9 +28,6 @@ do_configure[noexec] = "1"
|
||||
do_compile[noexec] = "1"
|
||||
do_populate_sysroot[noexec] = "1"
|
||||
|
||||
# Define where the kernel headers are installed on the target as well as where
|
||||
# they are staged.
|
||||
KERNEL_SRC_PATH = "/usr/src/kernel"
|
||||
S = "${STAGING_KERNEL_DIR}"
|
||||
B = "${STAGING_KERNEL_BUILDDIR}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user