* [DistroKit] [PATCH v2 1/2] platform-v8a: toolchain version bump 2016.06 -> 2018.02
@ 2018-05-20 17:43 Roland Hieber
2018-05-20 17:43 ` [DistroKit] [PATCH v2 2/2] ptxdist: version bump 2018.03.0 -> 2018.05.0 Roland Hieber
` (2 more replies)
0 siblings, 3 replies; 9+ messages in thread
From: Roland Hieber @ 2018-05-20 17:43 UTC (permalink / raw)
To: distrokit; +Cc: Roland Hieber, Rouven Czerwinski
From: Rouven Czerwinski <rouven@czerwinskis.de>
Signed-off-by: Rouven Czerwinski <rouven@czerwinskis.de>
Tested-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
[rhi: fix typo in the subject]
Signed-off-by: Roland Hieber <r.hieber@pengutronix.de>
---
v1 -> v2: fix Uwe's e-mail address
---
configs/platform-v8a/platformconfig | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/configs/platform-v8a/platformconfig b/configs/platform-v8a/platformconfig
index a0cf5ff..8118fde 100644
--- a/configs/platform-v8a/platformconfig
+++ b/configs/platform-v8a/platformconfig
@@ -60,11 +60,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="aarch64-v8a-linux-gnu"
PTXCONF_COMPILER_PREFIX="${PTXCONF_GNU_TARGET}-"
PTXCONF_COMPILER_PREFIX_KERNEL="${PTXCONF_COMPILER_PREFIX}"
--
2.17.0
_______________________________________________
DistroKit mailing list
DistroKit@pengutronix.de
^ permalink raw reply [flat|nested] 9+ messages in thread
* [DistroKit] [PATCH v2 2/2] ptxdist: version bump 2018.03.0 -> 2018.05.0
2018-05-20 17:43 [DistroKit] [PATCH v2 1/2] platform-v8a: toolchain version bump 2016.06 -> 2018.02 Roland Hieber
@ 2018-05-20 17:43 ` Roland Hieber
2018-05-23 12:27 ` Robert Schwebel
2018-05-21 10:58 ` [DistroKit] [PATCH v2 1/2] platform-v8a: toolchain version bump 2016.06 -> 2018.02 Ladislav Michl
2018-05-23 12:27 ` Robert Schwebel
2 siblings, 1 reply; 9+ messages in thread
From: Roland Hieber @ 2018-05-20 17:43 UTC (permalink / raw)
To: distrokit; +Cc: Roland Hieber
We're too late for 2018.04.0, so we skip it. Some packages moved into
staging, but they were disabled anyway.
Signed-off-by: Roland Hieber <r.hieber@pengutronix.de>
---
v1 -> v2: no changes, resent for completeness.
---
configs/platform-rpi/platformconfig | 4 ++--
configs/platform-v7a/platformconfig | 4 ++--
configs/platform-v8a/platformconfig | 4 ++--
configs/ptxconfig | 18 +++++-------------
4 files changed, 11 insertions(+), 19 deletions(-)
diff --git a/configs/platform-rpi/platformconfig b/configs/platform-rpi/platformconfig
index 79b05c9..1af0223 100644
--- a/configs/platform-rpi/platformconfig
+++ b/configs/platform-rpi/platformconfig
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# PTXdist 2018.03.0
+# PTXdist 2018.05.0
#
PTXCONF__platformconfig_MAGIC__=y
@@ -19,7 +19,7 @@ PTXCONF_PLATFORM="rpi"
PTXCONF_PLATFORM_VERSION="-${PTXDIST_BSP_AUTOVERSION}"
PTXCONF_RUNTIME=y
PTXCONF_BUILDTIME=y
-PTXCONF_PLATFORMCONFIG_VERSION="2018.03.0"
+PTXCONF_PLATFORMCONFIG_VERSION="2018.05.0"
#
# architecture
diff --git a/configs/platform-v7a/platformconfig b/configs/platform-v7a/platformconfig
index 8902ba4..b6818c8 100644
--- a/configs/platform-v7a/platformconfig
+++ b/configs/platform-v7a/platformconfig
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# PTXdist 2018.03.0
+# PTXdist 2018.05.0
#
PTXCONF__platformconfig_MAGIC__=y
@@ -19,7 +19,7 @@ PTXCONF_PLATFORM="v7a"
PTXCONF_PLATFORM_VERSION="-${PTXDIST_BSP_AUTOVERSION}"
PTXCONF_RUNTIME=y
PTXCONF_BUILDTIME=y
-PTXCONF_PLATFORMCONFIG_VERSION="2018.03.0"
+PTXCONF_PLATFORMCONFIG_VERSION="2018.05.0"
#
# architecture
diff --git a/configs/platform-v8a/platformconfig b/configs/platform-v8a/platformconfig
index 8118fde..ad701df 100644
--- a/configs/platform-v8a/platformconfig
+++ b/configs/platform-v8a/platformconfig
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# PTXdist 2018.03.0
+# PTXdist 2018.05.0
#
PTXCONF__platformconfig_MAGIC__=y
@@ -19,7 +19,7 @@ PTXCONF_PLATFORM="v8a"
PTXCONF_PLATFORM_VERSION="-${PTXDIST_BSP_AUTOVERSION}"
PTXCONF_RUNTIME=y
PTXCONF_BUILDTIME=y
-PTXCONF_PLATFORMCONFIG_VERSION="2018.03.0"
+PTXCONF_PLATFORMCONFIG_VERSION="2018.05.0"
#
# architecture
diff --git a/configs/ptxconfig b/configs/ptxconfig
index 96666c4..2b334f4 100644
--- a/configs/ptxconfig
+++ b/configs/ptxconfig
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# PTXdist 2018.03.0
+# PTXdist 2018.05.0
#
PTXCONF_DATAPARTITION=y
@@ -60,7 +60,7 @@ PTXCONF_PROJECT_CHECK_LICENSES=y
PTXCONF_RUNTIME=y
PTXCONF_BUILDTIME=y
PTXCONF_VIRTUAL=y
-PTXCONF_CONFIGFILE_VERSION="2018.03.0"
+PTXCONF_CONFIGFILE_VERSION="2018.05.0"
PTXCONF__ptxconfig_MAGIC__=y
#
@@ -1316,6 +1316,7 @@ PTXCONF_BUSYBOX_LOGGER=y
PTXCONF_HTOP=y
# PTXCONF_HUB_CTRL is not set
PTXCONF_I2C_TOOLS=y
+# PTXCONF_JQ is not set
# PTXCONF_KBD is not set
# PTXCONF_KEXEC_TOOLS is not set
# PTXCONF_KILLPROC is not set
@@ -1418,6 +1419,7 @@ PTXCONF_SYSTEMD_DBUS=y
# PTXCONF_SYSTEMD_VCONSOLE is not set
PTXCONF_SYSTEMD_DISABLE_RANDOM_SEED=y
# PTXCONF_SYSTEMD_LOGIND is not set
+# PTXCONF_SYSTEMD_UNITS_USER is not set
# PTXCONF_SYSTEMD_NETWORK is not set
PTXCONF_SYSTEMD_TIMEDATE=y
PTXCONF_SYSTEMD_COREDUMP=y
@@ -1526,6 +1528,7 @@ PTXCONF_UTIL_LINUX_NG_HWCLOCK=y
# PTXCONF_UTIL_LINUX_NG_LSMEM is not set
# PTXCONF_UTIL_LINUX_NG_CHMEM is not set
# PTXCONF_UTIL_LINUX_NG_MKFS is not set
+# PTXCONF_UTIL_LINUX_NG_LSCPU is not set
# PTXCONF_WATCHDOG is not set
#
@@ -1610,7 +1613,6 @@ PTXCONF_UTIL_LINUX_NG_HWCLOCK=y
#
# Bytecode Engines / VMs
#
-# PTXCONF_CLASSPATH is not set
# PTXCONF_FRODO is not set
# PTXCONF_JAMVM is not set
# PTXCONF_MONO is not set
@@ -1775,7 +1777,6 @@ PTXCONF_OPENSSL=y
# PTXCONF_RSYSLOG is not set
# PTXCONF_SIMPLERPL is not set
# PTXCONF_SOCAT is not set
-# PTXCONF_STRONGSWAN is not set
# PTXCONF_STUNNEL is not set
# PTXCONF_SYSLOGNG is not set
# PTXCONF_TCPDUMP is not set
@@ -1858,8 +1859,6 @@ PTXCONF_E2FSPROGS_INSTALL_MKFS_EXT4=y
# PTXCONF_E2FSPROGS_INSTALL_RESIZE2FS is not set
# PTXCONF_E2FSPROGS_INSTALL_TUNE2FS is not set
# PTXCONF_F2FS_TOOLS is not set
-# PTXCONF_FAM is not set
-# PTXCONF_FUSE_ZIP is not set
# PTXCONF_FUSE is not set
# PTXCONF_HDPARM is not set
# PTXCONF_LIBLOCKFILE is not set
@@ -1885,7 +1884,6 @@ PTXCONF_E2FSPROGS_INSTALL_MKFS_EXT4=y
# PTXCONF_CKERMIT is not set
# PTXCONF_EFAX is not set
# PTXCONF_HEIRLOOM_MAILX is not set
-# PTXCONF_IRSSI is not set
# PTXCONF_LIBSOCKETCAN is not set
# PTXCONF_LRZSZ is not set
# PTXCONF_MGETTY is not set
@@ -1893,7 +1891,6 @@ PTXCONF_E2FSPROGS_INSTALL_MKFS_EXT4=y
# PTXCONF_OPENSC is not set
# PTXCONF_PCSC_LITE is not set
# PTXCONF_POP3SPAM is not set
-# PTXCONF_RXTX is not set
# PTXCONF_SJINN is not set
# PTXCONF_SMTPCLIENT is not set
# PTXCONF_SSMTP is not set
@@ -1912,7 +1909,6 @@ PTXCONF_E2FSPROGS_INSTALL_MKFS_EXT4=y
# Editors
#
# PTXCONF_DHEX is not set
-# PTXCONF_ED is not set
# PTXCONF_HEXEDIT is not set
# PTXCONF_JED is not set
# PTXCONF_JOE is not set
@@ -1932,7 +1928,6 @@ PTXCONF_EXPAT=y
# PTXCONF_FLEX is not set
# PTXCONF_GETTEXT is not set
# PTXCONF_GFLAGS is not set
-# PTXCONF_GPM is not set
# PTXCONF_GPSD is not set
# PTXCONF_ICU is not set
# PTXCONF_INOTIFY_TOOLS is not set
@@ -1948,7 +1943,6 @@ PTXCONF_LIBBLKID=y
PTXCONF_LIBCAP=y
# PTXCONF_LIBCAP_SETCAP is not set
# PTXCONF_LIBCGROUP is not set
-# PTXCONF_LIBCONFIG is not set
# PTXCONF_LIBCONFUSE is not set
# PTXCONF_LIBDAEMON is not set
# PTXCONF_LIBEDIT is not set
@@ -2111,7 +2105,6 @@ PTXCONF_DBUS_SYSTEMD=y
# PTXCONF_DBUS_STARTSCRIPT is not set
PTXCONF_DBUS_SYSTEMD_UNIT=y
# PTXCONF_EGGDBUS is not set
-# PTXCONF_XMLRPC_C is not set
#
# Scientific Apps
@@ -2229,7 +2222,6 @@ PTXCONF_GLIB=y
# qt
#
# PTXCONF_ARORA is not set
-# PTXCONF_LIBQXT is not set
# PTXCONF_PYSIDE is not set
# PTXCONF_PYTHON3_PYSIDE is not set
# PTXCONF_PYTHON3_SHIBOKEN is not set
--
2.17.0
_______________________________________________
DistroKit mailing list
DistroKit@pengutronix.de
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [DistroKit] [PATCH v2 1/2] platform-v8a: toolchain version bump 2016.06 -> 2018.02
2018-05-20 17:43 [DistroKit] [PATCH v2 1/2] platform-v8a: toolchain version bump 2016.06 -> 2018.02 Roland Hieber
2018-05-20 17:43 ` [DistroKit] [PATCH v2 2/2] ptxdist: version bump 2018.03.0 -> 2018.05.0 Roland Hieber
@ 2018-05-21 10:58 ` Ladislav Michl
2018-05-22 6:48 ` Michael Olbrich
2018-05-22 6:50 ` Michael Olbrich
2018-05-23 12:27 ` Robert Schwebel
2 siblings, 2 replies; 9+ messages in thread
From: Ladislav Michl @ 2018-05-21 10:58 UTC (permalink / raw)
To: Roland Hieber; +Cc: distrokit, Rouven Czerwinski
On Sun, May 20, 2018 at 07:43:24PM +0200, Roland Hieber wrote:
> From: Rouven Czerwinski <rouven@czerwinskis.de>
>
> Signed-off-by: Rouven Czerwinski <rouven@czerwinskis.de>
> Tested-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> [rhi: fix typo in the subject]
> Signed-off-by: Roland Hieber <r.hieber@pengutronix.de>
Just FYI, there's a small problem with 2018.02 as glibc-2.27 changelog
contains:
In a locale definition file, use "alt_mon" and "ab_alt_mon" to
define the strings for %OB and %Ob, respectively; these have the
same syntax as "mon" and "abmon". These arrays are optional; if they
are not provided then they have the same content as "mon" and "abmon",
respectively.
And that's where eglibc-2.14.1-r17443-ptx1 localedef fails (for Russian)
for example). Despite fact it is not enabled by default, it is probably
worth fixing ;-)
ladis
> ---
> v1 -> v2: fix Uwe's e-mail address
> ---
> configs/platform-v8a/platformconfig | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/configs/platform-v8a/platformconfig b/configs/platform-v8a/platformconfig
> index a0cf5ff..8118fde 100644
> --- a/configs/platform-v8a/platformconfig
> +++ b/configs/platform-v8a/platformconfig
> @@ -60,11 +60,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="aarch64-v8a-linux-gnu"
> PTXCONF_COMPILER_PREFIX="${PTXCONF_GNU_TARGET}-"
> PTXCONF_COMPILER_PREFIX_KERNEL="${PTXCONF_COMPILER_PREFIX}"
> --
> 2.17.0
>
>
> _______________________________________________
> DistroKit mailing list
> DistroKit@pengutronix.de
_______________________________________________
DistroKit mailing list
DistroKit@pengutronix.de
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [DistroKit] [PATCH v2 1/2] platform-v8a: toolchain version bump 2016.06 -> 2018.02
2018-05-21 10:58 ` [DistroKit] [PATCH v2 1/2] platform-v8a: toolchain version bump 2016.06 -> 2018.02 Ladislav Michl
@ 2018-05-22 6:48 ` Michael Olbrich
2018-05-22 8:11 ` Ladislav Michl
2018-05-22 6:50 ` Michael Olbrich
1 sibling, 1 reply; 9+ messages in thread
From: Michael Olbrich @ 2018-05-22 6:48 UTC (permalink / raw)
To: distrokit
On Mon, May 21, 2018 at 12:58:33PM +0200, Ladislav Michl wrote:
> On Sun, May 20, 2018 at 07:43:24PM +0200, Roland Hieber wrote:
> > From: Rouven Czerwinski <rouven@czerwinskis.de>
> >
> > Signed-off-by: Rouven Czerwinski <rouven@czerwinskis.de>
> > Tested-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> > [rhi: fix typo in the subject]
> > Signed-off-by: Roland Hieber <r.hieber@pengutronix.de>
>
> Just FYI, there's a small problem with 2018.02 as glibc-2.27 changelog
> contains:
> In a locale definition file, use "alt_mon" and "ab_alt_mon" to
> define the strings for %OB and %Ob, respectively; these have the
> same syntax as "mon" and "abmon". These arrays are optional; if they
> are not provided then they have the same content as "mon" and "abmon",
> respectively.
>
> And that's where eglibc-2.14.1-r17443-ptx1 localedef fails (for Russian)
> for example). Despite fact it is not enabled by default, it is probably
> worth fixing ;-)
Try ptxdist master.
Michael
--
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] 9+ messages in thread
* Re: [DistroKit] [PATCH v2 1/2] platform-v8a: toolchain version bump 2016.06 -> 2018.02
2018-05-21 10:58 ` [DistroKit] [PATCH v2 1/2] platform-v8a: toolchain version bump 2016.06 -> 2018.02 Ladislav Michl
2018-05-22 6:48 ` Michael Olbrich
@ 2018-05-22 6:50 ` Michael Olbrich
2018-05-22 8:13 ` Ladislav Michl
1 sibling, 1 reply; 9+ messages in thread
From: Michael Olbrich @ 2018-05-22 6:50 UTC (permalink / raw)
To: distrokit
On Mon, May 21, 2018 at 12:58:33PM +0200, Ladislav Michl wrote:
> On Sun, May 20, 2018 at 07:43:24PM +0200, Roland Hieber wrote:
> > From: Rouven Czerwinski <rouven@czerwinskis.de>
> >
> > Signed-off-by: Rouven Czerwinski <rouven@czerwinskis.de>
> > Tested-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> > [rhi: fix typo in the subject]
> > Signed-off-by: Roland Hieber <r.hieber@pengutronix.de>
>
> Just FYI, there's a small problem with 2018.02 as glibc-2.27 changelog
> contains:
> In a locale definition file, use "alt_mon" and "ab_alt_mon" to
> define the strings for %OB and %Ob, respectively; these have the
> same syntax as "mon" and "abmon". These arrays are optional; if they
> are not provided then they have the same content as "mon" and "abmon",
> respectively.
>
> And that's where eglibc-2.14.1-r17443-ptx1 localedef fails (for Russian)
> for example). Despite fact it is not enabled by default, it is probably
> worth fixing ;-)
I would be happy to apply patches that add some more useful locales. The
ones we have were mostly added as needed.
Michael
--
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] 9+ messages in thread
* Re: [DistroKit] [PATCH v2 1/2] platform-v8a: toolchain version bump 2016.06 -> 2018.02
2018-05-22 6:48 ` Michael Olbrich
@ 2018-05-22 8:11 ` Ladislav Michl
0 siblings, 0 replies; 9+ messages in thread
From: Ladislav Michl @ 2018-05-22 8:11 UTC (permalink / raw)
To: distrokit
On Tue, May 22, 2018 at 08:48:09AM +0200, Michael Olbrich wrote:
> On Mon, May 21, 2018 at 12:58:33PM +0200, Ladislav Michl wrote:
> > On Sun, May 20, 2018 at 07:43:24PM +0200, Roland Hieber wrote:
> > > From: Rouven Czerwinski <rouven@czerwinskis.de>
> > >
> > > Signed-off-by: Rouven Czerwinski <rouven@czerwinskis.de>
> > > Tested-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> > > [rhi: fix typo in the subject]
> > > Signed-off-by: Roland Hieber <r.hieber@pengutronix.de>
> >
> > Just FYI, there's a small problem with 2018.02 as glibc-2.27 changelog
> > contains:
> > In a locale definition file, use "alt_mon" and "ab_alt_mon" to
> > define the strings for %OB and %Ob, respectively; these have the
> > same syntax as "mon" and "abmon". These arrays are optional; if they
> > are not provided then they have the same content as "mon" and "abmon",
> > respectively.
> >
> > And that's where eglibc-2.14.1-r17443-ptx1 localedef fails (for Russian)
> > for example). Despite fact it is not enabled by default, it is probably
> > worth fixing ;-)
>
> Try ptxdist master.
Already tested early this morning, works nicely work both Russian and Polish.
Thank you!
ladis
> Michael
>
> --
> 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
_______________________________________________
DistroKit mailing list
DistroKit@pengutronix.de
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [DistroKit] [PATCH v2 1/2] platform-v8a: toolchain version bump 2016.06 -> 2018.02
2018-05-22 6:50 ` Michael Olbrich
@ 2018-05-22 8:13 ` Ladislav Michl
0 siblings, 0 replies; 9+ messages in thread
From: Ladislav Michl @ 2018-05-22 8:13 UTC (permalink / raw)
To: distrokit
On Tue, May 22, 2018 at 08:50:12AM +0200, Michael Olbrich wrote:
> On Mon, May 21, 2018 at 12:58:33PM +0200, Ladislav Michl wrote:
> > On Sun, May 20, 2018 at 07:43:24PM +0200, Roland Hieber wrote:
> > > From: Rouven Czerwinski <rouven@czerwinskis.de>
> > >
> > > Signed-off-by: Rouven Czerwinski <rouven@czerwinskis.de>
> > > Tested-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> > > [rhi: fix typo in the subject]
> > > Signed-off-by: Roland Hieber <r.hieber@pengutronix.de>
> >
> > Just FYI, there's a small problem with 2018.02 as glibc-2.27 changelog
> > contains:
> > In a locale definition file, use "alt_mon" and "ab_alt_mon" to
> > define the strings for %OB and %Ob, respectively; these have the
> > same syntax as "mon" and "abmon". These arrays are optional; if they
> > are not provided then they have the same content as "mon" and "abmon",
> > respectively.
> >
> > And that's where eglibc-2.14.1-r17443-ptx1 localedef fails (for Russian)
> > for example). Despite fact it is not enabled by default, it is probably
> > worth fixing ;-)
>
> I would be happy to apply patches that add some more useful locales. The
> ones we have were mostly added as needed.
Yes, I basically did the same - added those we need. I'll try to group them
geographically and submit patch.
> Michael
>
> --
> 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
_______________________________________________
DistroKit mailing list
DistroKit@pengutronix.de
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [DistroKit] [PATCH v2 1/2] platform-v8a: toolchain version bump 2016.06 -> 2018.02
2018-05-20 17:43 [DistroKit] [PATCH v2 1/2] platform-v8a: toolchain version bump 2016.06 -> 2018.02 Roland Hieber
2018-05-20 17:43 ` [DistroKit] [PATCH v2 2/2] ptxdist: version bump 2018.03.0 -> 2018.05.0 Roland Hieber
2018-05-21 10:58 ` [DistroKit] [PATCH v2 1/2] platform-v8a: toolchain version bump 2016.06 -> 2018.02 Ladislav Michl
@ 2018-05-23 12:27 ` Robert Schwebel
2 siblings, 0 replies; 9+ messages in thread
From: Robert Schwebel @ 2018-05-23 12:27 UTC (permalink / raw)
To: Roland Hieber; +Cc: distrokit, Rouven Czerwinski
On Sun, May 20, 2018 at 07:43:24PM +0200, Roland Hieber wrote:
> From: Rouven Czerwinski <rouven@czerwinskis.de>
>
> Signed-off-by: Rouven Czerwinski <rouven@czerwinskis.de>
> Tested-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> [rhi: fix typo in the subject]
> Signed-off-by: Roland Hieber <r.hieber@pengutronix.de>
> ---
> v1 -> v2: fix Uwe's e-mail address
> ---
> configs/platform-v8a/platformconfig | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
Merged, thx.
> diff --git a/configs/platform-v8a/platformconfig b/configs/platform-v8a/platformconfig
> index a0cf5ff..8118fde 100644
> --- a/configs/platform-v8a/platformconfig
> +++ b/configs/platform-v8a/platformconfig
> @@ -60,11 +60,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="aarch64-v8a-linux-gnu"
> PTXCONF_COMPILER_PREFIX="${PTXCONF_GNU_TARGET}-"
> PTXCONF_COMPILER_PREFIX_KERNEL="${PTXCONF_COMPILER_PREFIX}"
> --
> 2.17.0
>
>
> _______________________________________________
> DistroKit mailing list
> DistroKit@pengutronix.de
--
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] 9+ messages in thread
* Re: [DistroKit] [PATCH v2 2/2] ptxdist: version bump 2018.03.0 -> 2018.05.0
2018-05-20 17:43 ` [DistroKit] [PATCH v2 2/2] ptxdist: version bump 2018.03.0 -> 2018.05.0 Roland Hieber
@ 2018-05-23 12:27 ` Robert Schwebel
0 siblings, 0 replies; 9+ messages in thread
From: Robert Schwebel @ 2018-05-23 12:27 UTC (permalink / raw)
To: Roland Hieber; +Cc: distrokit
On Sun, May 20, 2018 at 07:43:25PM +0200, Roland Hieber wrote:
> We're too late for 2018.04.0, so we skip it. Some packages moved into
> staging, but they were disabled anyway.
>
> Signed-off-by: Roland Hieber <r.hieber@pengutronix.de>
> ---
> v1 -> v2: no changes, resent for completeness.
> ---
> configs/platform-rpi/platformconfig | 4 ++--
> configs/platform-v7a/platformconfig | 4 ++--
> configs/platform-v8a/platformconfig | 4 ++--
> configs/ptxconfig | 18 +++++-------------
> 4 files changed, 11 insertions(+), 19 deletions(-)
Merged, thx.
rsc
> diff --git a/configs/platform-rpi/platformconfig b/configs/platform-rpi/platformconfig
> index 79b05c9..1af0223 100644
> --- a/configs/platform-rpi/platformconfig
> +++ b/configs/platform-rpi/platformconfig
> @@ -1,6 +1,6 @@
> #
> # Automatically generated file; DO NOT EDIT.
> -# PTXdist 2018.03.0
> +# PTXdist 2018.05.0
> #
> PTXCONF__platformconfig_MAGIC__=y
>
> @@ -19,7 +19,7 @@ PTXCONF_PLATFORM="rpi"
> PTXCONF_PLATFORM_VERSION="-${PTXDIST_BSP_AUTOVERSION}"
> PTXCONF_RUNTIME=y
> PTXCONF_BUILDTIME=y
> -PTXCONF_PLATFORMCONFIG_VERSION="2018.03.0"
> +PTXCONF_PLATFORMCONFIG_VERSION="2018.05.0"
>
> #
> # architecture
> diff --git a/configs/platform-v7a/platformconfig b/configs/platform-v7a/platformconfig
> index 8902ba4..b6818c8 100644
> --- a/configs/platform-v7a/platformconfig
> +++ b/configs/platform-v7a/platformconfig
> @@ -1,6 +1,6 @@
> #
> # Automatically generated file; DO NOT EDIT.
> -# PTXdist 2018.03.0
> +# PTXdist 2018.05.0
> #
> PTXCONF__platformconfig_MAGIC__=y
>
> @@ -19,7 +19,7 @@ PTXCONF_PLATFORM="v7a"
> PTXCONF_PLATFORM_VERSION="-${PTXDIST_BSP_AUTOVERSION}"
> PTXCONF_RUNTIME=y
> PTXCONF_BUILDTIME=y
> -PTXCONF_PLATFORMCONFIG_VERSION="2018.03.0"
> +PTXCONF_PLATFORMCONFIG_VERSION="2018.05.0"
>
> #
> # architecture
> diff --git a/configs/platform-v8a/platformconfig b/configs/platform-v8a/platformconfig
> index 8118fde..ad701df 100644
> --- a/configs/platform-v8a/platformconfig
> +++ b/configs/platform-v8a/platformconfig
> @@ -1,6 +1,6 @@
> #
> # Automatically generated file; DO NOT EDIT.
> -# PTXdist 2018.03.0
> +# PTXdist 2018.05.0
> #
> PTXCONF__platformconfig_MAGIC__=y
>
> @@ -19,7 +19,7 @@ PTXCONF_PLATFORM="v8a"
> PTXCONF_PLATFORM_VERSION="-${PTXDIST_BSP_AUTOVERSION}"
> PTXCONF_RUNTIME=y
> PTXCONF_BUILDTIME=y
> -PTXCONF_PLATFORMCONFIG_VERSION="2018.03.0"
> +PTXCONF_PLATFORMCONFIG_VERSION="2018.05.0"
>
> #
> # architecture
> diff --git a/configs/ptxconfig b/configs/ptxconfig
> index 96666c4..2b334f4 100644
> --- a/configs/ptxconfig
> +++ b/configs/ptxconfig
> @@ -1,6 +1,6 @@
> #
> # Automatically generated file; DO NOT EDIT.
> -# PTXdist 2018.03.0
> +# PTXdist 2018.05.0
> #
> PTXCONF_DATAPARTITION=y
>
> @@ -60,7 +60,7 @@ PTXCONF_PROJECT_CHECK_LICENSES=y
> PTXCONF_RUNTIME=y
> PTXCONF_BUILDTIME=y
> PTXCONF_VIRTUAL=y
> -PTXCONF_CONFIGFILE_VERSION="2018.03.0"
> +PTXCONF_CONFIGFILE_VERSION="2018.05.0"
> PTXCONF__ptxconfig_MAGIC__=y
>
> #
> @@ -1316,6 +1316,7 @@ PTXCONF_BUSYBOX_LOGGER=y
> PTXCONF_HTOP=y
> # PTXCONF_HUB_CTRL is not set
> PTXCONF_I2C_TOOLS=y
> +# PTXCONF_JQ is not set
> # PTXCONF_KBD is not set
> # PTXCONF_KEXEC_TOOLS is not set
> # PTXCONF_KILLPROC is not set
> @@ -1418,6 +1419,7 @@ PTXCONF_SYSTEMD_DBUS=y
> # PTXCONF_SYSTEMD_VCONSOLE is not set
> PTXCONF_SYSTEMD_DISABLE_RANDOM_SEED=y
> # PTXCONF_SYSTEMD_LOGIND is not set
> +# PTXCONF_SYSTEMD_UNITS_USER is not set
> # PTXCONF_SYSTEMD_NETWORK is not set
> PTXCONF_SYSTEMD_TIMEDATE=y
> PTXCONF_SYSTEMD_COREDUMP=y
> @@ -1526,6 +1528,7 @@ PTXCONF_UTIL_LINUX_NG_HWCLOCK=y
> # PTXCONF_UTIL_LINUX_NG_LSMEM is not set
> # PTXCONF_UTIL_LINUX_NG_CHMEM is not set
> # PTXCONF_UTIL_LINUX_NG_MKFS is not set
> +# PTXCONF_UTIL_LINUX_NG_LSCPU is not set
> # PTXCONF_WATCHDOG is not set
>
> #
> @@ -1610,7 +1613,6 @@ PTXCONF_UTIL_LINUX_NG_HWCLOCK=y
> #
> # Bytecode Engines / VMs
> #
> -# PTXCONF_CLASSPATH is not set
> # PTXCONF_FRODO is not set
> # PTXCONF_JAMVM is not set
> # PTXCONF_MONO is not set
> @@ -1775,7 +1777,6 @@ PTXCONF_OPENSSL=y
> # PTXCONF_RSYSLOG is not set
> # PTXCONF_SIMPLERPL is not set
> # PTXCONF_SOCAT is not set
> -# PTXCONF_STRONGSWAN is not set
> # PTXCONF_STUNNEL is not set
> # PTXCONF_SYSLOGNG is not set
> # PTXCONF_TCPDUMP is not set
> @@ -1858,8 +1859,6 @@ PTXCONF_E2FSPROGS_INSTALL_MKFS_EXT4=y
> # PTXCONF_E2FSPROGS_INSTALL_RESIZE2FS is not set
> # PTXCONF_E2FSPROGS_INSTALL_TUNE2FS is not set
> # PTXCONF_F2FS_TOOLS is not set
> -# PTXCONF_FAM is not set
> -# PTXCONF_FUSE_ZIP is not set
> # PTXCONF_FUSE is not set
> # PTXCONF_HDPARM is not set
> # PTXCONF_LIBLOCKFILE is not set
> @@ -1885,7 +1884,6 @@ PTXCONF_E2FSPROGS_INSTALL_MKFS_EXT4=y
> # PTXCONF_CKERMIT is not set
> # PTXCONF_EFAX is not set
> # PTXCONF_HEIRLOOM_MAILX is not set
> -# PTXCONF_IRSSI is not set
> # PTXCONF_LIBSOCKETCAN is not set
> # PTXCONF_LRZSZ is not set
> # PTXCONF_MGETTY is not set
> @@ -1893,7 +1891,6 @@ PTXCONF_E2FSPROGS_INSTALL_MKFS_EXT4=y
> # PTXCONF_OPENSC is not set
> # PTXCONF_PCSC_LITE is not set
> # PTXCONF_POP3SPAM is not set
> -# PTXCONF_RXTX is not set
> # PTXCONF_SJINN is not set
> # PTXCONF_SMTPCLIENT is not set
> # PTXCONF_SSMTP is not set
> @@ -1912,7 +1909,6 @@ PTXCONF_E2FSPROGS_INSTALL_MKFS_EXT4=y
> # Editors
> #
> # PTXCONF_DHEX is not set
> -# PTXCONF_ED is not set
> # PTXCONF_HEXEDIT is not set
> # PTXCONF_JED is not set
> # PTXCONF_JOE is not set
> @@ -1932,7 +1928,6 @@ PTXCONF_EXPAT=y
> # PTXCONF_FLEX is not set
> # PTXCONF_GETTEXT is not set
> # PTXCONF_GFLAGS is not set
> -# PTXCONF_GPM is not set
> # PTXCONF_GPSD is not set
> # PTXCONF_ICU is not set
> # PTXCONF_INOTIFY_TOOLS is not set
> @@ -1948,7 +1943,6 @@ PTXCONF_LIBBLKID=y
> PTXCONF_LIBCAP=y
> # PTXCONF_LIBCAP_SETCAP is not set
> # PTXCONF_LIBCGROUP is not set
> -# PTXCONF_LIBCONFIG is not set
> # PTXCONF_LIBCONFUSE is not set
> # PTXCONF_LIBDAEMON is not set
> # PTXCONF_LIBEDIT is not set
> @@ -2111,7 +2105,6 @@ PTXCONF_DBUS_SYSTEMD=y
> # PTXCONF_DBUS_STARTSCRIPT is not set
> PTXCONF_DBUS_SYSTEMD_UNIT=y
> # PTXCONF_EGGDBUS is not set
> -# PTXCONF_XMLRPC_C is not set
>
> #
> # Scientific Apps
> @@ -2229,7 +2222,6 @@ PTXCONF_GLIB=y
> # qt
> #
> # PTXCONF_ARORA is not set
> -# PTXCONF_LIBQXT is not set
> # PTXCONF_PYSIDE is not set
> # PTXCONF_PYTHON3_PYSIDE is not set
> # PTXCONF_PYTHON3_SHIBOKEN is not set
> --
> 2.17.0
>
>
> _______________________________________________
> DistroKit mailing list
> DistroKit@pengutronix.de
--
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] 9+ messages in thread
end of thread, other threads:[~2018-05-23 12:27 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-20 17:43 [DistroKit] [PATCH v2 1/2] platform-v8a: toolchain version bump 2016.06 -> 2018.02 Roland Hieber
2018-05-20 17:43 ` [DistroKit] [PATCH v2 2/2] ptxdist: version bump 2018.03.0 -> 2018.05.0 Roland Hieber
2018-05-23 12:27 ` Robert Schwebel
2018-05-21 10:58 ` [DistroKit] [PATCH v2 1/2] platform-v8a: toolchain version bump 2016.06 -> 2018.02 Ladislav Michl
2018-05-22 6:48 ` Michael Olbrich
2018-05-22 8:11 ` Ladislav Michl
2018-05-22 6:50 ` Michael Olbrich
2018-05-22 8:13 ` Ladislav Michl
2018-05-23 12:27 ` Robert Schwebel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox