* [ptxdist] [PATCH] rauc: select busybox features if using busybox tar
@ 2019-02-26 10:22 Rouven Czerwinski
2019-02-26 10:25 ` Rouven Czerwinski
0 siblings, 1 reply; 2+ messages in thread
From: Rouven Czerwinski @ 2019-02-26 10:22 UTC (permalink / raw)
To: ptxdist; +Cc: Rouven Czerwinski
Select BUSYBOX_CONFIG_FEATURE_TAR_AUTODETECT and
BUSYBOX_FEATURE_SEAMLESS_XZ if BUSYBOX_TAR is enabled. These options are
required according to the documentation avilable at [1].
While at it convert the space to tab after if for long options.
[1]: https://rauc.readthedocs.io/en/v1.0/integration.html#required-target-tools
Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de>
---
rules/rauc.in | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/rules/rauc.in b/rules/rauc.in
index 8c94710f9..fc2315b35 100644
--- a/rules/rauc.in
+++ b/rules/rauc.in
@@ -7,11 +7,14 @@ menuconfig RAUC
select GLIB
select GLIB_LIBMOUNT
select HOST_GLIB
- select BUSYBOX_FEATURE_TAR_LONG_OPTIONS if BUSYBOX_TAR
+ select BUSYBOX_FEATURE_TAR_LONG_OPTIONS if BUSYBOX_TAR
+ select BUSYBOX_FEATURE_TAR_AUTODETECT if BUSYBOX_TAR
+ select BUSYBOX_FEATURE_SEAMLESS_XZ if BUSYBOX_TAR
select LIBCURL if RAUC_NETWORK
select JSON_GLIB if RAUC_JSON
select SQUASHFS_TOOLS if RUNTIME
select SQUASHFS_TOOLS_UNSQUASHFS if RUNTIME
+
help
Robust Auto-Update Controller. RAUC controls the update process on embedded linux systems.
--
2.20.1
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ptxdist] [PATCH] rauc: select busybox features if using busybox tar
2019-02-26 10:22 [ptxdist] [PATCH] rauc: select busybox features if using busybox tar Rouven Czerwinski
@ 2019-02-26 10:25 ` Rouven Czerwinski
0 siblings, 0 replies; 2+ messages in thread
From: Rouven Czerwinski @ 2019-02-26 10:25 UTC (permalink / raw)
To: ptxdist
On Tue, 2019-02-26 at 11:22 +0100, Rouven Czerwinski wrote:
> Select BUSYBOX_CONFIG_FEATURE_TAR_AUTODETECT and
> BUSYBOX_FEATURE_SEAMLESS_XZ if BUSYBOX_TAR is enabled. These options
> are
> required according to the documentation avilable at [1].
> While at it convert the space to tab after if for long options.
>
> [1]: https://rauc.readthedocs.io/en/v1.0/integration.html#required-ta
> rget-tools
>
> Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de>
> ---
> rules/rauc.in | 5 ++++-
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/rules/rauc.in b/rules/rauc.in
> index 8c94710f9..fc2315b35 100644
> --- a/rules/rauc.in
> +++ b/rules/rauc.in
> @@ -7,11 +7,14 @@ menuconfig RAUC
> select GLIB
> select GLIB_LIBMOUNT
> select HOST_GLIB
> - select BUSYBOX_FEATURE_TAR_LONG_OPTIONS if BUSYBOX_TAR
> + select BUSYBOX_FEATURE_TAR_LONG_OPTIONS if
> BUSYBOX_TAR
> + select BUSYBOX_FEATURE_TAR_AUTODETECT if BUSYBOX_TAR
> + select BUSYBOX_FEATURE_SEAMLESS_XZ if
> BUSYBOX_TAR
> select LIBCURL if
> RAUC_NETWORK
> select JSON_GLIB if RAUC_JSON
> select SQUASHFS_TOOLS if RUNTIME
> select SQUASHFS_TOOLS_UNSQUASHFS if RUNTIME
> +
Huh, how did that whitespace damage sneak in there? Will send a v2.
> help
> Robust Auto-Update Controller. RAUC controls the update
> process on embedded linux systems.
>
- Rouven
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-02-26 10:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-26 10:22 [ptxdist] [PATCH] rauc: select busybox features if using busybox tar Rouven Czerwinski
2019-02-26 10:25 ` Rouven Czerwinski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox