diff options
author | Jan-Simon Möller <dl9pf@gmx.de> | 2017-06-29 15:56:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-29 15:56:48 +0200 |
commit | 109b534b60eb63dfeb6a43a594fd96870699170b (patch) | |
tree | d4a1f85a27cfe1ee2f864eac031cf6055cf93e98 /classes/sota_raspberrypi.bbclass | |
parent | e56587801e956ef8cb35814c98dcddcc45afcca4 (diff) | |
download | meta-updater-109b534b60eb63dfeb6a43a594fd96870699170b.tar.gz |
Use compression on output file to save space
We could make that a option to the user ...
Diffstat (limited to 'classes/sota_raspberrypi.bbclass')
-rw-r--r-- | classes/sota_raspberrypi.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/sota_raspberrypi.bbclass b/classes/sota_raspberrypi.bbclass index b6cf639..544537b 100644 --- a/classes/sota_raspberrypi.bbclass +++ b/classes/sota_raspberrypi.bbclass | |||
@@ -1,5 +1,5 @@ | |||
1 | IMAGE_CLASSES += "${@bb.utils.contains('DISTRO_FEATURES', 'sota', 'image_types_uboot sdcard_image-rpi-ota', '', d)}" | 1 | IMAGE_CLASSES += "${@bb.utils.contains('DISTRO_FEATURES', 'sota', 'image_types_uboot sdcard_image-rpi-ota', '', d)}" |
2 | IMAGE_FSTYPES += "${@bb.utils.contains('DISTRO_FEATURES', 'sota', 'rpi-sdimg-ota', 'rpi-sdimg', d)}" | 2 | IMAGE_FSTYPES += "${@bb.utils.contains('DISTRO_FEATURES', 'sota', 'rpi-sdimg-ota.xz', 'rpi-sdimg.xz', d)}" |
3 | 3 | ||
4 | IMAGE_FSTYPES_remove = "${@bb.utils.contains('DISTRO_FEATURES', 'sota', 'wic rpi-sdimg', '', d)}" | 4 | IMAGE_FSTYPES_remove = "${@bb.utils.contains('DISTRO_FEATURES', 'sota', 'wic rpi-sdimg', '', d)}" |
5 | 5 | ||