Re: [ptxdist] Building packages but not including them in the the resulting firmware image

2020-02-14 Thread Mircea Ciocan
It's lame to reply to your messages, but as always, right after posting a question, the answer pops up and it's embarrassingly obvious. Kindly please disregard and sorry for the noise. Best regards, Mircea C. On 14.02.20 18:33, Mircea Ciocan wrote: Hello everybody, I'm trying to implement

[ptxdist] Building packages but not including them in the the resulting firmware image

2020-02-14 Thread Mircea Ciocan
Hello everybody, I'm trying to implement the following solution: I have a base firmware image configuration and a number of optional packages, for some later choices of the customers. I don't want to have the optional packages installed in the base firmware image at all, no matter the

Re: [ptxdist] [PATCH v2] tf-a: new package for ARM trusted firmware A

2020-02-14 Thread Michael Olbrich
On Wed, Feb 12, 2020 at 05:40:33PM +0100, Ahmad Fatoum wrote: > Trusted Firmware-A (TF-A) is a reference implementation of secure world > software for Arm A-Profile architectures (Armv8-A and Armv7-A). > > Cc: Alejandro Vazquez > Signed-off-by: Rouven Czerwinski > Signed-off-by: Ahmad Fatoum >

Re: [ptxdist] [PATCH v5 3/3] open62541: new package

2020-02-14 Thread Michael Olbrich
On Wed, Feb 05, 2020 at 11:42:41AM +0100, Ulrich Ölmann wrote: > From: Björn Esser > > The open62541 project is an open source implementation of the OPC UA > communication infrastructure which is used in industrial control. > > Signed-off-by: Björn Esser > [uol: adjusted commit message] >

Re: [ptxdist] [PATCH v5 3/3] nodejs_packages: new package

