mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-22 01:13:00 +02:00
Add a generic image target to build aux.ext4, which can be used both when creating target-specific SD-card images, and when creating regular disk images. While we're here, make sure that we don't need a RAUC bundle in order to generate aux.ext4 (which mkrauc-status.sh did). This saves us time on _every_ incremental build.
11 lines
366 B
Plaintext
11 lines
366 B
Plaintext
config IMAGE_ITB_AUX
|
|
bool "aux partition"
|
|
depends on IMAGE_ITB_ROOTFS
|
|
select BR2_PACKAGE_HOST_UBOOT_TOOLS
|
|
select BR2_PACKAGE_HOST_GENIMAGE
|
|
help
|
|
Create and populate auxiliary partition, aux.ext4, with
|
|
metadata needed by U-Boot and RAUC to operate properly on
|
|
systems using ITB images. This may then be included as a
|
|
partition in a larger disk image.
|