The `qemuarmv5` and `qemuriscv64` machines have been support since the warrior and zeus releases respectively. Add them to the local.conf sample so that they're easier for new users to discover.
Signed-off-by: Paul Barker <[email protected]> --- meta/conf/local.conf.sample | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample index 22d43b20d4..742c3e3cb4 100644 --- a/meta/conf/local.conf.sample +++ b/meta/conf/local.conf.sample @@ -19,11 +19,13 @@ # #MACHINE ?= "qemuarm" #MACHINE ?= "qemuarm64" +#MACHINE ?= "qemuarmv5" #MACHINE ?= "qemumips" #MACHINE ?= "qemumips64" #MACHINE ?= "qemuppc" #MACHINE ?= "qemux86" #MACHINE ?= "qemux86-64" +#MACHINE ?= "qemuriscv64" # # This sets the default machine to be qemux86-64 if no other machine is selected: MACHINE ??= "qemux86-64" -- 2.26.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#144947): https://lists.openembedded.org/g/openembedded-core/message/144947 Mute This Topic: https://lists.openembedded.org/mt/78475719/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
