Skip to content
Snippets Groups Projects
Commit 35974667 authored by Clemens Terasa's avatar Clemens Terasa Committed by Jonas Höppner
Browse files

guf-image: Build a tar.gz image

Move the variables IMAGE_BOOT_FILES and IMAGE_FSTYPES to the guf-image
recipe. These were prevoiusly defined in meta-guf-machines but are more
distro options.

The move also sets teh IMAGE_FSTYPE from tar.bz2 to tar.gz.
This was the previous default and according to
https://tukaani.org/lzma/benchmarks.html decompresses faster.
parent f33eb7cc
No related branches found
No related tags found
1 merge request!2Install script
...@@ -2,6 +2,10 @@ SUMMARY = "Garz & Fricke Yocto Image" ...@@ -2,6 +2,10 @@ SUMMARY = "Garz & Fricke Yocto Image"
LICENSE = "MIT" LICENSE = "MIT"
IMAGE_BOOT_FILES = " uImage "
IMAGE_FSTYPES = " tar.gz "
inherit core-image features_check extrausers inherit core-image features_check extrausers
REQUIRED_DISTRO_FEATURES = "wayland" REQUIRED_DISTRO_FEATURES = "wayland"
......
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