mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Ladislav Michl <ladis@linux-mips.org>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH] rauc: version bump 1.1 -> 1.2
Date: Wed, 6 Nov 2019 14:46:07 +0100	[thread overview]
Message-ID: <20191106134607.GA25328@lenoch> (raw)

Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
---
 This patch also changes logic from 'RAUC_SERVICE depends on DBUS'
 to 'select DBUS if RAUC_SERVICE'. Unfortunately depencies are not
 generated from 'depends on'. I'm assuming this is a feature.

 rules/rauc.in   | 20 ++++++++++++--------
 rules/rauc.make |  4 ++--
 2 files changed, 14 insertions(+), 10 deletions(-)

diff --git a/rules/rauc.in b/rules/rauc.in
index 078c75bff..e7cf2cefa 100644
--- a/rules/rauc.in
+++ b/rules/rauc.in
@@ -10,6 +10,7 @@ menuconfig RAUC
 	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 DBUS				if RAUC_SERVICE
 	select LIBCURL				if RAUC_NETWORK
 	select JSON_GLIB			if RAUC_JSON
 	select SQUASHFS_TOOLS			if RUNTIME
@@ -26,7 +27,6 @@ if RAUC
 config RAUC_SERVICE
 	bool
 	prompt "Enable service (D-Bus) support"
-	depends on DBUS
 	default y
 	help
 	  Compiles RAUC to act as a separate daemon and comand line interface
@@ -50,8 +50,8 @@ config RAUC_JSON
 	  Output format can be selected via '--output-format=<json/json-pretty>'
 
 config RAUC_CONFIGURATION
-	prompt "Install RAUC configuration in /etc/rauc"
 	bool
+	prompt "Install RAUC configuration in /etc/rauc"
 	default y
 	help
 	  Installs a RAUC system configuration file and a keyring into /etc/rauc.
@@ -63,8 +63,8 @@ config RAUC_CONFIGURATION
 if RAUC_CONFIGURATION
 
 config RAUC_COMPATIBLE
-	prompt "RAUC Compatible"
 	string
+	prompt "RAUC Compatible"
 	default "${PTXCONF_PROJECT_VENDOR}\ ${PTXCONF_PROJECT}"
 	help
 	  An explicit identification string that RAUC uses to assure an update
@@ -74,8 +74,8 @@ config RAUC_COMPATIBLE
 	  in the Bundle's manifest match exactly, an update will be performed
 
 config RAUC_BUNDLE_VERSION
-	prompt "RAUC Bundle Version"
 	string
+	prompt "RAUC Bundle Version"
 	default "${PTXDIST_BSP_AUTOVERSION}"
 	help
 	  Overwrite the bundle version if needed.
@@ -83,20 +83,23 @@ config RAUC_BUNDLE_VERSION
 endif
 
 config RAUC_BAREBOX
-	bool "barebox support"
+	bool
+	prompt "barebox support"
 	help
 	  To interact with barebox, barebox-state from dt-utils is used.
 	  Auto-select this package for installation on the target.
 
 config RAUC_U_BOOT
-	bool "U-Boot support"
+	bool
+	prompt "U-Boot support"
 	help
 	  To interact with U-Boot, fw_printenv and fw_setenv from
 	  u-boot-tools are used.
 	  Auto-select this package for installation on the target.
 
 config RAUC_GRUB
-	bool "GRUB support"
+	bool
+	prompt "GRUB support"
 	# needs grub2
 	depends on BROKEN
 	help
@@ -104,7 +107,8 @@ config RAUC_GRUB
 	  Auto-select this package for installation on the target.
 
 config RAUC_EFI
-	bool "EFI support"
+	bool
+	prompt "EFI support"
 	help
 	  To interact with EFI, efibootmgr from efibootmgr is used.
 	  Auto-select this package for installation on the target.
diff --git a/rules/rauc.make b/rules/rauc.make
index 27d2f1b40..ade9bd5dd 100644
--- a/rules/rauc.make
+++ b/rules/rauc.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_RAUC) += rauc
 #
 # Paths and names
 #
-RAUC_VERSION	:= 1.1
-RAUC_MD5	:= c81644f96b14304b6bb9f2ac2de9d4fd
+RAUC_VERSION	:= 1.2
+RAUC_MD5	:= e2a1772825c6ea900e4824b670846a00
 RAUC		:= rauc-$(RAUC_VERSION)
 RAUC_SUFFIX	:= tar.xz
 RAUC_URL	:= https://github.com/rauc/rauc/releases/download/v$(RAUC_VERSION)/$(RAUC).$(RAUC_SUFFIX)
-- 
2.24.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

             reply	other threads:[~2019-11-06 13:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-06 13:46 Ladislav Michl [this message]
2019-11-12 15:39 ` Michael Olbrich

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=20191106134607.GA25328@lenoch \
    --to=ladis@linux-mips.org \
    --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