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

image: Fixed small image without GPLv3 software

The small packagegroup was missing from the build.
Without the small packagegroup, the image can't be build because were
missing core components like busybox.
Also the multimedia packagegroup was re-added.
parent 69c7f018
No related branches found
No related tags found
1 merge request!28image: Fixed small image without GPLv3 software
Pipeline #19163 passed with stage
in 15 seconds
......@@ -18,7 +18,11 @@ IMAGE_FEATURES += " \
"
IMAGE_INSTALL_GUF += " \
packagegroup-guf-debug \
packagegroup-guf-small \
"
IMAGE_INSTALL_MULTIMEDIA += " \
packagegroup-guf-multimedia \
"
IMAGE_INSTALL_TEST += " \
......@@ -32,6 +36,7 @@ IMAGE_INSTALL_CONNECTIVITY += " \
CORE_IMAGE_EXTRA_INSTALL += " \
${IMAGE_INSTALL_CONNECTIVITY} \
${IMAGE_INSTALL_GUF} \
${IMAGE_INSTALL_MULTIMEDIA} \
${IMAGE_INSTALL_TEST} \
"
......
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