Skip to content
Snippets Groups Projects
Commit 691f8978 authored by Clemens Terasa's avatar Clemens Terasa
Browse files

guf-image: Add minimal and small images

For faster testing and building smaller images are useful.
The guf-image is even now quite big (with ~160MiB).

So introduce guf-image-small and guf-image-minimal.
The former has debugging and package-management capabilities.
The latter is stripped down to basic features network access only.
parent 4335f7ff
No related branches found
No related tags found
1 merge request!6guf-image: Add minimal and small images
SUMMARY = "A minimal Garz & Fricke Yocto Image"
LICENSE = "MIT"
IMAGE_BOOT_FILES = " uImage "
IMAGE_FSTYPES = " tar.gz "
inherit core-image features_check extrausers
# ----------------------------------------------
# The following packages are included implicitly
# ----------------------------------------------
# bootscript -> machine
# fng-install
# fng-install-postinstallation
# ----------------------------------------------
IMAGE_FEATURES += " \
ssh-server-openssh \
"
IMAGE_INSTALL_GRAPHICS += " \
"
IMAGE_INSTALL_GUF += " \
"
IMAGE_INSTALL_MULTIMEDIA += " \
"
IMAGE_INSTALL_QT +=" \
"
IMAGE_INSTALL_TEST +=" \
"
CORE_IMAGE_EXTRA_INSTALL += " \
${IMAGE_INSTALL_GRAPHICS} \
${IMAGE_INSTALL_GUF} \
${IMAGE_INSTALL_MULTIMEDIA} \
${IMAGE_INSTALL_QT} \
${IMAGE_INSTALL_TEST} \
dtc \
nano \
networkmanager \
"
EXTRA_USERS_PARAMS = "\
useradd guf; \
"
SUMMARY = "A small Garz & Fricke Yocto Image"
LICENSE = "MIT"
IMAGE_BOOT_FILES = " uImage "
IMAGE_FSTYPES = " tar.gz "
inherit core-image features_check extrausers
REQUIRED_DISTRO_FEATURES = "wayland"
# ----------------------------------------------
# The following packages are included implicitly
# ----------------------------------------------
# bootscript -> machine
# fng-install
# fng-install-postinstallation
# ----------------------------------------------
IMAGE_FEATURES += " \
hwcodecs \
package-management \
splash \
ssh-server-openssh \
tools-debug \
"
IMAGE_INSTALL_GRAPHICS += " \
"
IMAGE_INSTALL_GUF += " \
"
IMAGE_INSTALL_MULTIMEDIA += " \
"
IMAGE_INSTALL_QT +=" \
"
IMAGE_INSTALL_TEST +=" \
"
CORE_IMAGE_EXTRA_INSTALL += " \
${IMAGE_INSTALL_GRAPHICS} \
${IMAGE_INSTALL_GUF} \
${IMAGE_INSTALL_MULTIMEDIA} \
${IMAGE_INSTALL_QT} \
${IMAGE_INSTALL_TEST} \
dtc \
nano \
networkmanager \
"
EXTRA_USERS_PARAMS = "\
useradd guf; \
"
SUMMARY = "Garz & Fricke Yocto Image"
SUMMARY = "The standard Garz & Fricke Yocto Image"
LICENSE = "MIT"
......
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