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:
Khem Raj
2020-01-02 23:21:22 -08:00
committed by Richard Purdie
parent 17f102e36e
commit dd68e76a70

View File

@@ -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"