2020-02-14 Thread Michael Olbrich
On Tue, Feb 04, 2020 at 08:53:59AM +0100, Ulrich Ölmann wrote: > From: Björn Esser > > This is a dummy package to specify and install required Node.js packages for > the > target system. > > The management of those packages and their dependencies is handled with > Yarn (run through

Re: [ptxdist] [PATCH] u-boot: Add support for custom make options

2020-02-14 Thread Guillermo Rodriguez Garcia
Hi all, A little explanation on this. I need to pass DEVICE_TREE=xxx to uboot as this is the "official" way to build u-boot for the stm32mp1 platform with a device tree other than the board's default. I started preparing a patch to allow setting a DEVICE_TREE value specifically, but there are

[ptxdist] [PATCH] u-boot: Add support for custom make options

2020-02-14 Thread Guillermo Rodríguez
Add a generic mechanism to allow passing custom make options to U-boot. This can be used for example to pass a DEVICE_TREE= value. Signed-off-by: Guillermo Rodriguez --- platforms/u-boot.in | 7 +++ rules/u-boot.make | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git

Re: [ptxdist] [PATCH v2] tf-a: new package for ARM trusted firmware A

2020-02-14 Thread Alex Vazquez
Hi, Ahmad. I took a look at your TF-A rules and I've checked that it generates the binaries correctly. Thanks! ;) Cheers. Alejandro. El jue., 13 feb. 2020 a las 16:33, Guillermo Rodriguez Garcia () escribió: > > El jue., 13 feb. 2020 a las 16:27, Ahmad Fatoum > () escribió: > > > > On

[ptxdist] [PATCH v2] varoverlayfs: support kernels without metacopy

2020-02-14 Thread Matthias Schiffer
metacopy=on is supported on Linux 4.19+ only. As metacopy is unlikely to have a significant effect on the /var overlay anyways, simply remove the option. Signed-off-by: Matthias Schiffer --- projectroot/usr/lib/systemd/system/var.mount | 1 - 1 file changed, 1 deletion(-) diff --git

[ptxdist] [PATCH v3] parted: update to 3.3

2020-02-14 Thread Matthias Schiffer
Fixes build against recent glibc. Signed-off-by: Markus Niebel Signed-off-by: Matthias Schiffer --- rules/parted.in | 12 ++-- rules/parted.make | 10 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/rules/parted.in b/rules/parted.in index

Re: [ptxdist] (EXT) Re: [PATCH] gettext: deterministically build with included libraries

2020-02-14 Thread Matthias Schiffer
On Fri, 2020-02-14 at 10:48 +0100, Matthias Schiffer wrote: > On Fri, 2020-02-14 at 10:12 +0100, Michael Olbrich wrote: > > On Thu, Feb 13, 2020 at 06:22:05PM +0100, Matthias Schiffer wrote: > > > gettext's configure will automatically used the libraries it > > > finds, > > > and > > > fall back

Re: [ptxdist] (EXT) Re: [PATCH] gettext: deterministically build with included libraries

2020-02-14 Thread Matthias Schiffer
On Fri, 2020-02-14 at 10:12 +0100, Michael Olbrich wrote: > On Thu, Feb 13, 2020 at 06:22:05PM +0100, Matthias Schiffer wrote: > > gettext's configure will automatically used the libraries it finds, > > and > > fall back to included versions otherwise. Avoid this non- > > deterministic > >

Re: [ptxdist] [PATCH] varoverlayfs: support kernels without metacopy

2020-02-14 Thread Michael Olbrich
On Thu, Feb 13, 2020 at 06:22:07PM +0100, Matthias Schiffer wrote: > metacopy=on is supported on Linux 4.19+. Add fallback for older kernels. I think we should just drop the option. It's just a nice-to-have feature and in most cases, it does not make a any difference. The lower filesystem is

Re: [ptxdist] [PATCH] gst-plugins-good1: qmlglsink: fix build on EGL platform without X11 headers

2020-02-14 Thread Michael Olbrich
On Thu, Feb 13, 2020 at 06:22:06PM +0100, Matthias Schiffer wrote: > Signed-off-by: Matthias Schiffer > --- > > Considering who authored the upstream patch, I'm surprised this is not > in PTXdist yet - it seems it was forgotten? It probably got lost. We usually have more gst-plugins-good

Re: [ptxdist] [PATCH] gettext: deterministically build with included libraries

2020-02-14 Thread Michael Olbrich
On Thu, Feb 13, 2020 at 06:22:05PM +0100, Matthias Schiffer wrote: > gettext's configure will automatically used the libraries it finds, and > fall back to included versions otherwise. Avoid this non-deterministic > behaviour by explicitly choosing the included libraries. > > In particular, this

[ptxdist] [PATCH v2] parted: update to 3.3

2020-02-14 Thread Matthias Schiffer
Fixes build against recent glibc. Signed-off-by: Markus Niebel Signed-off-by: Matthias Schiffer --- rules/parted.in | 11 ++- rules/parted.make | 10 +- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/rules/parted.in b/rules/parted.in index

Re: [ptxdist] (EXT) Re: [PATCH] kmscube: switch to https URL

2020-02-14 Thread Matthias Schiffer
On Fri, 2020-02-14 at 09:40 +0100, Michael Olbrich wrote: > On Thu, Feb 13, 2020 at 06:22:03PM +0100, Matthias Schiffer wrote: > > From: Markus Niebel > > > > Signed-off-by: Markus Niebel > > Signed-off-by: Matthias Schiffer > > > > --- > > rules/kmscube.make | 2 +- > > 1 file changed, 1

Re: [ptxdist] [PATCH] parted: update to 3.3

2020-02-14 Thread Michael Olbrich
On Thu, Feb 13, 2020 at 06:22:04PM +0100, Matthias Schiffer wrote: > Fixes build against recent glibc. > > Signed-off-by: Markus Niebel > Signed-off-by: Matthias Schiffer > --- > rules/parted.in | 13 - > rules/parted.make | 10 +- > 2 files changed, 13 insertions(+), 10

Re: [ptxdist] [PATCH] kmscube: switch to https URL

2020-02-14 Thread Michael Olbrich
On Thu, Feb 13, 2020 at 06:22:03PM +0100, Matthias Schiffer wrote: > From: Markus Niebel > > Signed-off-by: Markus Niebel > Signed-off-by: Matthias Schiffer > --- > rules/kmscube.make | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/rules/kmscube.make

Re: [ptxdist] [PATCH] networkmanager: version bump 1.20.8-> 1.22.6

2020-02-14 Thread Michael Olbrich
On Wed, Feb 12, 2020 at 09:30:29PM +0100, Uwe Kleine-König wrote: > On Wed, Feb 12, 2020 at 11:11:12AM +0100, Ulrich Ölmann wrote: > > Two new config options have been added in the meantime (see NetworkManager > > commits [1] & [2]) which are both set to their reasonable default values. > > > >

Re: [ptxdist] [PATCH] libgpiod: version bump 1.3 -> 1.5

2020-02-14 Thread Michael Olbrich
On Thu, Jan 30, 2020 at 04:47:50PM +0100, Clemens Gruber wrote: > Signed-off-by: Clemens Gruber Right, this needs v5.5 kernel headers :-/. I need to update my test BSP before I can merge this. Ping me again if I forget about this. Michael > --- > rules/libgpiod.make | 5 ++--- > 1 file

[ptxdist] [ANNOUNCE] PTXdist 2020.02.0 released

2020-02-14 Thread Michael Olbrich
Hi, I'm happy to announce that I've just released ptxdist-2020.02.0. This is a bigger release this time and there are some changes that can require modifications to the BSP. The most important change is related to Python. Starting with this release, it it no longer necessary to install Python 2