diff options
author | Joel Stanley <joel@jms.id.au> | 2021-02-22 12:17:10 +1030 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-02-23 22:35:01 +0000 |
commit | 4d570546fd3de3952701738aad3ee7cac9beb9ba (patch) | |
tree | cdd1064dcc1bf70c53f13e48a0d0bd2ffb91083f /meta | |
parent | 1229097db5cb7fa5790727d5af024dc0d0ccd342 (diff) | |
download | poky-4d570546fd3de3952701738aad3ee7cac9beb9ba.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
(From OE-Core rev: c915619b78e0c3e0d73d9de0b85c658c563ed5ba)
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.conf | 2 |
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 @@ | |||
1 | SDK_ARCH = "ppc64le" | ||
2 | ABIEXTENSION_class-nativesdk = "" | ||