DistroKit Mailinglist
 help / color / mirror / Atom feed
From: Robert Schwebel <r.schwebel@pengutronix.de>
To: distrokit@pengutronix.de
Subject: [DistroKit] [PATCH 2/2] barebox: version bump 2018.01.0 -> 2018.03.0
Date: Wed,  7 Mar 2018 13:45:57 +0100	[thread overview]
Message-ID: <20180307124557.30731-2-r.schwebel@pengutronix.de> (raw)
In-Reply-To: <20180307124557.30731-1-r.schwebel@pengutronix.de>

Update the barebox version to the latest and greatest.

Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
---
 configs/platform-v7a/barebox-am335x-mlo.config     |  8 +++++++-
 configs/platform-v7a/barebox-am335x.config         |  8 +++++++-
 configs/platform-v7a/barebox-mx6.config            |  8 +++++++-
 configs/platform-v7a/barebox-rpi2.config           |  7 ++++++-
 configs/platform-v7a/barebox-vexpress.config       |  7 ++++++-
 ...1-Release-pengutronix-multi_v7-20180128-1.patch | 22 ----------------------
 .../platform-v7a/patches/barebox-2018.01.0/series  | 15 ---------------
 ...glebone-add-state-entry-for-mmc0-and-mmc1.patch |  0
 ...101-ARM-imx-add-support-for-Udoo-Neo-full.patch |  6 +++---
 ...1-Release-pengutronix-multi_v7-20180307-1.patch | 22 ++++++++++++++++++++++
 .../platform-v7a/patches/barebox-2018.03.0/series  | 15 +++++++++++++++
 configs/platform-v7a/rules/barebox-am335x-mlo.make |  4 ++--
 configs/platform-v7a/rules/barebox-am335x.make     |  4 ++--
 configs/platform-v7a/rules/barebox-mx6.make        |  4 ++--
 configs/platform-v7a/rules/barebox-rpi2.make       |  4 ++--
 configs/platform-v7a/rules/barebox-vexpress.make   |  4 ++--
 16 files changed, 83 insertions(+), 55 deletions(-)
 delete mode 100644 configs/platform-v7a/patches/barebox-2018.01.0/0201-Release-pengutronix-multi_v7-20180128-1.patch
 delete mode 100644 configs/platform-v7a/patches/barebox-2018.01.0/series
 rename configs/platform-v7a/patches/{barebox-2018.01.0 => barebox-2018.03.0}/0001-beaglebone-add-state-entry-for-mmc0-and-mmc1.patch (100%)
 rename configs/platform-v7a/patches/{barebox-2018.01.0 => barebox-2018.03.0}/0101-ARM-imx-add-support-for-Udoo-Neo-full.patch (98%)
 create mode 100644 configs/platform-v7a/patches/barebox-2018.03.0/0201-Release-pengutronix-multi_v7-20180307-1.patch
 create mode 100644 configs/platform-v7a/patches/barebox-2018.03.0/series

diff --git a/configs/platform-v7a/barebox-am335x-mlo.config b/configs/platform-v7a/barebox-am335x-mlo.config
index 87514e7..3e7f4dd 100644
--- a/configs/platform-v7a/barebox-am335x-mlo.config
+++ b/configs/platform-v7a/barebox-am335x-mlo.config
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Barebox/arm 2018.01.0-20180128-1 Configuration
+# Barebox/arm 2018.03.0-20180307-1 Configuration
 #
 CONFIG_ARM=y
 CONFIG_ARM_USE_COMPRESSED_DTB=y
@@ -158,6 +158,7 @@ CONFIG_DEFAULT_COMPRESSION_NONE=y
 # CONFIG_BAREBOXCRC32_TARGET is not set
 # CONFIG_POLLER is not set
 # CONFIG_STATE is not set
+# CONFIG_BOOTCHOOSER is not set
 
 #
 # Debugging
@@ -364,6 +365,10 @@ CONFIG_FS_FAT_LFN=y
 # XZ support disabled
 #
 
+#
+# ZSTD support disabled
+#
+
 #
 # Library routines
 #
@@ -371,6 +376,7 @@ CONFIG_UNCOMPRESS=y
 # CONFIG_ZLIB is not set
 # CONFIG_BZLIB is not set
 # CONFIG_LZ4_DECOMPRESS is not set
