Skip to content
Snippets Groups Projects
Commit b38c0d0e authored by Stefan Schmidt's avatar Stefan Schmidt
Browse files

build-generic.yaml: Fix a missed project rename


Correct to the new filename.

Signed-off-by: default avatarStefan Schmidt <stefan.schmidt@huawei.com>
parent e61e90e5
No related branches found
No related tags found
No related merge requests found
...@@ -259,7 +259,7 @@ ...@@ -259,7 +259,7 @@
# which uses tmp-newlib. # which uses tmp-newlib.
- eval "$(bitbake -e | grep ^TMPDIR= | sed -e 's/^TMPDIR/BITBAKE_TMPDIR/g')" - 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 # 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. # build and boot.
- find "$BITBAKE_TMPDIR"/deploy/images/ -name *.wic -exec rm -rf {} \; - find "$BITBAKE_TMPDIR"/deploy/images/ -name *.wic -exec rm -rf {} \;
- mv "$BITBAKE_TMPDIR"/deploy/images/ "$CI_PROJECT_DIR"/artifacts || true - mv "$BITBAKE_TMPDIR"/deploy/images/ "$CI_PROJECT_DIR"/artifacts || true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment