blob: be40abaed39876645cc323c683a513e42f6a5798 [file] [log] [blame]
Jan Kundrát1b5a4282018-04-05 21:32:53 +02001config CZECHLIGHT_RAUC_ROOTFS
2 bool "Create RAUC update bundle"
Jan Kundrát0b2424f2018-05-22 18:38:28 +02003 depends on BR2_INIT_SYSTEMD
4 depends on BR2_PACKAGE_RAUC
Jan Kundrát1b5a4282018-04-05 21:32:53 +02005 select BR2_PACKAGE_CZECHLIGHT_CFG_FS
6 select BR2_PACKAGE_HOST_RAUC
Jan Kundrátf7edef32018-04-05 23:04:31 +02007 select BR2_PACKAGE_CZECHLIGHT_RAUC
Jan Kundrát1b5a4282018-04-05 21:32:53 +02008
9if CZECHLIGHT_RAUC_ROOTFS
10
11config 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átf7edef32018-04-05 23:04:31 +020016config BR2_PACKAGE_CZECHLIGHT_RAUC
17 bool
18
19config CZECHLIGHT_RAUC_BOOTLOADER
20 string
21 default uboot if BR2_TARGET_UBOOT
22 default grub if BR2_TARGET_GRUB2
23
24config 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
29config 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
34config 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
39config 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át1b5a4282018-04-05 21:32:53 +020044endif # CZECHLIGHT_RAUC_ROOTFS