74a0f963ed
By default, the UBI FS target creates a ubinize configuration file on-the-fly, for a single volume. Add an option to specify a custom config file. E.g., one might want to deploy a system with a volume for the built ubifs image, a volume for a future upgrade image, and a volume for user data. Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com> Reviewed-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 lines
124 B
INI
9 lines
124 B
INI
[ubifs]
|
|
mode=ubi
|
|
vol_id=0
|
|
vol_type=dynamic
|
|
vol_name=rootfs
|
|
vol_alignment=1
|
|
vol_flags=autoresize
|
|
image=BR2_ROOTFS_UBIFS_PATH
|