From f1954f6d15686fb192b2d32ae9992ac7d80f6a2b Mon Sep 17 00:00:00 2001 From: Philippe Coval <philippe.coval@huawei.com> Date: Tue, 5 Oct 2021 17:41:31 +0200 Subject: [PATCH] blueprint-vending-machine-image: Add image for the vending machine blueprint Forwarded: https://git.ostc-eu.org/distro/oniro/-/merge_requests/354 Signed-off-by: Philippe Coval <philippe.coval@huawei.com> --- .../images/blueprint-vending-machine-image.bb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 meta-oniro-blueprints/recipes-core/images/blueprint-vending-machine-image.bb diff --git a/meta-oniro-blueprints/recipes-core/images/blueprint-vending-machine-image.bb b/meta-oniro-blueprints/recipes-core/images/blueprint-vending-machine-image.bb new file mode 100644 index 00000000..53438667 --- /dev/null +++ b/meta-oniro-blueprints/recipes-core/images/blueprint-vending-machine-image.bb @@ -0,0 +1,19 @@ +# SPDX-FileCopyrightText: Huawei Inc. +# +# SPDX-License-Identifier: Apache-2.0 + +HOMEPAGE = "https://docs.oniroproject.org/" +SUMMARY = "Vending machine blueprint image" +DESCRIPTION = "The Vending Machine image is composed of a couple of applications" +LICENSE = "Apache-2.0" + +require recipes-core/images/oniro-image-base.bb + +REQUIRED_DISTRO_FEATURES = "wayland" + +IMAGE_INSTALL_append = "\ + vending-machine-control-application \ + vending-machine-ui-application \ + weston \ + weston-init \ + " -- GitLab