Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
genimage.bbclass: support compressing the generated image
Allow the recipe to set GENIMAGE_COMPRESSION to "gzip" or "xz". Other types are trivial to add support for if desired. Even if the class doesn't yet support a given scheme, the recipe itself can just define the proper GENIMAGE_COMPRESS_DEPENDS[foo] and GENIMAGE_COMPRESS_CMD[foo]. Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
- Loading branch information