* [DistroKit] [PATCH] platforms: host-dtc: version bump 1.5.1 -> 1.6.0
@ 2020-10-02 12:48 Roland Hieber
2020-11-01 8:39 ` Robert Schwebel
0 siblings, 1 reply; 2+ messages in thread
From: Roland Hieber @ 2020-10-02 12:48 UTC (permalink / raw)
To: distrokit; +Cc: Roland Hieber
Version 1.6.0 includes a fix for building on hosts with gcc 10.
This ports PTXdist commit 7990fbf116f66f82796b (2020-05-24, Michael
Olbrich: "host-dtc: update default version to 1.6.0").
Link: https://lkml.org/lkml/2020/4/1/1206
Link: https://git.pengutronix.de/cgit/ptxdist/commit/?id=7990fbf116f66f82796b
Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---
configs/platform-mips/platformconfig | 4 ++--
configs/platform-rpi/platformconfig | 4 ++--
configs/platform-v7a/platformconfig | 4 ++--
configs/platform-v8a/platformconfig | 4 ++--
4 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/configs/platform-mips/platformconfig b/configs/platform-mips/platformconfig
index a27b365a41ec..c69fdc9feb61 100644
--- a/configs/platform-mips/platformconfig
+++ b/configs/platform-mips/platformconfig
@@ -112,8 +112,8 @@ PTXCONF_DTC_OFTREE_DTS_PATH="${PTXDIST_PLATFORMCONFIGDIR}/dts:${KERNEL_DIR}/arch
PTXCONF_DTC_OFTREE_DTS="qca/ar9331_dpt_module.dts mti/malta.dts"
PTXCONF_DTC_EXTRA_ARGS=""
PTXCONF_HOST_DTC=y
-PTXCONF_HOST_DTC_VERSION="1.5.1"
-PTXCONF_HOST_DTC_MD5="c5f139328b54ed8d9a3385e7fe38b137"
+PTXCONF_HOST_DTC_VERSION="1.6.0"
+PTXCONF_HOST_DTC_MD5="cd36ac756290597f3cf1c5b6cfe12e77"
#
# console options
diff --git a/configs/platform-rpi/platformconfig b/configs/platform-rpi/platformconfig
index 7bba385e57f6..835ff38e62cd 100644
--- a/configs/platform-rpi/platformconfig
+++ b/configs/platform-rpi/platformconfig
@@ -147,8 +147,8 @@ PTXCONF_DTC_OFTREE_DTS_PATH="${KERNEL_DIR}/arch/${GENERIC_KERNEL_ARCH}/boot/dts"
PTXCONF_DTC_OFTREE_DTS="bcm2835-rpi-b.dts"
PTXCONF_DTC_EXTRA_ARGS=""
PTXCONF_HOST_DTC=y
-PTXCONF_HOST_DTC_VERSION="1.5.1"
-PTXCONF_HOST_DTC_MD5="c5f139328b54ed8d9a3385e7fe38b137"
+PTXCONF_HOST_DTC_VERSION="1.6.0"
+PTXCONF_HOST_DTC_MD5="cd36ac756290597f3cf1c5b6cfe12e77"
#
# console options
diff --git a/configs/platform-v7a/platformconfig b/configs/platform-v7a/platformconfig
index 7075705bc32c..e0a50cb3c62d 100644
--- a/configs/platform-v7a/platformconfig
+++ b/configs/platform-v7a/platformconfig
@@ -147,8 +147,8 @@ PTXCONF_DTC_OFTREE_DTS_PATH="${PTXDIST_PLATFORMCONFIGDIR}/dts:${KERNEL_DIR}/arch
PTXCONF_DTC_OFTREE_DTS="am335x-bone.dts am335x-boneblack.dts vexpress-v2p-ca9.dts bcm2836-rpi-2-b.dts imx6q-sabrelite.dts imx6sx-udoo-neo-full.dts imx6dl-riotboard.dts imx6q-nitrogen6x.dts imx6qp-nitrogen6_max.dts bcm2837-rpi-3-b.dts stm32mp157c-dk2.dts stm32mp157c-lxa-mc1.dts"
PTXCONF_DTC_EXTRA_ARGS=""
PTXCONF_HOST_DTC=y
-PTXCONF_HOST_DTC_VERSION="1.5.1"
-PTXCONF_HOST_DTC_MD5="c5f139328b54ed8d9a3385e7fe38b137"
+PTXCONF_HOST_DTC_VERSION="1.6.0"
+PTXCONF_HOST_DTC_MD5="cd36ac756290597f3cf1c5b6cfe12e77"
#
# console options
diff --git a/configs/platform-v8a/platformconfig b/configs/platform-v8a/platformconfig
index e354b3dfb725..44b672571131 100644
--- a/configs/platform-v8a/platformconfig
+++ b/configs/platform-v8a/platformconfig
@@ -145,8 +145,8 @@ PTXCONF_DTC_OFTREE_DTS_PATH="${PTXDIST_PLATFORMCONFIGDIR}/dts:${KERNEL_DIR}/arch
PTXCONF_DTC_OFTREE_DTS="armada-3720-community.dts freescale/imx8mm-evk.dts freescale/imx8mp-evk.dts freescale/imx8mq-evk.dts"
PTXCONF_DTC_EXTRA_ARGS=""
PTXCONF_HOST_DTC=y
-PTXCONF_HOST_DTC_VERSION="1.5.1"
-PTXCONF_HOST_DTC_MD5="c5f139328b54ed8d9a3385e7fe38b137"
+PTXCONF_HOST_DTC_VERSION="1.6.0"
+PTXCONF_HOST_DTC_MD5="cd36ac756290597f3cf1c5b6cfe12e77"
#
# console options
--
2.28.0
_______________________________________________
DistroKit mailing list
DistroKit@pengutronix.de
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [DistroKit] [PATCH] platforms: host-dtc: version bump 1.5.1 -> 1.6.0
2020-10-02 12:48 [DistroKit] [PATCH] platforms: host-dtc: version bump 1.5.1 -> 1.6.0 Roland Hieber
@ 2020-11-01 8:39 ` Robert Schwebel
0 siblings, 0 replies; 2+ messages in thread
From: Robert Schwebel @ 2020-11-01 8:39 UTC (permalink / raw)
To: Roland Hieber; +Cc: distrokit
On Fri, Oct 02, 2020 at 02:48:27PM +0200, Roland Hieber wrote:
> Version 1.6.0 includes a fix for building on hosts with gcc 10.
> This ports PTXdist commit 7990fbf116f66f82796b (2020-05-24, Michael
> Olbrich: "host-dtc: update default version to 1.6.0").
>
> Link: https://lkml.org/lkml/2020/4/1/1206
> Link: https://git.pengutronix.de/cgit/ptxdist/commit/?id=7990fbf116f66f82796b
> Signed-off-by: Roland Hieber <rhi@pengutronix.de>
> ---
> configs/platform-mips/platformconfig | 4 ++--
> configs/platform-rpi/platformconfig | 4 ++--
> configs/platform-v7a/platformconfig | 4 ++--
> configs/platform-v8a/platformconfig | 4 ++--
> 4 files changed, 8 insertions(+), 8 deletions(-)
Applied to next.
rsc
--
Pengutronix e.K. | Dipl.-Ing. Robert Schwebel |
Steuerwalder Str. 21 | https://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-9 |
_______________________________________________
DistroKit mailing list
DistroKit@pengutronix.de
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-11-01 8:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-02 12:48 [DistroKit] [PATCH] platforms: host-dtc: version bump 1.5.1 -> 1.6.0 Roland Hieber
2020-11-01 8:39 ` Robert Schwebel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox