]> code.ossystems Code Review - openembedded-core.git/commitdiff
bitbake.conf: Do not use lib64 for baselib on musl/ppc64
authorKhem Raj <raj.khem@gmail.com>
Mon, 22 Feb 2021 04:32:24 +0000 (20:32 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 23 Feb 2021 22:31:26 +0000 (22:31 +0000)
musl is configured to use /lib and /usr/lib for ppc64 unlike glibc where
it is expected to have libs in /lib64 and /usr/lib64

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/bitbake.conf

index 375467d155aed7797553ca67afbdd027393ad509..4543121c4f3d19b08c02467d248cc4ae492f8cf8 100644 (file)
@@ -10,8 +10,8 @@
 baselib = "${BASELIB}"
 baselib[vardepvalue] = "${baselib}"
 BASELIB = "lib"
-BASELIB_powerpc64 = "lib64"
-BASELIB_powerpc64le = "lib64"
+BASELIB_libc-glibc_powerpc64 = "lib64"
+BASELIB_libc-glibc_powerpc64le = "lib64"
 
 # Path prefixes
 export base_prefix = ""