blob: 71ef0da77a2a6ad4af9ff625ea35e35b51066ac7 [file] [log] [blame]
Jan Kundrát1b5a4282018-04-05 21:32:53 +02001config CZECHLIGHT_RAUC_ROOTFS
2 bool "Create RAUC update bundle"
3 select BR2_PACKAGE_CZECHLIGHT_CFG_FS
4 select BR2_PACKAGE_HOST_RAUC
Jan Kundrátf7edef32018-04-05 23:04:31 +02005 select BR2_PACKAGE_CZECHLIGHT_RAUC
Jan Kundrát1b5a4282018-04-05 21:32:53 +02006
7if CZECHLIGHT_RAUC_ROOTFS
8
9config CZECHLIGHT_RAUC_COMPATIBLE
10 string "HW compatibility string"
11 help
12 Unique identifier which specifies what boards accept a given SW image.
13
Jan Kundrátf7edef32018-04-05 23:04:31 +020014config BR2_PACKAGE_CZECHLIGHT_RAUC
15 bool
16
17config CZECHLIGHT_RAUC_BOOTLOADER
18 string
19 default uboot if BR2_TARGET_UBOOT
20 default grub if BR2_TARGET_GRUB2
21
22config CZECHLIGHT_RAUC_SLOT_A_ROOTFS_DEV
23 string "device name (rootfs slot A)"
24 help
25 Name of the device/partition where rootfs for slot A will be
26
27config CZECHLIGHT_RAUC_SLOT_A_CFG_DEV
28 string "device name (cfg slot A)"
29 help
30 Name of the device/partition where cfg for slot A will be
31
32config CZECHLIGHT_RAUC_SLOT_B_ROOTFS_DEV
33 string "device name (rootfs slot B)"
34 help
35 Name of the device/partition where rootfs for slot B will be
36
37config CZECHLIGHT_RAUC_SLOT_B_CFG_DEV
38 string "device name (cfg slot B)"
39 help
40 Name of the device/partition where cfg for slot B will be
41
Jan Kundrát1b5a4282018-04-05 21:32:53 +020042endif # CZECHLIGHT_RAUC_ROOTFS