Ross Burton
3000abe20a
conf/machine-sdk: declare qemu-usermode SDK_MACHINE_FEATURE
...
All of our defined SDK machines (which are assumed to be Linux) support
qemu-user, so state this explicitly.
(From OE-Core rev: 12f92772c8ccf622fd353836c1172e15ee8c6857)
Signed-off-by: Ross Burton <ross.burton@arm.com >
Link: https://lore.kernel.org/r/20231221170159.1995650-3-ross.burton@arm.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2023-12-23 08:46:00 +00:00
Richard Purdie
bb6ddc3691
Convert to new override syntax
...
This is the result of automated script conversion:
scripts/contrib/convert-overrides.py <oe-core directory>
converting the metadata to use ":" as the override character instead of "_".
(From OE-Core rev: 42344347be29f0997cc2f7636d9603b1fe1875ae)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2021-08-02 15:44:10 +01:00
Joel Stanley
4d570546fd
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 >
2021-02-23 22:35:01 +00:00