summaryrefslogtreecommitdiffstats
path: root/rules/rauc.in
diff options
context:
space:
mode:
authorEnrico Jorns <ejo@pengutronix.de>2019-01-11 09:58:22 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-01-12 10:17:07 +0100
commit2a411b726899fd2f64ce2fdc686d3a65e612b750 (patch)
treefb2e3694ae7252c3ad1172a05adff247b552bb0d /rules/rauc.in
parent4a0d242691f4dce0445ac02bd7bd5177ea5d00bb (diff)
downloadptxdist-2a411b726899fd2f64ce2fdc686d3a65e612b750.tar.gz
ptxdist-2a411b726899fd2f64ce2fdc686d3a65e612b750.tar.xz
rauc: provide and improve help texts on config options
Signed-off-by: Enrico Jorns <ejo@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/rauc.in')
-rw-r--r--rules/rauc.in16
1 files changed, 14 insertions, 2 deletions
diff --git a/rules/rauc.in b/rules/rauc.in
index 20c5564ed..96afc9092 100644
--- a/rules/rauc.in
+++ b/rules/rauc.in
@@ -17,18 +17,30 @@ if RAUC
config RAUC_NETWORK
bool
- prompt "network support"
+ prompt "Enable network support"
+ help
+ Enables network support that allows RAUC to directly fetch bundles
+ via http/https/ftp/sftp (using libcurl).
+ Note that network is primarily designed to be used for RAUC'S casync
+ capabilities, not for fetching full bundles.
config RAUC_JSON
bool
prompt "JSON support"
+ help
+ Enables JSON output format for 'rauc info' and 'rauc status'.
+ Output format can be selected via '--output-format=<json/json-pretty>'
config RAUC_CONFIGURATION
prompt "Install RAUC configuration in /etc/rauc"
bool
default y
help
- Install a default RAUC configuration that works for most projects.
+ Installs a RAUC system configuration file and a keyring into /etc/rauc.
+ By default, this will install some dummy files containing some
+ example and help text.
+ The default files must be overwritten in your projectroot to match
+ your project's and platform's need.
if RAUC_CONFIGURATION