From 292a894fb4a072caf57180b37b183d9e4688a683 Mon Sep 17 00:00:00 2001
From: Stefan Schmidt <stefan.schmidt@huawei.com>
Date: Fri, 8 Oct 2021 17:32:50 +0200
Subject: [PATCH] flavours: Follow up on image renames

Signed-off-by: Stefan Schmidt <stefan.schmidt@huawei.com>
---
 flavours/linux/conf-notes.txt | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/flavours/linux/conf-notes.txt b/flavours/linux/conf-notes.txt
index ffe964a4..fb5ea48a 100644
--- a/flavours/linux/conf-notes.txt
+++ b/flavours/linux/conf-notes.txt
@@ -4,12 +4,12 @@
 You can now run 'bitbake <target>'
 
 Supported targets:
-- allscenarios-image-base
-- allscenarios-image-base-dev
-- allscenarios-image-base-tests
-- allscenarios-image-extra
-- allscenarios-image-extra-dev
-- allscenarios-image-extra-tests
+- oniro-image-base
+- oniro-image-base-dev
+- oniro-image-base-tests
+- oniro-image-extra
+- oniro-image-extra-dev
+- oniro-image-extra-tests
 
 Supported machines (first is the default):
 - qemux86-64
@@ -26,5 +26,5 @@ or via command line, e.g.:
 
 You can also run generated qemu images with a command:
 
-    $ runqemu qemux86-64 qemuparams="-nographic" allscenarios-image-base wic
+    $ runqemu qemux86-64 qemuparams="-nographic" oniro-image-base wic
 
-- 
GitLab