From b38c0d0e992e854ae5a8b8df4c4e6a88d466c5eb Mon Sep 17 00:00:00 2001
From: Stefan Schmidt <stefan.schmidt@huawei.com>
Date: Mon, 18 Oct 2021 15:23:04 +0200
Subject: [PATCH] build-generic.yaml: Fix a missed project rename

Correct to the new filename.

Signed-off-by: Stefan Schmidt <stefan.schmidt@huawei.com>
---
 .oniro-ci/build-generic.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.oniro-ci/build-generic.yaml b/.oniro-ci/build-generic.yaml
index 69e48425..98364abc 100644
--- a/.oniro-ci/build-generic.yaml
+++ b/.oniro-ci/build-generic.yaml
@@ -259,7 +259,7 @@
     # which uses tmp-newlib.
     - eval "$(bitbake -e | grep ^TMPDIR= | sed -e 's/^TMPDIR/BITBAKE_TMPDIR/g')"
     # Uncompressed wic image is not needed in CI. We cannot remove it from
-    # meta-oniro-core/classes/ohos-image.bbclass as runqemu needs it for local
+    # meta-oniro-core/classes/oniro-image.bbclass as runqemu needs it for local
     # build and boot.
     - find "$BITBAKE_TMPDIR"/deploy/images/ -name *.wic -exec rm -rf {} \;
     - mv "$BITBAKE_TMPDIR"/deploy/images/ "$CI_PROJECT_DIR"/artifacts || true
-- 
GitLab