From 50d115e2df675581c6dc8ea889be660424096c79 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Fri, 12 Mar 2021 13:01:20 +0000 Subject: [PATCH] linux/local.conf.sample: Remove mips and ppc based machines These machines are not as of now in the scope of the project. We remove them from the local.conf samples to not leave room for confusion. This aligns the qemu set of supported targets with `conf-notes.txt` and general documentation too. Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- flavours/linux/local.conf.sample | 3 --- 1 file changed, 3 deletions(-) diff --git a/flavours/linux/local.conf.sample b/flavours/linux/local.conf.sample index e0536252..1b79cbce 100644 --- a/flavours/linux/local.conf.sample +++ b/flavours/linux/local.conf.sample @@ -18,9 +18,6 @@ # #MACHINE ?= "qemuarm" #MACHINE ?= "qemuarm64" -#MACHINE ?= "qemumips" -#MACHINE ?= "qemumips64" -#MACHINE ?= "qemuppc" #MACHINE ?= "qemux86" #MACHINE ?= "qemux86-64" #MACHINE ?= "stm32mp1-av96" -- GitLab