+# CONFIG_ZSTD_DECOMPRESS is not set
 # CONFIG_XZ_DECOMPRESS is not set
 # CONFIG_GENERIC_FIND_NEXT_BIT is not set
 # CONFIG_PROCESS_ESCAPE_SEQUENCE is not set
diff --git a/configs/platform-v7a/barebox-am335x.config b/configs/platform-v7a/barebox-am335x.config
index 601c282..7f85317 100644
--- a/configs/platform-v7a/barebox-am335x.config
+++ b/configs/platform-v7a/barebox-am335x.config
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Barebox/arm 2018.01.0-20180128-1 Configuration
+# Barebox/arm 2018.03.0-20180307-1 Configuration
 #
 CONFIG_ARM=y
 CONFIG_ARM_LINUX=y
@@ -678,6 +678,10 @@ CONFIG_FS_FAT_LFN=y
 # XZ support disabled
 #
 
+#
+# ZSTD support disabled
+#
+
 #
 # Library routines
 #
@@ -686,6 +690,7 @@ CONFIG_UNCOMPRESS=y
 # CONFIG_ZLIB is not set
 # CONFIG_BZLIB is not set
 # CONFIG_LZ4_DECOMPRESS is not set
+# CONFIG_ZSTD_DECOMPRESS is not set
 # CONFIG_XZ_DECOMPRESS is not set
 # CONFIG_GENERIC_FIND_NEXT_BIT is not set
 CONFIG_PROCESS_ESCAPE_SEQUENCE=y
@@ -694,6 +699,7 @@ CONFIG_FNMATCH=y
 CONFIG_QSORT=y
 CONFIG_LIBSCAN=y
 CONFIG_LIBUBIGEN=y
+CONFIG_IMAGE_SPARSE=y
 # CONFIG_ALLOW_PRNG_FALLBACK is not set
 
 #
diff --git a/configs/platform-v7a/barebox-mx6.config b/configs/platform-v7a/barebox-mx6.config
index 607653d..1d646f5 100644
--- a/configs/platform-v7a/barebox-mx6.config
+++ b/configs/platform-v7a/barebox-mx6.config
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Barebox/arm 2018.01.0-20180128-1 Configuration
+# Barebox/arm 2018.03.0-20180307-1 Configuration
 #
 CONFIG_ARM=y
 CONFIG_ARM_LINUX=y
@@ -791,6 +791,10 @@ CONFIG_FS_UBIFS_COMPRESSION_LZO=y
 # XZ support disabled
 #
 
+#
+# ZSTD support disabled
+#
+
 #
 # Library routines
 #
@@ -799,6 +803,7 @@ CONFIG_UNCOMPRESS=y
 CONFIG_ZLIB=y
 # CONFIG_BZLIB is not set
 # CONFIG_LZ4_DECOMPRESS is not set
+# CONFIG_ZSTD_DECOMPRESS is not set
 # CONFIG_XZ_DECOMPRESS is not set
 # CONFIG_GENERIC_FIND_NEXT_BIT is not set
 CONFIG_PROCESS_ESCAPE_SEQUENCE=y
@@ -808,6 +813,7 @@ CONFIG_FNMATCH=y
 CONFIG_QSORT=y
 CONFIG_LIBSCAN=y
 CONFIG_LIBUBIGEN=y
+CONFIG_IMAGE_SPARSE=y
 CONFIG_STMP_DEVICE=y
 # CONFIG_ALLOW_PRNG_FALLBACK is not set
 
diff --git a/configs/platform-v7a/barebox-rpi2.config b/configs/platform-v7a/barebox-rpi2.config
index 3850b58..7b3f1db 100644
--- a/configs/platform-v7a/barebox-rpi2.config
+++ b/configs/platform-v7a/barebox-rpi2.config
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Barebox/arm 2018.01.0-20180128-1 Configuration
+# Barebox/arm 2018.03.0-20180307-1 Configuration
 #
 CONFIG_ARM=y
 CONFIG_ARM_LINUX=y
@@ -528,6 +528,10 @@ CONFIG_FS_FAT_LFN=y
 # XZ support disabled
 #
 
