summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2021-02-22 12:17:10 +1030
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-02-23 22:31:26 +0000
commitc915619b78e0c3e0d73d9de0b85c658c563ed5ba (patch)
treebdd9053a2172d69d294e8ff27b59a4bfe74f44ff /meta
parent02f36ed515afed550dfcd986977ce2106dee556a (diff)
downloadopenembedded-core-contrib-c915619b78e0c3e0d73d9de0b85c658c563ed5ba.tar.gz
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 <geissonator@yahoo.com> Link: https://www.mail-archive.com/yocto@lists.yoctoproject.org/msg04364.html Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/conf/machine-sdk/ppc64le.conf2
1 files changed, 2 insertions, 0 deletions
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 = ""