summaryrefslogtreecommitdiffstats
path: root/config/images/rauc.config
blob: 8396bd4bea74d3fe39c77bfc493362d0334f0890 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
image @IMAGE@ {
	rauc {
		file root.tar.gz { image = "root.tgz" }
		manifest = "
			[update]
			compatible=@RAUC_BUNDLE_COMPATIBLE@
			version=@RAUC_BUNDLE_VERSION@
			build=@RAUC_BUNDLE_BUILD@
			description=@RAUC_BUNDLE_DESCRIPTION@

			[image.rootfs]
			filename=root.tar.gz
			"
		cert = "@RAUC_CERT@"
		key = "@RAUC_KEY@"
	}
}