Skip to content
Snippets Groups Projects
Verified Commit 9dddbdec authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

oniro-image-base-tests: Fix syntax overrides


Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent 6b4f461c
No related branches found
No related tags found
1 merge request!30flavours/zephyr/local.conf.sample: Bump CONF_VERSION
......@@ -6,13 +6,13 @@ require recipes-core/images/oniro-image-base.bb
SUMMARY = "Oniro Project image including the base OS software stack and tests"
IMAGE_INSTALL_append = "\
IMAGE_INSTALL:append = "\
packagegroup-oniro-tests \
"
# This adds ptest packages to the image
EXTRA_IMAGE_FEATURES_append = " ptest-pkgs"
EXTRA_IMAGE_FEATURES:append = " ptest-pkgs"
# For testing purposes, we want to have an extra ext4 format for the root
# filesystem.
IMAGE_FSTYPES_append = " ext4"
IMAGE_FSTYPES:append = " ext4"
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