mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 00:32:13 +02:00
musl: Build outside of source tree
musl does not use cmake/autotools etc. but plane old makefile basded build system, which means it does not get B defined to be outside S therefore define B explicitly to be outside S (From OE-Core rev: 025a7a4007d4f6f64c861dc498dab68eaa650c2d) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -25,3 +25,5 @@ MIPS_INSTRUCTION_SET = "mips"
|
||||
ARM_INSTRUCTION_SET_armv5 = "arm"
|
||||
ARM_INSTRUCTION_SET_armv4 = "arm"
|
||||
|
||||
# Enable out of tree build
|
||||
B = "${WORKDIR}/build"
|
||||
|
||||
Reference in New Issue
Block a user