+#
+# ZSTD support disabled
+#
+
 #
 # Library routines
 #
@@ -536,6 +540,7 @@ CONFIG_UNCOMPRESS=y
 # CONFIG_ZLIB is not set
 # CONFIG_BZLIB is not set
 # CONFIG_LZ4_DECOMPRESS is not set
+# CONFIG_ZSTD_DECOMPRESS is not set
 # CONFIG_XZ_DECOMPRESS is not set
 # CONFIG_GENERIC_FIND_NEXT_BIT is not set
 CONFIG_PROCESS_ESCAPE_SEQUENCE=y
diff --git a/configs/platform-v7a/barebox-vexpress.config b/configs/platform-v7a/barebox-vexpress.config
index 8d45902..d69bbc5 100644
--- a/configs/platform-v7a/barebox-vexpress.config
+++ b/configs/platform-v7a/barebox-vexpress.config
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Barebox/arm 2018.01.0-20180128-1 Configuration
+# Barebox/arm 2018.03.0-20180307-1 Configuration
 #
 CONFIG_ARM=y
 CONFIG_ARM_LINUX=y
@@ -553,6 +553,10 @@ CONFIG_FS_FAT=y
 # XZ support disabled
 #
 
+#
+# ZSTD support disabled
+#
+
 #
 # Library routines
 #
@@ -561,6 +565,7 @@ CONFIG_UNCOMPRESS=y
 # CONFIG_ZLIB is not set
 # CONFIG_BZLIB is not set
 # CONFIG_LZ4_DECOMPRESS is not set
+# CONFIG_ZSTD_DECOMPRESS is not set
 # CONFIG_XZ_DECOMPRESS is not set
 # CONFIG_GENERIC_FIND_NEXT_BIT is not set
 CONFIG_PROCESS_ESCAPE_SEQUENCE=y
