summaryrefslogtreecommitdiffstats
path: root/platforms
diff options
context:
space:
mode:
Diffstat (limited to 'platforms')
-rw-r--r--platforms/image-rauc.in28
1 files changed, 28 insertions, 0 deletions
diff --git a/platforms/image-rauc.in b/platforms/image-rauc.in
new file mode 100644
index 000000000..71c6898ba
--- /dev/null
+++ b/platforms/image-rauc.in
@@ -0,0 +1,28 @@
+## SECTION=image2
+
+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