]> code.ossystems Code Review - openembedded-core.git/commit
conf/machine-sdk: Add ppc64le SDK machine
authorJoel Stanley <joel@jms.id.au>
Mon, 22 Feb 2021 01:47:10 +0000 (12:17 +1030)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 23 Feb 2021 22:31:26 +0000 (22:31 +0000)
commitc915619b78e0c3e0d73d9de0b85c658c563ed5ba
treebdd9053a2172d69d294e8ff27b59a4bfe74f44ff
parent02f36ed515afed550dfcd986977ce2106dee556a
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>
meta/conf/machine-sdk/ppc64le.conf [new file with mode: 0644]