diff --git a/configs/platform-v7a/patches/barebox-2018.01.0/0201-Release-pengutronix-multi_v7-20180128-1.patch b/configs/platform-v7a/patches/barebox-2018.01.0/0201-Release-pengutronix-multi_v7-20180128-1.patch
deleted file mode 100644
index dfc57f5..0000000
--- a/configs/platform-v7a/patches/barebox-2018.01.0/0201-Release-pengutronix-multi_v7-20180128-1.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From: Roland Hieber <r.hieber@pengutronix.de>
-Date: Sun, 28 Jan 2018 22:53:59 +0100
-Subject: [PATCH] Release pengutronix/multi_v7/20180128-1
-
-Signed-off-by: Roland Hieber <r.hieber@pengutronix.de>
----
- Makefile | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Makefile b/Makefile
-index f77a1fd722b7..49fa5c7da870 100644
---- a/Makefile
-+++ b/Makefile
-@@ -1,7 +1,7 @@
- VERSION = 2018
- PATCHLEVEL = 01
- SUBLEVEL = 0
--EXTRAVERSION =
-+EXTRAVERSION =-20180128-1
- NAME = None
- 
- # *DOCUMENTATION*
diff --git a/configs/platform-v7a/patches/barebox-2018.01.0/series b/configs/platform-v7a/patches/barebox-2018.01.0/series
deleted file mode 100644
index 2536e07..0000000
--- a/configs/platform-v7a/patches/barebox-2018.01.0/series
+++ /dev/null
@@ -1,15 +0,0 @@
-# umpf-base: v2018.01.0
-# umpf-name: pengutronix/multi_v7
-# umpf-version: pengutronix/multi_v7/20180128-1
-# umpf-topic: v2018.01.0/customers/pengutronix/beaglebone
-# umpf-hashinfo: a3f8ec875bb6ebd967a41149d4285012ff96209c
-# umpf-topic-range: 1b3990c50f6137efa4c9c95d5344bdda18d92096..a3f8ec875bb6ebd967a41149d4285012ff96209c
-0001-beaglebone-add-state-entry-for-mmc0-and-mmc1.patch
-# umpf-topic: v2018.01.0/customers/pengutronix/udoo-neo
-# umpf-hashinfo: 9d223aa1af85cf7815fd5dd4f56fbb6667492fe9
-# umpf-topic-range: a3f8ec875bb6ebd967a41149d4285012ff96209c..9baa03ecb6039df44814ed178a2245778667f6e7
-0101-ARM-imx-add-support-for-Udoo-Neo-full.patch
-# umpf-release: pengutronix/multi_v7/20180128-1
-# umpf-topic-range: 9baa03ecb6039df44814ed178a2245778667f6e7..369c50971b8d5eeac32452c4bb131a6b5acae00a
-0201-Release-pengutronix-multi_v7-20180128-1.patch
-# umpf-end
diff --git a/configs/platform-v7a/patches/barebox-2018.01.0/0001-beaglebone-add-state-entry-for-mmc0-and-mmc1.patch b/configs/platform-v7a/patches/barebox-2018.03.0/0001-beaglebone-add-state-entry-for-mmc0-and-mmc1.patch
similarity index 100%
rename from configs/platform-v7a/patches/barebox-2018.01.0/0001-beaglebone-add-state-entry-for-mmc0-and-mmc1.patch
rename to configs/platform-v7a/patches/barebox-2018.03.0/0001-beaglebone-add-state-entry-for-mmc0-and-mmc1.patch
diff --git a/configs/platform-v7a/patches/barebox-2018.01.0/0101-ARM-imx-add-support-for-Udoo-Neo-full.patch b/configs/platform-v7a/patches/barebox-2018.03.0/0101-ARM-imx-add-support-for-Udoo-Neo-full.patch
similarity index 98%
rename from configs/platform-v7a/patches/barebox-2018.01.0/0101-ARM-imx-add-support-for-Udoo-Neo-full.patch
rename to configs/platform-v7a/patches/barebox-2018.03.0/0101-ARM-imx-add-support-for-Udoo-Neo-full.patch
index 0aa3c8a..df93c70 100644
--- a/configs/platform-v7a/patches/barebox-2018.01.0/0101-ARM-imx-add-support-for-Udoo-Neo-full.patch
+++ b/configs/platform-v7a/patches/barebox-2018.03.0/0101-ARM-imx-add-support-for-Udoo-Neo-full.patch
@@ -26,10 +26,10 @@ Forwarded: id:20170627190317.19253-1-uwe@kleine-koenig.org
  create mode 100644 arch/arm/dts/imx6sx-udoo-neo-full.dts
 
 diff --git a/arch/arm/boards/Makefile b/arch/arm/boards/Makefile
-index 456e6fea4b69..db3f383110f7 100644
+index ca187ccb8998..88ccc1d16fbe 100644
 --- a/arch/arm/boards/Makefile
 +++ b/arch/arm/boards/Makefile
-@@ -135,6 +135,7 @@ obj-$(CONFIG_MACH_TX51)				+= karo-tx51/
+@@ -134,6 +134,7 @@ obj-$(CONFIG_MACH_TX51)				+= karo-tx51/
  obj-$(CONFIG_MACH_TX53)				+= karo-tx53/
  obj-$(CONFIG_MACH_TX6X)				+= karo-tx6x/
  obj-$(CONFIG_MACH_UDOO)				+= udoo/
@@ -254,7 +254,7 @@ index 000000000000..e78c2685fd78
 +	imx6sx_barebox_entry(fdt);
 +}
 diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile
-index 4f13d4e37279..a681c9839229 100644
+index 0526a6f40724..4c954bb67cdb 100644
 --- a/arch/arm/dts/Makefile
 +++ b/arch/arm/dts/Makefile
 @@ -90,6 +90,7 @@ pbl-dtb-$(CONFIG_MACH_TX6X) += imx6dl-tx6u.dtb.o
