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

images: Project rename


Rename all images to matching new project name prefix. Adjust includes
as well as image bbclass to fit.

Signed-off-by: default avatarStefan Schmidt <stefan.schmidt@huawei.com>
parent 7109a0f0
No related branches found
No related tags found
No related merge requests found
Showing with 16 additions and 16 deletions
......@@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: Apache-2.0
require recipes-core/images/allscenarios-image-base.bb
require recipes-core/images/oniro-image-base.bb
SUMMARY = "Dashboard blueprint image: gateway"
DESCRIPTION = "Home Assistant based image targeting a gateway device"
......
......@@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: Apache-2.0
require recipes-core/images/allscenarios-image-base.bb
require recipes-core/images/oniro-image-base.bb
SUMMARY = "Gateway blueprint image"
DESCRIPTION = "Smart home gateway device"
......
......@@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: Apache-2.0
# All Scenarios OS functionality for images
# Oniro Project functionality for images
# List of tty to mask getty for
SYSTEMD_MASK_GETTY ?= ""
......
......@@ -3,9 +3,9 @@
# SPDX-License-Identifier: Apache-2.0
require recipes-core/images/core-image-base.bb
require allscenarios-image-common.inc
require oniro-image-common.inc
SUMMARY = "AllScenariOS development image including the base OS software stack"
SUMMARY = "Oniro Project development image including the base OS software stack"
IMAGE_INSTALL_append = "\
packagegroup-net-tools \
......
......@@ -2,9 +2,9 @@
#
# SPDX-License-Identifier: Apache-2.0
require recipes-core/images/allscenarios-image-base.bb
require recipes-core/images/oniro-image-base.bb
SUMMARY = "AllScenariOS image including the base OS software stack and tests"
SUMMARY = "Oniro Project image including the base OS software stack and tests"
IMAGE_INSTALL_append = "\
packagegroup-oniro-tests \
......
......@@ -3,6 +3,6 @@
# SPDX-License-Identifier: Apache-2.0
require recipes-core/images/core-image-base.bb
require allscenarios-image-common.inc
require oniro-image-common.inc
SUMMARY = "AllScenariOS image including the base OS software stack"
SUMMARY = "Oniro Project image including the base OS software stack"
......@@ -4,7 +4,7 @@
# Common settings for all Oniro images
inherit ohos-image
inherit oniro-image
IMAGE_INSTALL_append = "\
packagegroup-oniro-core \
......
......@@ -2,9 +2,9 @@
#
# SPDX-License-Identifier: Apache-2.0
require recipes-core/images/allscenarios-image-extra.bb
require recipes-core/images/oniro-image-extra.bb
SUMMARY = "AllScenariOS Wayland development image including the base OS \
SUMMARY = "Oniro Project Wayland development image including the base OS \
software stack and tests"
IMAGE_INSTALL_append = "\
......
......@@ -2,9 +2,9 @@
#
# SPDX-License-Identifier: Apache-2.0
require recipes-core/images/allscenarios-image-extra.bb
require recipes-core/images/oniro-image-extra.bb
SUMMARY = "AllScenariOS Wayland image including the base OS \
SUMMARY = "Oniro Project Wayland image including the base OS \
software stack and tests"
IMAGE_INSTALL_append = "\
......
......@@ -3,9 +3,9 @@
# SPDX-License-Identifier: Apache-2.0
require recipes-graphics/images/core-image-weston.bb
require allscenarios-image-common.inc
require oniro-image-common.inc
SUMMARY = "AllScenariOS Wayland image including the base OS \
SUMMARY = "Oniro Project Wayland image including the base OS \
software stack"
# The weston image pulls in package manager. We have a root filesystem that is
......
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