mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Rouven Czerwinski <r.czerwinski@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Rouven Czerwinski <r.czerwinski@pengutronix.de>
Subject: [ptxdist] [PATCH v2] rauc: select busybox features if using busybox tar
Date: Tue, 26 Feb 2019 11:27:35 +0100	[thread overview]
Message-ID: <20190226102734.3434-1-r.czerwinski@pengutronix.de> (raw)

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 the 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 | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/rules/rauc.in b/rules/rauc.in
index 8c94710f9..213a1211e 100644
--- a/rules/rauc.in
+++ b/rules/rauc.in
@@ -7,7 +7,9 @@ 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
-- 
2.20.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

                 reply	other threads:[~2019-02-26 10:27 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190226102734.3434-1-r.czerwinski@pengutronix.de \
    --to=r.czerwinski@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox