[ptxdist] [PATCH 2/2] host-coreutils: remove

2018-12-13 Thread Marc Kleine-Budde
The last dependency on this package has been removed in the previous patch. So remove this package. Signed-off-by: Marc Kleine-Budde --- rules/host-coreutils.in | 5 rules/host-coreutils.make | 62 --- 2 files changed, 67 deletions(-) delete mode

[ptxdist] [PATCH 1/2] systemd: remove coreutils dependency

2018-12-13 Thread Marc Kleine-Budde
Even the ln of ubuntu 14.04's coreutils supports --relative, do not compile host-coreutils, as it will fail on that ubuntu version, due to a too old glibc. Signed-off-by: Marc Kleine-Budde --- rules/host-systemd.in | 2 -- rules/systemd.in | 2 -- 2 files changed, 4 deletions(-) diff

[ptxdist] [ANNOUNCE] OSELAS.Toolchain() 2018.12.0 released

2018-12-13 Thread Michael Olbrich
Hi, I'm happy to announce that I've just released OSELAS.Toolchain-2018.12.0. This is a major release with significant changes. All components of the primary toolchains have been updated to the latest versions. The highlights are: - gcc 8.2 - glibc 2.28 - binutils 2.31.1 - kernel headers

Re: [ptxdist] [PATCH v2 2/4] barebox: depend on HOST_LZOP

2018-12-13 Thread Michael Olbrich
On Thu, Dec 13, 2018 at 01:02:50PM +, Baeuerle, Florian wrote: > Am Donnerstag, den 13.12.2018, 12:16 +0100 schrieb Michael Olbrich: > > On Wed, Dec 12, 2018 at 02:52:54PM +, Baeuerle, Florian wrote: > > > The version shipped by ptxdist allows us to override the modification > > > time in

Re: [ptxdist] [PATCH v2 2/4] barebox: depend on HOST_LZOP

2018-12-13 Thread Baeuerle, Florian
Am Donnerstag, den 13.12.2018, 12:16 +0100 schrieb Michael Olbrich: > On Wed, Dec 12, 2018 at 02:52:54PM +, Baeuerle, Florian wrote: > > The version shipped by ptxdist allows us to override the modification > > time in the lzop headers. > > > > Signed-off-by: Florian Bäuerle > > --- > >

[ptxdist] [PATCH v2] template-src-linux-driver: Only install driver if selected

2018-12-13 Thread Ian Abbott
If a local package "foo-mod" for a Linux kernel module is selected by a local tristate configuration option PTXCONF_FOO_MOD, then based on the template for Linux drivers, it would include the following in its foo-mod.make file: ifdef PTXCONF_FOO_MOD $(STATEDIR)/kernel.targetinstall.post:

Re: [ptxdist] [PATCH] template-src-linux-driver: Only install driver if selected

2018-12-13 Thread Ian Abbott
On 12/12/2018 11:18, Michael Olbrich wrote: On Wed, Dec 12, 2018 at 10:42:38AM +, Ian Abbott wrote: If a local package "foo-mod" for a Linux kernel module is selected by a local tristate configuration option PTXCONF_FOO_MOD, then based on the template for Linux drivers, it would include the

Re: [ptxdist] [PATCH v2 2/4] barebox: depend on HOST_LZOP

2018-12-13 Thread Michael Olbrich
On Wed, Dec 12, 2018 at 02:52:54PM +, Baeuerle, Florian wrote: > The version shipped by ptxdist allows us to override the modification > time in the lzop headers. > > Signed-off-by: Florian Bäuerle > --- > platforms/barebox.in | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >

Re: [ptxdist] [PATCH] setlocalversion: only use tags actually on current branch

2018-12-13 Thread Denis OSTERLAND
Hi, for interested listeners, my custom auto-version with '-' handling. It defers in format, but thats okay to me. $ git describe OSELAS.BSP-Pengutronix-Generic-2014.07.0-6-g3266e67 $ ./p print PTXDIST_BSP_AUTOVERSION 2014.07.0-6-g3266e67f0b46 $ ./p print BSP_AUTOVERSION