* [ptxdist] [PATCH] dt-utils: version bump 2018.05.0 -> 2019.01.0
@ 2019-01-28 13:20 Roland Hieber
0 siblings, 0 replies; only message in thread
From: Roland Hieber @ 2019-01-28 13:20 UTC (permalink / raw)
To: ptxdist; +Cc: Roland Hieber
Version 2018.05.1 includes a fix for building with glibc ≥ 2.28 and
fixes compiler warnings for gcc ≥ 6.
Version 2019.01.0 contains several bugfixes and harmonizes the
barebox-state implementation with recent barebox versions.
Also give the kconfig help text a face lift.
Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---
rules/dt-utils.in | 6 ++++--
rules/dt-utils.make | 4 ++--
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/rules/dt-utils.in b/rules/dt-utils.in
index e4933989d..7ce0e579c 100644
--- a/rules/dt-utils.in
+++ b/rules/dt-utils.in
@@ -5,5 +5,7 @@ config DT_UTILS
prompt "dt-utils"
select UDEV
help
- Contains the barebox-state tool to interact with "barebox-state"
- instances from Linux userspace.
+ Utilities to work with device trees in Linux userspace:
+
+ * barebox-state: access barebox' state storage
+ * fdtdump: dump a device tree binary to stdout
diff --git a/rules/dt-utils.make b/rules/dt-utils.make
index ef0304a82..5e02b539f 100644
--- a/rules/dt-utils.make
+++ b/rules/dt-utils.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_DT_UTILS) += dt-utils
#
# Paths and names
#
-DT_UTILS_VERSION := 2018.05.0
-DT_UTILS_MD5 := 3ab2d646639bb10607716a5b57e2ddf8
+DT_UTILS_VERSION := 2019.01.0
+DT_UTILS_MD5 := d83ebf99b07fa4516aeaa329afb2a6eb
DT_UTILS := dt-utils-$(DT_UTILS_VERSION)
DT_UTILS_SUFFIX := tar.xz
DT_UTILS_URL := https://public.pengutronix.de/software/dt-utils/$(DT_UTILS).$(DT_UTILS_SUFFIX)
--
2.20.1
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2019-01-28 13:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-28 13:20 [ptxdist] [PATCH] dt-utils: version bump 2018.05.0 -> 2019.01.0 Roland Hieber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox