Skip to content
Snippets Groups Projects
Commit 1188498a authored by Tobias Kahlki's avatar Tobias Kahlki
Browse files

images: Renamed images to seconorth

Images have been renamed to seconorth.
Additionally, some clean-up and commenting has been done.
parent eb4a7998
No related branches found
No related tags found
1 merge request!418Integrate gitlab-ci/fix-gitlab-ci-integration and 6 more
SUMMARY ??= "SECO Northern Europe Flash 'N' Go ${PN}"
HOMEPAGE = "https://www.seco.com"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
HOMEPAGE = "https://www.seco.com"
inherit core-image features_check on_bootloader
......@@ -23,9 +24,9 @@ REMOVED_FOR_NOW = " \
cgetty \
cmd-line-env \
glibc-ld-linux-compatibility \
packagegroup-guf-graphics-fw \
packagegroup-guf-kernel-modules \
packagegroup-guf-wireless-fw \
packagegroup-seconorth-graphics-fw \
packagegroup-seconorth-kernel-modules \
packagegroup-seconorth-wireless-fw \
util-linux-2.25-sfdisk \
xxd \
"
......@@ -59,7 +60,7 @@ IMAGE_INSTALL_FNG = " \
nano \
openssl \
os-release \
packagegroup-guf-productiontests \
packagegroup-seconorth-productiontests \
parted \
rtl8723ds \
rtl8723ds-bt-uart-driver \
......
SUMMARY = "The standard SECO North Yocto Image with some extras"
require guf-image.bb
IMAGE_INSTALL_MULTIMEDIA += " \
packagegroup-guf-multimedia-tests \
packagegroup-guf-multimedia-extra \
"
IMAGE_INSTALL_QT += " \
packagegroup-guf-qt5-examples \
"
DESCRIPTION = "The SECO Northern Europe Yocto Image with additional Features. \
It contains the base system plus Wayland, Qt5 and Examples."
require seconorth-image.bb
IMAGE_INSTALL_MULTIMEDIA += " \
packagegroup-seconorth-multimedia-extra \
packagegroup-seconorth-multimedia-tests \
"
IMAGE_INSTALL_QT += " \
packagegroup-seconorth-qt5-examples \
"
SUMMARY = "A minimal SECO North Yocto Image"
DESCRIPTION = "A minimal Image for the SECO Northern Europe boards. \
It contains only the minimal base system."
include guf-image.inc
require seconorth-image.inc
# ----------------------------------------------
# The following packages are included implicitly
......@@ -15,9 +16,10 @@ IMAGE_FEATURES += " \
"
CORE_IMAGE_EXTRA_INSTALL += " \
packagegroup-guf-minimal \
packagegroup-seconorth-minimal \
"
# @TODO: Should we rename the user to seco?
EXTRA_USERS_PARAMS = " \
useradd guf; \
"
......
SUMMARY = "A small SECO North Yocto Image"
DESCRIPTION = "The SECO Northern Europe Yocto Image with reduced Features. \
It contains the base system and Wayland but doesn't come with Qt5."
include guf-image.inc
require seconorth-image.inc
inherit features_check
......@@ -25,34 +26,35 @@ IMAGE_FEATURES += " \
IMAGE_INSTALL_GRAPHICS += " \
"
IMAGE_INSTALL_GUF += " \
packagegroup-guf-small \
IMAGE_INSTALL_SECONORTH += " \
packagegroup-seconorth-small \
"
IMAGE_INSTALL_MULTIMEDIA += " \
packagegroup-guf-multimedia \
packagegroup-seconorth-multimedia \
"
IMAGE_INSTALL_QT += " \
"
IMAGE_INSTALL_TEST += " \
packagegroup-guf-tests \
packagegroup-seconorth-tests \
"
IMAGE_INSTALL_CONNECTIVITY += " \
packagegroup-guf-connectivity \
packagegroup-seconorth-connectivity \
"
CORE_IMAGE_EXTRA_INSTALL += " \
${IMAGE_INSTALL_CONNECTIVITY} \
${IMAGE_INSTALL_GRAPHICS} \
${IMAGE_INSTALL_GUF} \
${IMAGE_INSTALL_SECONORTH} \
${IMAGE_INSTALL_MULTIMEDIA} \
${IMAGE_INSTALL_QT} \
${IMAGE_INSTALL_TEST} \
${IMAGE_INSTALL_CONNECTIVITY} \
"
# @TODO: Should we rename the user to seco?
EXTRA_USERS_PARAMS = " \
useradd guf; \
"
......
SUMMARY = "The standard SECO North Yocto Image"
DESCRIPTION = "The SECO Northern Europe Standard Yocto Image. \
It contains the base system plus Wayland and Qt5."
require seconorth-image.inc
require guf-image.inc
inherit populate_sdk_qt5 features_check
REQUIRED_DISTRO_FEATURES = "wayland"
......@@ -22,53 +24,54 @@ IMAGE_FEATURES += " \
"
IMAGE_INSTALL_GRAPHICS += " \
packagegroup-guf-graphics-wayland \
packagegroup-guf-graphics-fonts \
packagegroup-seconorth-graphics-fonts \
packagegroup-seconorth-graphics-wayland \
"
IMAGE_INSTALL_GUF += " \
IMAGE_INSTALL_SECONORTH += " \
guf-show-demo \
packagegroup-guf-small \
packagegroup-guf-debug \
packagegroup-seconorth-debug \
packagegroup-seconorth-small \
"
IMAGE_INSTALL_GUF:imx8mpguf += " \
IMAGE_INSTALL_SECONORTH:imx8mpguf += " \
guf-show-demo2 \
"
IMAGE_INSTALL_MULTIMEDIA += " \
packagegroup-guf-multimedia \
packagegroup-seconorth-multimedia \
"
IMAGE_INSTALL_QT += " \
packagegroup-guf-qt5 \
packagegroup-guf-qt5-tools \
packagegroup-guf-qt5-tests \
packagegroup-guf-qt5-translations \
packagegroup-seconorth-qt5 \
packagegroup-seconorth-qt5-tests \
packagegroup-seconorth-qt5-tools \
packagegroup-seconorth-qt5-translations \
"
IMAGE_INSTALL_PYTHON += " \
packagegroup-guf-python \
packagegroup-seconorth-python \
"
IMAGE_INSTALL_TEST += " \
packagegroup-guf-tests-full \
packagegroup-seconorth-tests-full \
"
IMAGE_INSTALL_CONNECTIVITY += " \
packagegroup-guf-connectivity \
packagegroup-seconorth-connectivity \
"
CORE_IMAGE_EXTRA_INSTALL += " \
${IMAGE_INSTALL_CONNECTIVITY} \
${IMAGE_INSTALL_GRAPHICS} \
${IMAGE_INSTALL_GUF} \
${IMAGE_INSTALL_MULTIMEDIA} \
${IMAGE_INSTALL_QT} \
${IMAGE_INSTALL_PYTHON} \
${IMAGE_INSTALL_QT} \
${IMAGE_INSTALL_SECONORTH} \
${IMAGE_INSTALL_TEST} \
${IMAGE_INSTALL_CONNECTIVITY} \
"
# @TODO: Should we rename the user to seco?
EXTRA_USERS_PARAMS = " \
useradd guf; \
"
......
# Common definitions for guf-image recipes
# Common Definitions for SECO Northern Europe Images
SUMMARY = "SECO Northern Europe Yocto Image"
HOMEPAGE = "https://www.seco.com"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
IMAGE_BOOT_FILES = "${KERNEL_IMAGETYPE}"
HOMEPAGE = "https://www.seco.com"
inherit core-image extrausers
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