summaryrefslogtreecommitdiffstats
path: root/config/images/rauc.config
blob: 0c824f00e5d3ccd2dfa349b199b474ac751943cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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@"
		keyring = "@RAUC_KEYRING@"
	}
}