From c915619b78e0c3e0d73d9de0b85c658c563ed5ba Mon Sep 17 00:00:00 2001 From: Joel Stanley Date: Mon, 22 Feb 2021 12:17:10 +1030 Subject: conf/machine-sdk: Add ppc64le SDK machine 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 Link: https://www.mail-archive.com/yocto@lists.yoctoproject.org/msg04364.html Signed-off-by: Joel Stanley Signed-off-by: Richard Purdie --- 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 0000000000..0eebc5853c --- /dev/null +++ b/meta/conf/machine-sdk/ppc64le.conf @@ -0,0 +1,2 @@ +SDK_ARCH = "ppc64le" +ABIEXTENSION_class-nativesdk = "" -- cgit 1.2.3-korg