Jan Kundrát | 1b5a428 | 2018-04-05 21:32:53 +0200 | [diff] [blame] | 1 | config CZECHLIGHT_RAUC_ROOTFS |
| 2 | bool "Create RAUC update bundle" |
Jan Kundrát | 0b2424f | 2018-05-22 18:38:28 +0200 | [diff] [blame] | 3 | depends on BR2_INIT_SYSTEMD |
| 4 | depends on BR2_PACKAGE_RAUC |
Jan Kundrát | 1b5a428 | 2018-04-05 21:32:53 +0200 | [diff] [blame] | 5 | select BR2_PACKAGE_CZECHLIGHT_CFG_FS |
| 6 | select BR2_PACKAGE_HOST_RAUC |
Jan Kundrát | f7edef3 | 2018-04-05 23:04:31 +0200 | [diff] [blame] | 7 | select BR2_PACKAGE_CZECHLIGHT_RAUC |
Jan Kundrát | 1b5a428 | 2018-04-05 21:32:53 +0200 | [diff] [blame] | 8 | |
| 9 | if CZECHLIGHT_RAUC_ROOTFS |
| 10 | |
| 11 | config CZECHLIGHT_RAUC_COMPATIBLE |
| 12 | string "HW compatibility string" |
| 13 | help |
| 14 | Unique identifier which specifies what boards accept a given SW image. |
| 15 | |
Jan Kundrát | f7edef3 | 2018-04-05 23:04:31 +0200 | [diff] [blame] | 16 | config BR2_PACKAGE_CZECHLIGHT_RAUC |
| 17 | bool |
| 18 | |
| 19 | config CZECHLIGHT_RAUC_BOOTLOADER |
| 20 | string |
| 21 | default uboot if BR2_TARGET_UBOOT |
| 22 | default grub if BR2_TARGET_GRUB2 |
| 23 | |
| 24 | config CZECHLIGHT_RAUC_SLOT_A_ROOTFS_DEV |
| 25 | string "device name (rootfs slot A)" |
| 26 | help |
| 27 | Name of the device/partition where rootfs for slot A will be |
| 28 | |
| 29 | config CZECHLIGHT_RAUC_SLOT_A_CFG_DEV |
| 30 | string "device name (cfg slot A)" |
| 31 | help |
| 32 | Name of the device/partition where cfg for slot A will be |
| 33 | |
| 34 | config CZECHLIGHT_RAUC_SLOT_B_ROOTFS_DEV |
| 35 | string "device name (rootfs slot B)" |
| 36 | help |
| 37 | Name of the device/partition where rootfs for slot B will be |
| 38 | |
| 39 | config CZECHLIGHT_RAUC_SLOT_B_CFG_DEV |
| 40 | string "device name (cfg slot B)" |
| 41 | help |
| 42 | Name of the device/partition where cfg for slot B will be |
| 43 | |
Jan Kundrát | 1b5a428 | 2018-04-05 21:32:53 +0200 | [diff] [blame] | 44 | endif # CZECHLIGHT_RAUC_ROOTFS |