* [DistroKit] [PATCH 1/2] platform-rpi: barebox: version bump 2017.11.0 -> 2018.03.0
@ 2018-03-11 20:19 Roland Hieber
2018-03-11 20:19 ` [DistroKit] [PATCH 2/2] platform-rpi: toolchain version bump 2016.06 -> 2018.02 Roland Hieber
2018-03-15 14:18 ` [DistroKit] [PATCH 1/2] platform-rpi: barebox: version bump 2017.11.0 -> 2018.03.0 Robert Schwebel
0 siblings, 2 replies; 4+ messages in thread
From: Roland Hieber @ 2018-03-11 20:19 UTC (permalink / raw)
To: distrokit; +Cc: Roland Hieber
From: Roland Hieber <rohieb@rohieb.name>
The old barebox does not build with OSELAS.Toolchain-2018.02. Also
barebox is configured to compress its image with LZO, so host-lzop is
needed.
Signed-off-by: Roland Hieber <rohieb@rohieb.name>
---
configs/platform-rpi/barebox.config | 7 ++++++-
configs/platform-rpi/platformconfig | 10 +++++-----
2 files changed, 11 insertions(+), 6 deletions(-)
diff --git a/configs/platform-rpi/barebox.config b/configs/platform-rpi/barebox.config
index c60795f..cdbc658 100644
--- a/configs/platform-rpi/barebox.config
+++ b/configs/platform-rpi/barebox.config
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Barebox/arm 2017.11.0 Configuration
+# Barebox/arm 2018.03.0 Configuration
#
CONFIG_ARM=y
CONFIG_ARM_LINUX=y
@@ -521,6 +521,10 @@ CONFIG_FS_SQUASHFS=y
# XZ support disabled
#
+#
+# ZSTD support disabled
+#
+
#
# Library routines
#
@@ -529,6 +533,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-rpi/platformconfig b/configs/platform-rpi/platformconfig
index a16411b..af37b3a 100644
--- a/configs/platform-rpi/platformconfig
+++ b/configs/platform-rpi/platformconfig
@@ -160,8 +160,8 @@ PTXCONF_CONSOLE_SPEED="115200"
# PTXCONF_AT91BOOTSTRAP2 is not set
PTXCONF_BAREBOX_ARCH_STRING="arm"
PTXCONF_BAREBOX=y
-PTXCONF_BAREBOX_VERSION="2017.11.0"
-PTXCONF_BAREBOX_MD5="81732dd9ef55e70a4a56f0d79b1dbde5"
+PTXCONF_BAREBOX_VERSION="2018.03.0"
+PTXCONF_BAREBOX_MD5="5a7692364684ad681c6a3c7a46e5000e"
PTXCONF_BAREBOX_CONFIG="barebox.config"
PTXCONF_BAREBOX_EXTRA_ENV=y
PTXCONF_BAREBOX_EXTRA_ENV_PATH="${PTXDIST_PLATFORMCONFIGDIR}/barebox-defaultenv"
@@ -172,7 +172,7 @@ PTXCONF_BAREBOX_EXTRA_ENV_PATH="${PTXDIST_PLATFORMCONFIGDIR}/barebox-defaultenv"
# PTXCONF_BAREBOX_NEEDS_HOST_LIBUSB is not set
# PTXCONF_BAREBOX_NEEDS_HOST_OPENSSL is not set
# PTXCONF_BAREBOX_NEEDS_HOST_IMX_CST is not set
-# PTXCONF_BAREBOX_NEEDS_HOST_LZOP is not set
+PTXCONF_BAREBOX_NEEDS_HOST_LZOP=y
# PTXCONF_BAREBOX_MLO is not set
PTXCONF_BOOTLOADER=y
# PTXCONF_GRUB is not set
@@ -262,12 +262,12 @@ PTXCONF_HOST_LIBCONFUSE=y
# PTXCONF_HOST_LIBELF is not set
# PTXCONF_HOST_LIBFFI is not set
PTXCONF_HOST_LIBKMOD=y
-# PTXCONF_HOST_LIBLZO is not set
+PTXCONF_HOST_LIBLZO=y
# PTXCONF_HOST_LIBPCRE is not set
# PTXCONF_HOST_LIBUSB is not set
# PTXCONF_HOST_LIBUUID is not set
# PTXCONF_HOST_LZ4 is not set
-# PTXCONF_HOST_LZOP is not set
+PTXCONF_HOST_LZOP=y
# PTXCONF_HOST_MKELFIMAGE is not set
# PTXCONF_HOST_MTD_UTILS is not set
PTXCONF_HOST_MTOOLS=y
--
2.16.1
_______________________________________________
DistroKit mailing list
DistroKit@pengutronix.de
^ permalink raw reply [flat|nested] 4+ messages in thread
* [DistroKit] [PATCH 2/2] platform-rpi: toolchain version bump 2016.06 -> 2018.02
2018-03-11 20:19 [DistroKit] [PATCH 1/2] platform-rpi: barebox: version bump 2017.11.0 -> 2018.03.0 Roland Hieber
@ 2018-03-11 20:19 ` Roland Hieber
2018-03-15 14:18 ` Robert Schwebel
2018-03-15 14:18 ` [DistroKit] [PATCH 1/2] platform-rpi: barebox: version bump 2017.11.0 -> 2018.03.0 Robert Schwebel
1 sibling, 1 reply; 4+ messages in thread
From: Roland Hieber @ 2018-03-11 20:19 UTC (permalink / raw)
To: distrokit; +Cc: Roland Hieber
From: Roland Hieber <rohieb@rohieb.name>
Signed-off-by: Roland Hieber <rohieb@rohieb.name>
---
configs/platform-rpi/platformconfig | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/configs/platform-rpi/platformconfig b/configs/platform-rpi/platformconfig
index af37b3a..79b05c9 100644
--- a/configs/platform-rpi/platformconfig
+++ b/configs/platform-rpi/platformconfig
@@ -62,11 +62,11 @@ PTXCONF_SYSROOT_CROSS="${PTXDIST_PLATFORMDIR}/sysroot-cross"
#
# toolchain
#
-PTXCONF_CROSSCHAIN_VENDOR="OSELAS.Toolchain-2016.06"
-PTXCONF_CROSSCHAIN_CHECK="5.4.0"
+PTXCONF_CROSSCHAIN_VENDOR="OSELAS.Toolchain-2018.02"
+PTXCONF_CROSSCHAIN_CHECK="7.3.1"
PTXCONF_LIBC_GLIBC=y
# PTXCONF_LIBC_UCLIBC is not set
-PTXCONF_GLIBC_VERSION="2.23"
+PTXCONF_GLIBC_VERSION="2.27"
PTXCONF_GNU_TARGET="arm-1136jfs-linux-gnueabihf"
PTXCONF_COMPILER_PREFIX="${PTXCONF_GNU_TARGET}-"
PTXCONF_COMPILER_PREFIX_KERNEL="${PTXCONF_COMPILER_PREFIX}"
--
2.16.1
_______________________________________________
DistroKit mailing list
DistroKit@pengutronix.de
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [DistroKit] [PATCH 1/2] platform-rpi: barebox: version bump 2017.11.0 -> 2018.03.0
2018-03-11 20:19 [DistroKit] [PATCH 1/2] platform-rpi: barebox: version bump 2017.11.0 -> 2018.03.0 Roland Hieber
2018-03-11 20:19 ` [DistroKit] [PATCH 2/2] platform-rpi: toolchain version bump 2016.06 -> 2018.02 Roland Hieber
@ 2018-03-15 14:18 ` Robert Schwebel
1 sibling, 0 replies; 4+ messages in thread
From: Robert Schwebel @ 2018-03-15 14:18 UTC (permalink / raw)
To: Roland Hieber; +Cc: distrokit, Roland Hieber
On Sun, Mar 11, 2018 at 09:19:09PM +0100, Roland Hieber wrote:
> From: Roland Hieber <rohieb@rohieb.name>
>
> The old barebox does not build with OSELAS.Toolchain-2018.02. Also
> barebox is configured to compress its image with LZO, so host-lzop is
> needed.
>
> Signed-off-by: Roland Hieber <rohieb@rohieb.name>
> ---
> configs/platform-rpi/barebox.config | 7 ++++++-
> configs/platform-rpi/platformconfig | 10 +++++-----
> 2 files changed, 11 insertions(+), 6 deletions(-)
>
> diff --git a/configs/platform-rpi/barebox.config b/configs/platform-rpi/barebox.config
> index c60795f..cdbc658 100644
> --- a/configs/platform-rpi/barebox.config
> +++ b/configs/platform-rpi/barebox.config
> @@ -1,6 +1,6 @@
> #
> # Automatically generated file; DO NOT EDIT.
> -# Barebox/arm 2017.11.0 Configuration
> +# Barebox/arm 2018.03.0 Configuration
> #
> CONFIG_ARM=y
> CONFIG_ARM_LINUX=y
> @@ -521,6 +521,10 @@ CONFIG_FS_SQUASHFS=y
> # XZ support disabled
> #
>
> +#
> +# ZSTD support disabled
> +#
> +
> #
> # Library routines
> #
> @@ -529,6 +533,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-rpi/platformconfig b/configs/platform-rpi/platformconfig
> index a16411b..af37b3a 100644
> --- a/configs/platform-rpi/platformconfig
> +++ b/configs/platform-rpi/platformconfig
> @@ -160,8 +160,8 @@ PTXCONF_CONSOLE_SPEED="115200"
> # PTXCONF_AT91BOOTSTRAP2 is not set
> PTXCONF_BAREBOX_ARCH_STRING="arm"
> PTXCONF_BAREBOX=y
> -PTXCONF_BAREBOX_VERSION="2017.11.0"
> -PTXCONF_BAREBOX_MD5="81732dd9ef55e70a4a56f0d79b1dbde5"
> +PTXCONF_BAREBOX_VERSION="2018.03.0"
> +PTXCONF_BAREBOX_MD5="5a7692364684ad681c6a3c7a46e5000e"
> PTXCONF_BAREBOX_CONFIG="barebox.config"
> PTXCONF_BAREBOX_EXTRA_ENV=y
> PTXCONF_BAREBOX_EXTRA_ENV_PATH="${PTXDIST_PLATFORMCONFIGDIR}/barebox-defaultenv"
> @@ -172,7 +172,7 @@ PTXCONF_BAREBOX_EXTRA_ENV_PATH="${PTXDIST_PLATFORMCONFIGDIR}/barebox-defaultenv"
> # PTXCONF_BAREBOX_NEEDS_HOST_LIBUSB is not set
> # PTXCONF_BAREBOX_NEEDS_HOST_OPENSSL is not set
> # PTXCONF_BAREBOX_NEEDS_HOST_IMX_CST is not set
> -# PTXCONF_BAREBOX_NEEDS_HOST_LZOP is not set
> +PTXCONF_BAREBOX_NEEDS_HOST_LZOP=y
> # PTXCONF_BAREBOX_MLO is not set
> PTXCONF_BOOTLOADER=y
> # PTXCONF_GRUB is not set
> @@ -262,12 +262,12 @@ PTXCONF_HOST_LIBCONFUSE=y
> # PTXCONF_HOST_LIBELF is not set
> # PTXCONF_HOST_LIBFFI is not set
> PTXCONF_HOST_LIBKMOD=y
> -# PTXCONF_HOST_LIBLZO is not set
> +PTXCONF_HOST_LIBLZO=y
> # PTXCONF_HOST_LIBPCRE is not set
> # PTXCONF_HOST_LIBUSB is not set
> # PTXCONF_HOST_LIBUUID is not set
> # PTXCONF_HOST_LZ4 is not set
> -# PTXCONF_HOST_LZOP is not set
> +PTXCONF_HOST_LZOP=y
> # PTXCONF_HOST_MKELFIMAGE is not set
> # PTXCONF_HOST_MTD_UTILS is not set
> PTXCONF_HOST_MTOOLS=y
> --
> 2.16.1
Merged, thx.
rsc
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
DistroKit mailing list
DistroKit@pengutronix.de
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [DistroKit] [PATCH 2/2] platform-rpi: toolchain version bump 2016.06 -> 2018.02
2018-03-11 20:19 ` [DistroKit] [PATCH 2/2] platform-rpi: toolchain version bump 2016.06 -> 2018.02 Roland Hieber
@ 2018-03-15 14:18 ` Robert Schwebel
0 siblings, 0 replies; 4+ messages in thread
From: Robert Schwebel @ 2018-03-15 14:18 UTC (permalink / raw)
To: Roland Hieber; +Cc: distrokit, Roland Hieber
On Sun, Mar 11, 2018 at 09:19:10PM +0100, Roland Hieber wrote:
> From: Roland Hieber <rohieb@rohieb.name>
>
> Signed-off-by: Roland Hieber <rohieb@rohieb.name>
> ---
> configs/platform-rpi/platformconfig | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/configs/platform-rpi/platformconfig b/configs/platform-rpi/platformconfig
> index af37b3a..79b05c9 100644
> --- a/configs/platform-rpi/platformconfig
> +++ b/configs/platform-rpi/platformconfig
> @@ -62,11 +62,11 @@ PTXCONF_SYSROOT_CROSS="${PTXDIST_PLATFORMDIR}/sysroot-cross"
> #
> # toolchain
> #
> -PTXCONF_CROSSCHAIN_VENDOR="OSELAS.Toolchain-2016.06"
> -PTXCONF_CROSSCHAIN_CHECK="5.4.0"
> +PTXCONF_CROSSCHAIN_VENDOR="OSELAS.Toolchain-2018.02"
> +PTXCONF_CROSSCHAIN_CHECK="7.3.1"
> PTXCONF_LIBC_GLIBC=y
> # PTXCONF_LIBC_UCLIBC is not set
> -PTXCONF_GLIBC_VERSION="2.23"
> +PTXCONF_GLIBC_VERSION="2.27"
> PTXCONF_GNU_TARGET="arm-1136jfs-linux-gnueabihf"
> PTXCONF_COMPILER_PREFIX="${PTXCONF_GNU_TARGET}-"
> PTXCONF_COMPILER_PREFIX_KERNEL="${PTXCONF_COMPILER_PREFIX}"
> --
> 2.16.1
Merged, thx.
rsc
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
DistroKit mailing list
DistroKit@pengutronix.de
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-03-15 14:18 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-11 20:19 [DistroKit] [PATCH 1/2] platform-rpi: barebox: version bump 2017.11.0 -> 2018.03.0 Roland Hieber
2018-03-11 20:19 ` [DistroKit] [PATCH 2/2] platform-rpi: toolchain version bump 2016.06 -> 2018.02 Roland Hieber
2018-03-15 14:18 ` Robert Schwebel
2018-03-15 14:18 ` [DistroKit] [PATCH 1/2] platform-rpi: barebox: version bump 2017.11.0 -> 2018.03.0 Robert Schwebel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox