summaryrefslogtreecommitdiffstats
path: root/rules/rauc.make
diff options
context:
space:
mode:
authorEnrico Jorns <ejo@pengutronix.de>2022-06-15 16:22:15 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2022-06-17 14:20:23 +0200
commitc2ad273712cfb89c292dd5a72e8e1ee87a997ab7 (patch)
tree404f7d03ea4441554e2150a56ecc46050bf2b4d4 /rules/rauc.make
parent7c378e97df58c372cdef473fbd2b0ee613dfeff9 (diff)
downloadptxdist-c2ad273712cfb89c292dd5a72e8e1ee87a997ab7.tar.gz
ptxdist-c2ad273712cfb89c292dd5a72e8e1ee87a997ab7.tar.xz
RAUC: leverage --disable-create option to shrink size for target RAUC
We do not need bundle creation capabilities on the target in most cases, thus make this optional (and disable by default). Signed-off-by: Enrico Jorns <ejo@pengutronix.de> Message-Id: <20220615142217.990960-4-ejo@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/rauc.make')
-rw-r--r--rules/rauc.make1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/rauc.make b/rules/rauc.make
index 78f6c894b..6a2d49343 100644
--- a/rules/rauc.make
+++ b/rules/rauc.make
@@ -43,6 +43,7 @@ RAUC_CONF_OPT := \
--disable-Werror \
--disable-code-coverage \
--disable-valgrind \
+ --$(call ptx/endis,PTXCONF_RAUC_CREATE)-create \
--$(call ptx/endis,PTXCONF_RAUC_SERVICE)-service \
--disable-create \
--$(call ptx/endis,PTXCONF_RAUC_NETWORK)-network \