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

packagegroup-seconorth-tests: Move nogplv3 handling to meta-seconorth-nogplv3

parent 73c0c52a
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
......@@ -3,20 +3,20 @@ DESCRIPTION = "SECO Northern Europe Test Packagegroup"
inherit packagegroup
PACKAGES = " \
${@bb.utils.contains('DISTRO_FEATURES', 'gplv3', '${PN}-gplv3', '', d)} \
${PN} \
${PN}-small \
"
RDEPENDS:${PN}-small = " \
${@bb.utils.contains('DISTRO_FEATURES', 'gplv3', '${PN}-gplv3', '', d)} \
bbb \
beep \
devmem2 \
drm-framebuffer \
evtest \
fbgrab \
gf-productiontests \
gfi2c \
glmark2 \
i2c-tools \
iperf3 \
libdrm-tests \
......@@ -31,9 +31,3 @@ RDEPENDS:${PN} = " \
emc-test-suite \
packagegroup-seconorth-multimedia-tests \
"
RDEPENDS:${PN}-gplv3 = " \
drm-framebuffer \
glmark2 \
"
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