summaryrefslogtreecommitdiffstats
path: root/platforms/image-rauc.in
blob: 658ddd5cd1679bab355d0d21b2d308dd2cfbdada (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
## SECTION=image

menuconfig IMAGE_RAUC
	tristate
	prompt "Generate RAUC Update Bundle   "
	select HOST_GENIMAGE
	select HOST_RAUC
	select IMAGE_ROOT_TGZ
	help
	  This generates a RAUC update Bundle for the selected platform using
	  genimage.

	  By default, this will create a simple Bundle for updating a 'rootfs'
	  slot with the content from PTXdist's root file system .tgz image.

	  To customize the bundle, copy and adapt the genimage configuration
	  file rauc.config.

if IMAGE_RAUC

config IMAGE_RAUC_DESCRIPTION
	prompt "RAUC Bundle Description"
	string
	default ""
	help
	  Optional description that will be placed in the Bundles metadata.

endif