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

2020-02-18 Thread Michael Tretter
On Tue, 18 Feb 2020 10:02:57 +0100, Guillermo Rodriguez Garcia wrote: > El mar., 18 feb. 2020 a las 8:36, Michael Olbrich > () escribió: > > > > On Mon, Feb 17, 2020 at 05:33:57PM +0100, Guillermo Rodriguez Garcia wrote: > > > > > El lun., 17 feb. 2020 a las 17:26, Michael Tretter > > > ()

[ptxdist] Custom CFLAGS per packet (LTO masking)

2020-02-18 Thread Florian Faber
Hi, I want to compile my systems with lto and need to exclude those packages which break with lto enabled. unfortunately I was not able to find a mechanism to filter out CFLAGS for certain packages. There are BLACKLIST variables, but they do not seem to do what I want, and I googling got me

[ptxdist] [PATCH] unfs3: fix attribute setting for symlinks

2020-02-18 Thread Uwe Kleine-König
unfs makes use of utime() which is unsuitable to set last access and modification times for symlinks. So make use of the O_PATH flag to open() and use the futimens() function. As a side effect this is less racy and improves resolution from seconds to nanoseconds. Note this will break builds of

[ptxdist] [PATCH] libinput: version bump 1.15.0 -> 1.15.1

2020-02-18 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/libinput.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libinput.make b/rules/libinput.make index 6d1659f7174d..c0163fbfa465 100644 --- a/rules/libinput.make +++ b/rules/libinput.make @@ -14,8 +14,8 @@

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

2020-02-18 Thread Guillermo Rodriguez Garcia
El mar., 18 feb. 2020 a las 8:36, Michael Olbrich () escribió: > > On Mon, Feb 17, 2020 at 05:33:57PM +0100, Guillermo Rodriguez Garcia wrote: > > El lun., 17 feb. 2020 a las 17:26, Michael Tretter > > () escribió: > > > > > > On Wed, 12 Feb 2020 17:40:33 +0100, Ahmad Fatoum wrote: > > > > Trusted