Skip to content
Snippets Groups Projects
Commit cdb5aa02 authored by Zbigniew Bodek's avatar Zbigniew Bodek
Browse files

openharmony-image-*: Provide openharmony images - base and extra


Add recipes for for base and extra (adding i.a. GUI) images.
Both are derived from their core-class counterparts (base and weston).
Each will append necessary package groups.

Signed-off-by: default avatarZbigniew Bodek <zbigniew.bodek@huawei.com>
parent 632c5153
No related branches found
No related tags found
No related merge requests found
# Base this image on core-image-base
include recipes-core/images/core-image-base.bb
IMAGE_INSTALL_append = " \
packagegroup-net-essentials \
packagegroup-net-tools \
packagegroup-ble-essentials \
"
# Base this image on core-image-weston
include recipes-graphics/images/core-image-weston.bb
IMAGE_INSTALL_append = " \
packagegroup-net-essentials \
packagegroup-net-tools \
packagegroup-ble-essentials \
"
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