From f2e1154bfe57f919f9350ae310a80afe04f5c78b Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Wed, 8 Dec 2021 18:04:42 +0100 Subject: [PATCH] oniro-image-extra-tests: Fix syntax overrides Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- .../recipes-core/images/oniro-image-extra-tests.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-oniro-core/recipes-core/images/oniro-image-extra-tests.bb b/meta-oniro-core/recipes-core/images/oniro-image-extra-tests.bb index 9f9ee05c..ed637cd7 100644 --- a/meta-oniro-core/recipes-core/images/oniro-image-extra-tests.bb +++ b/meta-oniro-core/recipes-core/images/oniro-image-extra-tests.bb @@ -7,13 +7,13 @@ require recipes-core/images/oniro-image-extra.bb SUMMARY = "Oniro Project Wayland 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" -- GitLab