From 3100064bebd1c8db303301b0f18e48af90459b74 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Wed, 10 Aug 2022 13:49:33 +0200 Subject: [PATCH] flavours/linux: Mention the Oniro supported arm machines Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- flavours/linux/conf-notes.txt | 2 ++ flavours/linux/local.conf.sample | 2 ++ 2 files changed, 4 insertions(+) diff --git a/flavours/linux/conf-notes.txt b/flavours/linux/conf-notes.txt index 2f8fbb77..76aef15c 100644 --- a/flavours/linux/conf-notes.txt +++ b/flavours/linux/conf-notes.txt @@ -14,6 +14,8 @@ Supported targets: Supported machines (first is the default): - qemux86-64 - qemux86 +- qemuxarm-efi +- qemuxarm64-efi - seco-intel-b68 (SECO SBC-B68) - seco-imx8mm-c61-2gb (SECO SBC-C61 2GB DRAM) - seco-imx8mm-c61-4gb (SECO SBC-C61 4GB DRAM) diff --git a/flavours/linux/local.conf.sample b/flavours/linux/local.conf.sample index 73817506..0e062e81 100644 --- a/flavours/linux/local.conf.sample +++ b/flavours/linux/local.conf.sample @@ -20,6 +20,8 @@ # You need to select a specific machine to target the build with. There are a selection # of emulated machines available which can boot and run in the QEMU emulator: # +#MACHINE ?= "qemuarm-efi" +#MACHINE ?= "qemuarm64-efi" #MACHINE ?= "qemux86" #MACHINE ?= "qemux86-64" #MACHINE ?= "seco-intel-b68" -- GitLab