[Buildroot] [git commit branch/2018.11.x] package/rauc: target rauc needs unsquashfs at runtime

Peter Korsgaard peter at korsgaard.com
Wed Jan 23 14:31:45 UTC 2019


commit: https://git.buildroot.net/buildroot/commit/?id=4d671f1f1478e7cc7fa04cb9a14705c347624d6c
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2018.11.x

In order to provide info about a bundle file, e.g. running "rauc info
bundle.raucb", rauc needs to use the unsquashfs progam from the squashfs
package.

This was not documented until upstream commit 10c501c12752 ("docs:
integration: document need for 'unsquashfs' tool for 'rauc info'"), but
is already present in rauc.

Signed-off-by: Trent Piepho <tpiepho at impinj.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
(cherry picked from commit 4a4dba21b9f9469b189ad04f74138039a4ba8109)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/rauc/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/rauc/Config.in b/package/rauc/Config.in
index 6433b827d3..456f8f382c 100644
--- a/package/rauc/Config.in
+++ b/package/rauc/Config.in
@@ -6,6 +6,7 @@ config BR2_PACKAGE_RAUC
 	select BR2_PACKAGE_LIBGLIB2
 	select BR2_PACKAGE_OPENSSL
 	select BR2_PACKAGE_DBUS # run-time dependency
+	select BR2_PACKAGE_SQUASHFS # run-time dependency
 	help
 	  RAUC is the Robust Auto-Update Controller developed by
 	  Pengutronix. It supports updating embedded Linux


More information about the buildroot mailing list