Previously SDKMACHINE would default to x86_64. Commit 539cd4a5fbb9
("bitbake.conf: default SDKMACHINE to the build host architecture")
changed it to default to the build machine, causing the build to
fail on a ppc64le host.Reported-by: Andrew Geissler <[email protected]> Link: https://www.mail-archive.com/[email protected]/msg04364.html Signed-off-by: Joel Stanley <[email protected]> --- meta/conf/machine-sdk/ppc64le.conf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meta/conf/machine-sdk/ppc64le.conf diff --git a/meta/conf/machine-sdk/ppc64le.conf b/meta/conf/machine-sdk/ppc64le.conf new file mode 100644 index 000000000000..0eebc5853c13 --- /dev/null +++ b/meta/conf/machine-sdk/ppc64le.conf @@ -0,0 +1,2 @@ +SDK_ARCH = "ppc64le" +ABIEXTENSION_class-nativesdk = "" -- 2.30.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#148419): https://lists.openembedded.org/g/openembedded-core/message/148419 Mute This Topic: https://lists.openembedded.org/mt/80815411/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