diff --git a/configs/platform-v7a/patches/barebox-2018.03.0/0201-Release-pengutronix-multi_v7-20180307-1.patch b/configs/platform-v7a/patches/barebox-2018.03.0/0201-Release-pengutronix-multi_v7-20180307-1.patch
new file mode 100644
index 0000000..58a2d0a
--- /dev/null
+++ b/configs/platform-v7a/patches/barebox-2018.03.0/0201-Release-pengutronix-multi_v7-20180307-1.patch
@@ -0,0 +1,22 @@
+From: Robert Schwebel <r.schwebel@pengutronix.de>
+Date: Wed, 7 Mar 2018 07:53:26 +0100
+Subject: [PATCH] Release pengutronix/multi_v7/20180307-1
+
+Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
+---
+ Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile b/Makefile
+index b4f315d2672f..e15bd2c277ae 100644
+--- a/Makefile
++++ b/Makefile
+@@ -1,7 +1,7 @@
+ VERSION = 2018
+ PATCHLEVEL = 03
+ SUBLEVEL = 0
+-EXTRAVERSION =
++EXTRAVERSION =-20180307-1
+ NAME = None
+ 
+ # *DOCUMENTATION*
diff --git a/configs/platform-v7a/patches/barebox-2018.03.0/series b/configs/platform-v7a/patches/barebox-2018.03.0/series
new file mode 100644
index 0000000..74ff1b4
--- /dev/null
+++ b/configs/platform-v7a/patches/barebox-2018.03.0/series
@@ -0,0 +1,15 @@
+# umpf-base: v2018.03.0
+# umpf-name: pengutronix/multi_v7
+# umpf-version: pengutronix/multi_v7/20180307-1
+# umpf-topic: v2018.03.0/customers/pengutronix/beaglebone
+# umpf-hashinfo: 564eab923b9ba35e2c79addd52762895b05130f4
+# umpf-topic-range: 610d8769ed1a620c4a048c625b540a4d8ee14ffb..564eab923b9ba35e2c79addd52762895b05130f4
+0001-beaglebone-add-state-entry-for-mmc0-and-mmc1.patch
+# umpf-topic: v2018.03.0/customers/pengutronix/udoo-neo
+# umpf-hashinfo: 1afa824d0652c236ef0ddeabff71a699e1d97219
+# umpf-topic-range: 564eab923b9ba35e2c79addd52762895b05130f4..ebf40cb7ee7c8a31f5e43dc438697b5aebcc30d8
+0101-ARM-imx-add-support-for-Udoo-Neo-full.patch
+# umpf-release: pengutronix/multi_v7/20180307-1
+# umpf-topic-range: ebf40cb7ee7c8a31f5e43dc438697b5aebcc30d8..e0ce9f4c185dee6f4d4c2ff42d340d047916e884
+0201-Release-pengutronix-multi_v7-20180307-1.patch
+# umpf-end
diff --git a/configs/platform-v7a/rules/barebox-am335x-mlo.make b/configs/platform-v7a/rules/barebox-am335x-mlo.make
index 130d7ba..0cc5ec4 100644
--- a/configs/platform-v7a/rules/barebox-am335x-mlo.make
+++ b/configs/platform-v7a/rules/barebox-am335x-mlo.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_BAREBOX_AM335X_MLO) += barebox-am335x-mlo
 #
 # Paths and names
 #
-BAREBOX_AM335X_MLO_VERSION	:= 2018.01.0
-BAREBOX_AM335X_MLO_MD5		:= 37577d9941295d4d38b8dfa334e5d8a9
+BAREBOX_AM335X_MLO_VERSION	:= 2018.03.0
+BAREBOX_AM335X_MLO_MD5		:= 5a7692364684ad681c6a3c7a46e5000e
 BAREBOX_AM335X_MLO		:= barebox-$(BAREBOX_AM335X_MLO_VERSION)
 BAREBOX_AM335X_MLO_SUFFIX	:= tar.bz2
 BAREBOX_AM335X_MLO_DIR		:= $(BUILDDIR)/barebox-am335x-mlo-$(BAREBOX_AM335X_MLO_VERSION)
diff --git a/configs/platform-v7a/rules/barebox-am335x.make b/configs/platform-v7a/rules/barebox-am335x.make
index 22973dc..ff56102 100644
--- a/configs/platform-v7a/rules/barebox-am335x.make
+++ b/configs/platform-v7a/rules/barebox-am335x.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_BAREBOX_AM335X) += barebox-am335x
 #
 # Paths and names
 #
