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
SUMMARY = "AllScenariOS image including the base OS software stack and tests"
IMAGE_INSTALL_append = "\
packagegroup-allscenarios-tests \
packagegroup-oniro-tests \
"
# This adds ptest packages to the image
......
......@@ -2,12 +2,12 @@
#
# SPDX-License-Identifier: Apache-2.0
# Common settings for all AllScenariOS images
# Common settings for all Oniro images
inherit ohos-image
IMAGE_INSTALL_append = "\
packagegroup-allscenarios-core \
packagegroup-oniro-core \
packagegroup-net-essentials \
packagegroup-ble-essentials \
sysota \
......
......@@ -8,7 +8,7 @@ SUMMARY = "AllScenariOS Wayland image including the base OS \
software stack and tests"
IMAGE_INSTALL_append = "\
packagegroup-allscenarios-tests \
packagegroup-oniro-tests \
"
# This adds ptest packages to the image
......
......@@ -6,8 +6,8 @@ DESCRIPTION = "Core package group groups for OS foundation"
inherit packagegroup
PACKAGES = "packagegroup-allscenarios-core"
PACKAGES = "packagegroup-oniro-core"
RDEPENDS_packagegroup-allscenarios-core = "\
RDEPENDS_packagegroup-oniro-core = "\
oniro-mounts \
"
......@@ -2,15 +2,15 @@
#
# SPDX-License-Identifier: Apache-2.0
DESCRIPTION = "AllScenariOS tests package group"
DESCRIPTION = "Oniro Project tests package group"
inherit packagegroup
PACKAGES = "\
packagegroup-allscenarios-tests \
packagegroup-oniro-tests \
"
RDEPENDS_packagegroup-allscenarios-tests = "\
RDEPENDS_packagegroup-oniro-tests = "\
ohos-xts-acts \
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