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

packagegroups: Moved packagegroups to seconorth

Renamed the guf part of the packagegroups to seconorth.
Also some clean-up and sorting of the groups has been done.
parent f781fded
No related branches found
No related tags found
1 merge request!418Integrate gitlab-ci/fix-gitlab-ci-integration and 6 more
Showing
with 22 additions and 22 deletions
DESCRIPTION = "SECO Northern Europe connectivity packagegroup" DESCRIPTION = "SECO Northern Europe Connectivity Packagegroup"
inherit packagegroup inherit packagegroup
......
DESCRIPTION = "SECO Northern Europe debugging tools packagegroup" DESCRIPTION = "SECO Northern Europe Debugging Tools Packagegroup"
# Prevents the dynamic renaming of packages # Prevents the dynamic renaming of packages
# (which throws an error in newer Bitbake versions) # (which throws an error in newer Bitbake versions)
...@@ -7,9 +7,9 @@ PACKAGE_ARCH = "${TUNE_PKGARCH}" ...@@ -7,9 +7,9 @@ PACKAGE_ARCH = "${TUNE_PKGARCH}"
inherit packagegroup inherit packagegroup
PACKAGES = " \ PACKAGES = " \
${@bb.utils.contains('DISTRO_FEATURES', 'gplv3', '${PN}-gplv3', '', d)} \
${PN} \ ${PN} \
${PN}-ltp \ ${PN}-ltp \
${@bb.utils.contains('DISTRO_FEATURES', 'gplv3', '${PN}-gplv3', '', d)} \
" "
RDEPENDS:${PN} = " \ RDEPENDS:${PN} = " \
......
DESCRIPTION = "SECO Northern Europe graphic support packagegroup" DESCRIPTION = "SECO Northern Europe Graphics Support Packagegroup"
# Prevents the dynamic renaming of packages # Prevents the dynamic renaming of packages
# (which throws an error in newer Bitbake versions) # (which throws an error in newer Bitbake versions)
......
DESCRIPTION = "SECO Northern Europe minimal image packagegroup" DESCRIPTION = "SECO Northern Europe Minimal Image Packagegroup"
inherit packagegroup inherit packagegroup
PACKAGES = " \ PACKAGES = " \
${PN} \
${@bb.utils.contains('DISTRO_FEATURES', 'gplv3', '${PN}-gplv3', '', d)} \ ${@bb.utils.contains('DISTRO_FEATURES', 'gplv3', '${PN}-gplv3', '', d)} \
${PN} \
" "
RDEPENDS:${PN} = " \ RDEPENDS:${PN} = " \
${@bb.utils.contains('DISTRO_FEATURES', 'gplv3', '${PN}-gplv3', '', d)} \ ${@bb.utils.contains('DISTRO_FEATURES', 'gplv3', '${PN}-gplv3', '', d)} \
dtc \ dtc \
packagegroup-guf-networking-minimal \ packagegroup-seconorth-networking-minimal \
sharedconf \ sharedconf \
" "
......
DESCRIPTION = "SECO Northern Europe multimedia packagegroup" DESCRIPTION = "SECO Northern Europe Multimedia Packagegroup"
inherit packagegroup inherit packagegroup
PACKAGES = " \ PACKAGES = " \
${PN} \ ${PN} \
${PN}-tests \
${PN}-extra \ ${PN}-extra \
${PN}-tests \
" "
RDEPENDS:${PN} = " \ RDEPENDS:${PN} = " \
......
DESCRIPTION = "SECO Northern Europe network tools packagegroup" DESCRIPTION = "SECO Northern Europe Network Tools Packagegroup"
inherit packagegroup inherit packagegroup
PACKAGES = " \ PACKAGES = " \
${@bb.utils.contains('DISTRO_FEATURES', 'gplv3', '${PN}-gplv3', '', d)} \
${PN} \ ${PN} \
${PN}-minimal \ ${PN}-minimal \
${@bb.utils.contains('DISTRO_FEATURES', 'gplv3', '${PN}-gplv3', '', d)} \
" "
RDEPENDS:${PN}-minimal = " \ RDEPENDS:${PN}-minimal = " \
......
DESCRIPTION = "SECO Northern Europe test packagegroup" DESCRIPTION = "SECO Northern Europe Productiontests Packagegroup"
inherit packagegroup inherit packagegroup
......
DESCRIPTION = "SECO Northern Europe python 3 support packagegroup" DESCRIPTION = "SECO Northern Europe Python 3 Support Packagegroup"
inherit packagegroup inherit packagegroup
......
DESCRIPTION = "SECO Northern Europe Qt5 packagegroup" DESCRIPTION = "SECO Northern Europe Qt5 Packagegroup"
# Prevents the dynamic renaming of packages # Prevents the dynamic renaming of packages
# (which throws an error in newer Bitbake versions) # (which throws an error in newer Bitbake versions)
......
DESCRIPTION = "SECO Northern Europe image contents for small images" DESCRIPTION = "SECO Northern Europe Small Image Packagegroup"
# Prevents the dynamic renaming of packages # Prevents the dynamic renaming of packages
# (which throws an error in newer Bitbake versions) # (which throws an error in newer Bitbake versions)
...@@ -21,11 +21,11 @@ RDEPENDS:${PN} = " \ ...@@ -21,11 +21,11 @@ RDEPENDS:${PN} = " \
libgpiod-tools \ libgpiod-tools \
libmdb \ libmdb \
libsocketcan \ libsocketcan \
ltp-guf-tests \ ltp-seconorth-tests \
mmc-utils \ mmc-utils \
ntfs-3g \ ntfs-3g \
packagegroup-guf-minimal \ packagegroup-seconorth-minimal \
packagegroup-guf-networking \ packagegroup-seconorth-networking \
pciutils \ pciutils \
touchcal-conv \ touchcal-conv \
tslib-calibrate \ tslib-calibrate \
......
DESCRIPTION = "SECO Northern Europe test packagegroup" DESCRIPTION = "SECO Northern Europe Test Packagegroup"
inherit packagegroup inherit packagegroup
...@@ -21,14 +21,14 @@ RDEPENDS:${PN} = " \ ...@@ -21,14 +21,14 @@ RDEPENDS:${PN} = " \
libdrm-tests \ libdrm-tests \
libmdb-tests \ libmdb-tests \
memtester \ memtester \
packagegroup-guf-productiontests \ packagegroup-seconorth-productiontests \
stress \ stress \
" "
RDEPENDS:${PN}-full = " \ RDEPENDS:${PN}-full = " \
${PN} \ ${PN} \
ltp-guf-tests \ ltp-seconorth-tests \
packagegroup-guf-multimedia-tests \ packagegroup-seconorth-multimedia-tests \
" "
RDEPENDS:${PN}-gplv3 = " \ RDEPENDS:${PN}-gplv3 = " \
......
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