
Allow mksquashfs overrides for thread count and compression algorithm. Apply all rootfs-level overrides uniformly in Makefile. Change-Id: I9dfb9fac63a6efcad42bc73242929e52ff1f9344
6 lines
151 B
YAML
6 lines
151 B
YAML
root_chroot: build
|
|
root_image: build
|
|
# Additional flags for mksquashfs
|
|
mksquashfs_compression: lz4
|
|
mksquashfs_threads: "{{ ansible_processor_vcpus }}"
|