From: Khem Raj Date: Mon, 22 Feb 2021 04:32:24 +0000 (-0800) Subject: bitbake.conf: Do not use lib64 for baselib on musl/ppc64 X-Git-Tag: yocto-3.3~415 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=998d15a86282d9cf57fbd0a4eb76a56b9938a348;p=openembedded-core.git bitbake.conf: Do not use lib64 for baselib on musl/ppc64 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 Signed-off-by: Richard Purdie --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 375467d155..4543121c4f 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -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 = ""