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

packagegroups: Project rename


Signed-off-by: default avatarStefan Schmidt <stefan.schmidt@huawei.com>
parent e6be8990
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ require recipes-core/images/allscenarios-image-base.bb ...@@ -7,7 +7,7 @@ require recipes-core/images/allscenarios-image-base.bb
SUMMARY = "AllScenariOS image including the base OS software stack and tests" SUMMARY = "AllScenariOS image including the base OS software stack and tests"
IMAGE_INSTALL_append = "\ IMAGE_INSTALL_append = "\
packagegroup-allscenarios-tests \ packagegroup-oniro-tests \
" "
# This adds ptest packages to the image # This adds ptest packages to the image
......
...@@ -2,12 +2,12 @@ ...@@ -2,12 +2,12 @@
# #
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# Common settings for all AllScenariOS images # Common settings for all Oniro images
inherit ohos-image inherit ohos-image
IMAGE_INSTALL_append = "\ IMAGE_INSTALL_append = "\
packagegroup-allscenarios-core \ packagegroup-oniro-core \
packagegroup-net-essentials \ packagegroup-net-essentials \
packagegroup-ble-essentials \ packagegroup-ble-essentials \
sysota \ sysota \
......
...@@ -8,7 +8,7 @@ SUMMARY = "AllScenariOS Wayland image including the base OS \ ...@@ -8,7 +8,7 @@ SUMMARY = "AllScenariOS Wayland image including the base OS \
software stack and tests" software stack and tests"
IMAGE_INSTALL_append = "\ IMAGE_INSTALL_append = "\
packagegroup-allscenarios-tests \ packagegroup-oniro-tests \
" "
# This adds ptest packages to the image # This adds ptest packages to the image
......
...@@ -6,8 +6,8 @@ DESCRIPTION = "Core package group groups for OS foundation" ...@@ -6,8 +6,8 @@ DESCRIPTION = "Core package group groups for OS foundation"
inherit packagegroup inherit packagegroup
PACKAGES = "packagegroup-allscenarios-core" PACKAGES = "packagegroup-oniro-core"
RDEPENDS_packagegroup-allscenarios-core = "\ RDEPENDS_packagegroup-oniro-core = "\
oniro-mounts \ oniro-mounts \
" "
...@@ -2,15 +2,15 @@ ...@@ -2,15 +2,15 @@
# #
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
DESCRIPTION = "AllScenariOS tests package group" DESCRIPTION = "Oniro Project tests package group"
inherit packagegroup inherit packagegroup
PACKAGES = "\ PACKAGES = "\
packagegroup-allscenarios-tests \ packagegroup-oniro-tests \
" "
RDEPENDS_packagegroup-allscenarios-tests = "\ RDEPENDS_packagegroup-oniro-tests = "\
ohos-xts-acts \ ohos-xts-acts \
ptest-runner \ ptest-runner \
" "
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