-BAREBOX_AM335X_VERSION	:= 2018.01.0
-BAREBOX_AM335X_MD5	:= 37577d9941295d4d38b8dfa334e5d8a9
+BAREBOX_AM335X_VERSION	:= 2018.03.0
+BAREBOX_AM335X_MD5	:= 5a7692364684ad681c6a3c7a46e5000e
 BAREBOX_AM335X		:= barebox-$(BAREBOX_AM335X_VERSION)
 BAREBOX_AM335X_SUFFIX	:= tar.bz2
 BAREBOX_AM335X_DIR	:= $(BUILDDIR)/barebox-am335x-$(BAREBOX_AM335X_VERSION)
diff --git a/configs/platform-v7a/rules/barebox-mx6.make b/configs/platform-v7a/rules/barebox-mx6.make
index 87c0236..a8b4a7e 100644
--- a/configs/platform-v7a/rules/barebox-mx6.make
+++ b/configs/platform-v7a/rules/barebox-mx6.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_BAREBOX_MX6) += barebox-mx6
 #
 # Paths and names
 #
-BAREBOX_MX6_VERSION	:= 2018.01.0
-BAREBOX_MX6_MD5		:= 37577d9941295d4d38b8dfa334e5d8a9
+BAREBOX_MX6_VERSION	:= 2018.03.0
+BAREBOX_MX6_MD5		:= 5a7692364684ad681c6a3c7a46e5000e
 BAREBOX_MX6		:= barebox-$(BAREBOX_MX6_VERSION)
 BAREBOX_MX6_SUFFIX	:= tar.bz2
 BAREBOX_MX6_DIR		:= $(BUILDDIR)/barebox-mx6-$(BAREBOX_MX6_VERSION)
diff --git a/configs/platform-v7a/rules/barebox-rpi2.make b/configs/platform-v7a/rules/barebox-rpi2.make
index f471167..6361cf1 100644
--- a/configs/platform-v7a/rules/barebox-rpi2.make
+++ b/configs/platform-v7a/rules/barebox-rpi2.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_BAREBOX_RPI2) += barebox-rpi2
 #
 # Paths and names
 #
-BAREBOX_RPI2_VERSION	:= 2018.01.0
-BAREBOX_RPI2_MD5	:= 37577d9941295d4d38b8dfa334e5d8a9
+BAREBOX_RPI2_VERSION	:= 2018.03.0
+BAREBOX_RPI2_MD5	:= 5a7692364684ad681c6a3c7a46e5000e
 BAREBOX_RPI2		:= barebox-$(BAREBOX_RPI2_VERSION)
 BAREBOX_RPI2_SUFFIX	:= tar.bz2
 BAREBOX_RPI2_DIR	:= $(BUILDDIR)/barebox-rpi2-$(BAREBOX_RPI2_VERSION)
diff --git a/configs/platform-v7a/rules/barebox-vexpress.make b/configs/platform-v7a/rules/barebox-vexpress.make
index 6721e3e..9eeaeab 100644
--- a/configs/platform-v7a/rules/barebox-vexpress.make
+++ b/configs/platform-v7a/rules/barebox-vexpress.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_BAREBOX_VEXPRESS) += barebox-vexpress
 #
 # Paths and names
 #
-BAREBOX_VEXPRESS_VERSION	:= 2018.01.0
-BAREBOX_VEXPRESS_MD5		:= 37577d9941295d4d38b8dfa334e5d8a9
+BAREBOX_VEXPRESS_VERSION	:= 2018.03.0
+BAREBOX_VEXPRESS_MD5		:= 5a7692364684ad681c6a3c7a46e5000e
 BAREBOX_VEXPRESS		:= barebox-$(BAREBOX_VEXPRESS_VERSION)
 BAREBOX_VEXPRESS_SUFFIX		:= tar.bz2
 BAREBOX_VEXPRESS_DIR		:= $(BUILDDIR)/barebox-vexpress-$(BAREBOX_VEXPRESS_VERSION)
-- 
2.16.2


_______________________________________________
DistroKit mailing list
DistroKit@pengutronix.de

      reply	other threads:[~2018-03-07 12:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-07 12:45 [DistroKit] [PATCH 1/2] ptxdist: version bump 2018.02 -> 2018.03 Robert Schwebel
2018-03-07 12:45 ` Robert Schwebel [this message]

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=20180307124557.30731-2-r.schwebel@pengutronix.de \
    --to=r.schwebel@pengutronix.de \
    --cc=distrokit@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