Skip to content
Snippets Groups Projects
Commit de7e9d37 authored by Jonas Höppner's avatar Jonas Höppner
Browse files

packagegroup-seconorth-tests: Rename packages to ${PN} and ${PN}-small

To make this similar to the image naming
parent ec6f5231
No related branches found
No related tags found
2 merge requests!418Integrate gitlab-ci/fix-gitlab-ci-integration and 6 more,!403Adapt layer to work with the meta-seconorth-nogplv3 layer
......@@ -38,7 +38,7 @@ IMAGE_INSTALL_QT += " \
"
IMAGE_INSTALL_TEST += " \
packagegroup-seconorth-tests \
packagegroup-seconorth-tests-small \
"
IMAGE_INSTALL_CONNECTIVITY += " \
......
......@@ -54,7 +54,7 @@ IMAGE_INSTALL_PYTHON += " \
"
IMAGE_INSTALL_TEST += " \
packagegroup-seconorth-tests-full \
packagegroup-seconorth-tests \
"
IMAGE_INSTALL_CONNECTIVITY += " \
......
......@@ -13,7 +13,6 @@ PACKAGES = " \
RDEPENDS:${PN} = " \
busybox \
can-utils \
emc-test-suite \
ethtool \
fuse-exfat \
gfeeprom \
......
......@@ -5,10 +5,10 @@ inherit packagegroup
PACKAGES = " \
${@bb.utils.contains('DISTRO_FEATURES', 'gplv3', '${PN}-gplv3', '', d)} \
${PN} \
${PN}-full \
${PN}-small \
"
RDEPENDS:${PN} = " \
RDEPENDS:${PN}-small = " \
${@bb.utils.contains('DISTRO_FEATURES', 'gplv3', '${PN}-gplv3', '', d)} \
bbb \
beep \
......@@ -26,7 +26,7 @@ RDEPENDS:${PN} = " \
stress \
"
RDEPENDS:${PN}-full = " \
RDEPENDS:${PN} = " \
${PN} \
emc-test-suite \
packagegroup-seconorth-multimedia-tests \
......
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