diff options
author | Trent Piepho <tpiepho@impinj.com> | 2018-12-17 22:15:19 +0000 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-12-30 22:42:27 +0100 |
commit | 4a4dba21b9f9469b189ad04f74138039a4ba8109 (patch) | |
tree | 9439210ba442ba2f6e3988fd5ebeb7b18dc58875 | |
parent | c4475c0a577308c81f4cddfc48b34b4d14fadf02 (diff) | |
download | buildroot-4a4dba21b9f9469b189ad04f74138039a4ba8109.tar.gz buildroot-4a4dba21b9f9469b189ad04f74138039a4ba8109.zip |
package/rauc: target rauc needs unsquashfs at runtime
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@impinj.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-rw-r--r-- | package/rauc/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 |