Jan Kundrát | 1b5a428 | 2018-04-05 21:32:53 +0200 | [diff] [blame] | 1 | config CZECHLIGHT_RAUC_ROOTFS |
| 2 | bool "Create RAUC update bundle" |
| 3 | select BR2_PACKAGE_CZECHLIGHT_CFG_FS |
| 4 | select BR2_PACKAGE_HOST_RAUC |
Jan Kundrát | f7edef3 | 2018-04-05 23:04:31 +0200 | [diff] [blame^] | 5 | select BR2_PACKAGE_CZECHLIGHT_RAUC |
Jan Kundrát | 1b5a428 | 2018-04-05 21:32:53 +0200 | [diff] [blame] | 6 | |
| 7 | if CZECHLIGHT_RAUC_ROOTFS |
| 8 | |
| 9 | config 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át | f7edef3 | 2018-04-05 23:04:31 +0200 | [diff] [blame^] | 14 | config BR2_PACKAGE_CZECHLIGHT_RAUC |
| 15 | bool |
| 16 | |
| 17 | config CZECHLIGHT_RAUC_BOOTLOADER |
| 18 | string |
| 19 | default uboot if BR2_TARGET_UBOOT |
| 20 | default grub if BR2_TARGET_GRUB2 |
| 21 | |
| 22 | config 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 | |
| 27 | config 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 | |
| 32 | config 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 | |
| 37 | config 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át | 1b5a428 | 2018-04-05 21:32:53 +0200 | [diff] [blame] | 42 | endif # CZECHLIGHT_RAUC_ROOTFS |