[ptxdist] [PATCH] gobject-introspection: Fix rpath lookup for symlinked packages

2017-01-20 Thread Michael Tretter
to resolve symlinks of the command line arguments. Signed-off-by: Michael Tretter <m.tret...@pengutronix.de> --- rules/host-gobject-introspection.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/host-gobject-introspection.make b/rules/host-gobject-introspectio

[ptxdist] [PATCH] rauc: add dependency on 'unsquashfs'

2017-03-31 Thread Michael Tretter
directory) Therefore, rauc should pull unsquashfs as a dependency. Signed-off-by: Michael Tretter <m.tret...@pengutronix.de> --- rules/rauc.in | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/rauc.in b/rules/rauc.in index 263a67bf1..892cb730a 100644 --- a/rules/rauc.in +++ b/rules/rauc

[ptxdist] [PATCH v2] rauc: add dependency on 'unsquashfs'

2017-04-04 Thread Michael Tretter
directory) Therefore, rauc should pull unsquashfs as a runtime dependency. Signed-off-by: Michael Tretter <m.tret...@pengutronix.de> --- rules/rauc.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rules/rauc.in b/rules/rauc.in index 263a67b..ec8e76f 100644 --- a/rules/rauc.in +++ b/rules

[ptxdist] [PATCH] wayland-protocols: bump version 1.7 -> 1.9

2017-07-31 Thread Michael Tretter
wayland-protocols 1.8 is a prerequisite for the wayland platform in Mesa 17.2.0. Signed-off-by: Michael Tretter <m.tret...@pengutronix.de> --- rules/wayland-protocols.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/wayland-protocols.make b/rules/w

[ptxdist] [PATCH] qt5: install missing xcbglintegrations plugin

2017-05-05 Thread Michael Tretter
The xcbglintegrations plugins are required to run OpenGL/OpenGL ES2 applications via xcb. Although they were built, they were not installed into the packages. Install the plugins depending on the configured QT5 OpenGL API. Signed-off-by: Michael Tretter <m.tret...@pengutronix.de> --- rul

[ptxdist] [PATCH] barebox: fix rebuild of environment

2018-05-16 Thread Michael Tretter
a rebuild of the environment. Signed-off-by: Michael Tretter <m.tret...@pengutronix.de> --- rules/barebox.make | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/barebox.make b/rules/barebox.make index 7c389e770..f09572941 100644 --- a/rules/barebox.make +++ b/rules/barebox.make @@ -89,

[ptxdist] [PATCH] scripts: fix position sensitive options for tar 1.30

2018-01-30 Thread Michael Tretter
tar: --exclude '*/*~' has no effect tar: Exiting with failure status due to previous errors Reorder the arguments to tar and put the --exclude arguments before the current directory. Signed-off-by: Michael Tretter <michael.tret...@posteo.net> --- scripts/libptxdist.sh | 3 ++-

[ptxdist] [PATCH] nfsutils: add Python as runtime dependency

2018-02-09 Thread Michael Tretter
nfsiostat is a Python script and uses /usr/bin/python as shebang. Therefore, nfsutils should select Python as a runtime dependency. Signed-off-by: Michael Tretter <m.tret...@pengutronix.de> --- rules/nfsutils.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rules/nfsutils.in b

[ptxdist] [PATCH 2/3] weston: install weston.ini into /etc

2018-08-30 Thread Michael Tretter
it in the projectroot. Signed-off-by: Michael Tretter --- rules/weston.in | 6 ++ rules/weston.make | 19 +++ 2 files changed, 25 insertions(+) diff --git a/rules/weston.in b/rules/weston.in index 1c0ebff98..2e760740c 100644 --- a/rules/weston.in +++ b/rules/weston.in @@ -81,4 +81,10

[ptxdist] [PATCH 3/3] weston: add IVI-Shell support

2018-08-30 Thread Michael Tretter
The IVI-Shell is a shell for in-vehicle-infotainment systems. Allow to build the ivi shell module and separately also build the ivi-shell user interface example. Signed-off-by: Michael Tretter --- rules/weston.in | 14 ++ rules/weston.make | 41

[ptxdist] [PATCH 1/3] weston: remove empty clean stage

2018-08-30 Thread Michael Tretter
Signed-off-by: Michael Tretter --- rules/weston.make | 8 1 file changed, 8 deletions(-) diff --git a/rules/weston.make b/rules/weston.make index f5d748897..1817a94f3 100644 --- a/rules/weston.make +++ b/rules/weston.make @@ -146,12 +146,4 @@ endif @$(call touch

[ptxdist] [PATCH v2 3/3] weston: add IVI-Shell support

2018-08-31 Thread Michael Tretter
The IVI-Shell is a shell for in-vehicle-infotainment systems. Allow to build the ivi shell module and separately also build the ivi-shell user interface example. Signed-off-by: Michael Tretter --- Changes since v1: - move depends on before select in configuration - move mkdir in front of ifndef

[ptxdist] [PATCH v2 1/3] weston: remove empty clean stage

2018-08-31 Thread Michael Tretter
Signed-off-by: Michael Tretter --- Changes since v1: - none --- rules/weston.make | 8 1 file changed, 8 deletions(-) diff --git a/rules/weston.make b/rules/weston.make index f5d748897..1817a94f3 100644 --- a/rules/weston.make +++ b/rules/weston.make @@ -146,12 +146,4 @@ endif

[ptxdist] [PATCH v2 2/3] weston: install weston.ini into /etc

2018-08-31 Thread Michael Tretter
it in the projectroot. Signed-off-by: Michael Tretter --- Changes since v1: - remove && between mkdir and ptxd_replace_magic - fix indentation --- rules/weston.in | 6 ++ rules/weston.make | 19 +++ 2 files changed, 25 insertions(+) diff --git a/rules/weston.in b/rules/weston.

[ptxdist] [PATCH] crda: extend rule to download versioned regulatory.bin

2018-07-04 Thread Michael Tretter
the projectroot. Still allow to override the database in a BSP projectroot if necessary. Signed-off-by: Michael Tretter --- projectroot/usr/lib/crda/regulatory.bin | Bin 4968 -> 0 bytes rules/crda.make | 40 ++-- 2 files changed, 38 insertions(+)

Re: [ptxdist] [PATCH 3/4] weston: version bump 3.0.0 -> 4.0.0

2018-04-10 Thread Michael Tretter
On Tue, 10 Apr 2018 16:59:51 +0200, Philipp Zabel wrote: > On Tue, 2018-04-10 at 16:27 +0200, Michael Olbrich wrote: > > On Tue, Apr 10, 2018 at 11:06:46AM +0200, Michael Tretter wrote: > > > Split the version into major.minor.pl and use variable instead of hard &

Re: [ptxdist] [PATCH 4/4] weston: make dbus and weston-launch configurable

2018-04-10 Thread Michael Tretter
On Tue, 10 Apr 2018 16:31:53 +0200, Michael Olbrich wrote: > On Tue, Apr 10, 2018 at 11:06:47AM +0200, Michael Tretter wrote: > > Signed-off-by: Michael Tretter <m.tret...@pengutronix.de> > > --- > > rules/weston.in | 13 + > > rules/weston.make | 7

[ptxdist] [PATCH v2 2/4] wayland: version bump 1.14 -> 1.15

2018-04-11 Thread Michael Tretter
Signed-off-by: Michael Tretter <m.tret...@pengutronix.de> --- rules/wayland.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/wayland.make b/rules/wayland.make index 203caa4a9..5d5e44470 100644 --- a/rules/wayland.make +++ b/rules/wayland.make @@ -16,8

[ptxdist] [PATCH v2 3/4] weston: version bump 3.0.0 -> 4.0.0

2018-04-11 Thread Michael Tretter
Signed-off-by: Michael Tretter <m.tret...@pengutronix.de> --- rules/weston.in | 6 ++ rules/weston.make | 38 +++--- 2 files changed, 21 insertions(+), 23 deletions(-) diff --git a/rules/weston.in b/rules/weston.in index 7db255202..56b85d26a

[ptxdist] [PATCH v2 0/4] wayland, weston: version bump

2018-04-11 Thread Michael Tretter
Changes since v1: - add variable LIBWESTON_MAJOR instead of splitting WESTON_VERSION - sort installed images in alphabetical order - drop separate config item for Weston D-Bus support - mark WESTON_LAUNCH as broken Michael Tretter (4): wayland-protocols: version bump 1.12 -> 1.13 wayl

[ptxdist] [PATCH v2 4/4] weston: make weston-launch configurable

2018-04-11 Thread Michael Tretter
Signed-off-by: Michael Tretter <m.tret...@pengutronix.de> --- rules/weston.in | 9 + rules/weston.make | 5 - 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/rules/weston.in b/rules/weston.in index 56b85d26a..79512bc2a 100644 --- a/rules/weston.in +++ b

[ptxdist] [PATCH v2 1/4] wayland-protocols: version bump 1.12 -> 1.13

2018-04-11 Thread Michael Tretter
Signed-off-by: Michael Tretter <m.tret...@pengutronix.de> --- rules/wayland-protocols.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/wayland-protocols.make b/rules/wayland-protocols.make index 80b9c64b6..ec069fe7e 100644 --- a/rules/wayland-protocols.make

[ptxdist] [PATCH] nfsutils: select ROOTFS_PROTOCOLS for mount.nfs

2018-04-18 Thread Michael Tretter
mount.nfs uses getprotobyname() which in turn reads /etc/protocols. If /etc/protocols is missing, mount.nfs fails with mount.nfs: Protocol not supported Signed-off-by: Michael Tretter <m.tret...@pengutronix.de> --- rules/nfsutils.in | 1 + 1 file changed, 1 insertion(+) diff

[ptxdist] [PATCH 09/10] gst-libav1: version bump 1.12.4 -> 1.14.0

2018-03-21 Thread Michael Tretter
Signed-off-by: Michael Tretter <m.tret...@pengutronix.de> --- rules/gst-libav1.make | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/rules/gst-libav1.make b/rules/gst-libav1.make index 12b480da4..e9fd346c1 100644 --- a/rules/gst-libav1.make +++ b/rules/gst-libav

[ptxdist] [PATCH 07/10] gst-validate1: version bump 1.12.4 -> 1.14.0

2018-03-21 Thread Michael Tretter
Signed-off-by: Michael Tretter <m.tret...@pengutronix.de> --- rules/gst-validate1.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/gst-validate1.make b/rules/gst-validate1.make index 95d268654..f329d4cd1 100644 --- a/rules/gst-validate1.make +++ b/rul

[ptxdist] [PATCH 10/10] gst-rtsp-server1: version bump 1.12.4 -> 1.14.0

2018-03-21 Thread Michael Tretter
Signed-off-by: Michael Tretter <m.tret...@pengutronix.de> --- rules/gst-rtsp-server1.make | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/rules/gst-rtsp-server1.make b/rules/gst-rtsp-server1.make index 142821189..116733ac2 100644 --- a/rules/gst-rtsp-server1.make

[ptxdist] [PATCH 04/10] gst-plugins-bad1: version bump 1.12.4 -> 1.14.0

2018-03-21 Thread Michael Tretter
Signed-off-by: Michael Tretter <m.tret...@pengutronix.de> --- rules/gst-plugins-bad1.in | 116 ++-- rules/gst-plugins-bad1.make | 31 ++-- 2 files changed, 60 insertions(+), 87 deletions(-) diff --git a/rules/gst-plugins-bad1.in b/rul

[ptxdist] [PATCH 08/10] gstreamer-vaapi1: version bump 1.12.4 -> 1.14.0

2018-03-21 Thread Michael Tretter
Signed-off-by: Michael Tretter <m.tret...@pengutronix.de> --- rules/gstreamer-vaapi1.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/gstreamer-vaapi1.make b/rules/gstreamer-vaapi1.make index 49cef7a99..b850aa582 100644 --- a/rules/gstreamer-vaapi1.make

[ptxdist] [PATCH 01/10] gstreamer1: version bump 1.12.4 -> 1.14.0

2018-03-21 Thread Michael Tretter
Signed-off-by: Michael Tretter <m.tret...@pengutronix.de> --- rules/gstreamer1.make | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/rules/gstreamer1.make b/rules/gstreamer1.make index bbf55192c..358956fb3 100644 --- a/rules/gstreamer1.make +++ b/rules/gstreamer

[ptxdist] [PATCH] systemd: allow to install default user target units

2018-03-23 Thread Michael Tretter
The default user target units are necessary to start user sessions. Signed-off-by: Michael Tretter <m.tret...@pengutronix.de> --- rules/systemd.in | 4 rules/systemd.make | 3 +++ 2 files changed, 7 insertions(+) diff --git a/rules/systemd.in b/rules/systemd.in index 266c83fc8..29d

[ptxdist] [PATCH] gst-plugins-bad1: add missing dependency

2018-03-02 Thread Michael Tretter
The wayland plugin depends on libdrm. Signed-off-by: Michael Tretter <m.tret...@pengutronix.de> --- rules/gst-plugins-bad1.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/gst-plugins-bad1.in b/rules/gst-plugins-bad1.in index e819b894c..4c17517b9 100644 --- a

[ptxdist] [PATCH 5/9] libunwind: license is MIT

2018-06-29 Thread Michael Tretter
Signed-off-by: Michael Tretter --- rules/libunwind.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/libunwind.make b/rules/libunwind.make index ea2e1ce5e..f9ee63a93 100644 --- a/rules/libunwind.make +++ b/rules/libunwind.make @@ -23,7 +23,7 @@ LIBUNWIND_SUFFIX

[ptxdist] [PATCH 9/9] bonniexx: add copyright.txt to license report

2018-06-29 Thread Michael Tretter
The copyright.txt file lists the copyright holders and references the GPL version 2. It does not include the actual license text! Signed-off-by: Michael Tretter --- rules/bonniexx.make | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rules/bonniexx.make b/rules/bonniexx.make index

[ptxdist] [PATCH 4/9] libwebsockets: license is LGPL-2.1-only

2018-06-29 Thread Michael Tretter
Signed-off-by: Michael Tretter --- rules/libwebsockets.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/libwebsockets.make b/rules/libwebsockets.make index fe1d1c40f..b485e5e44 100644 --- a/rules/libwebsockets.make +++ b/rules/libwebsockets.make @@ -23,7 +23,7

[ptxdist] [PATCH 1/9] usr-rootfs: hide from license report

2018-06-29 Thread Michael Tretter
The usr-rootfs package does not install files into the rootfs and shall not appear in the license report. Signed-off-by: Michael Tretter --- rules/usr-rootfs.make | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/usr-rootfs.make b/rules/usr-rootfs.make index 9fc963cff..496f52b18 100644

[ptxdist] [PATCH 6/9] libvorbis: license is BSD-3-clause

2018-06-29 Thread Michael Tretter
--- rules/libvorbis.make | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/libvorbis.make b/rules/libvorbis.make index 75312d211..aaaf9fc28 100644 --- a/rules/libvorbis.make +++ b/rules/libvorbis.make @@ -23,6 +23,7 @@ LIBVORBIS_SUFFIX := tar.gz LIBVORBIS_URL :=

[ptxdist] [PATCH 2/9] locales: hide from license report

2018-06-29 Thread Michael Tretter
locales.make ultimately calls localedef from the toolchain to generate the locales. Therefore, locales should not appear in the license report. Signed-off-by: Michael Tretter --- rules/locales.make | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/locales.make b/rules/locales.make index

[ptxdist] [PATCH 8/9] xorgproto: license is X11, MIT, and BSD-2-Clause

2018-06-29 Thread Michael Tretter
The fontcache header is BSD-2-Clause licensed. All other headers are either MIT or X11 licensed. Signed-off-by: Michael Tretter --- rules/xorgproto.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/xorgproto.make b/rules/xorgproto.make index d1a106d28..0823a46ff

[ptxdist] [PATCH 3/9] gst-libav1: license is GPL-2.0-or-later and LGPL-2.0-or-later

2018-06-29 Thread Michael Tretter
Signed-off-by: Michael Tretter --- rules/gst-libav1.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/gst-libav1.make b/rules/gst-libav1.make index 26c2a695b..0e73d872f 100644 --- a/rules/gst-libav1.make +++ b/rules/gst-libav1.make @@ -23,7 +23,7 @@ GST_LIBAV1_SUFFIX

[ptxdist] [PATCH 7/9] xorg-lib-Xi: license is MIT and X11

2018-06-29 Thread Michael Tretter
Signed-off-by: Michael Tretter --- rules/xorg-lib-Xi.make | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/xorg-lib-Xi.make b/rules/xorg-lib-Xi.make index d4bed3be9..787304f88 100644 --- a/rules/xorg-lib-Xi.make +++ b/rules/xorg-lib-Xi.make @@ -24,6 +24,7 @@ XORG_LIB_XI_SUFFIX

[ptxdist] [PATCH] kernel: fix download url for release candidates

2019-01-09 Thread Michael Tretter
The check, if the release candidate needs to be downloaded from the git url, compares major and minor version numbers. It fails for Linux 5.0, because the minor is smaller than the minor of 4.12. Check for the minor version only if the major version is 4. Signed-off-by: Michael Tretter

[ptxdist] [PATCH] v4l-utils: version bump 1.14.0 -> 1.16.0

2019-01-09 Thread Michael Tretter
Signed-off-by: Michael Tretter --- rules/v4l-utils.make | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rules/v4l-utils.make b/rules/v4l-utils.make index 79b69db36..29b105c83 100644 --- a/rules/v4l-utils.make +++ b/rules/v4l-utils.make @@ -16,8 +16,8 @@ PACKAGES

[ptxdist] [PATCH] gstreamer1: optionally install gstcheck library

2019-04-05 Thread Michael Tretter
The GStreamer unit test library provides helpers for writing unit tests for GStreamer elements. The library include GstCheck for building a test suite and GstHarness for feeding test data to elements. Notably, gst-check does not enable the internal GStreamer unit tests. Signed-off-by: Michael

[ptxdist] [PATCH] uvc-gadget: add new package

2019-04-05 Thread Michael Tretter
The uvc-gadget application is a test application for streaming video data from a v4l2 capture device to a UVC gadget device that has been configured in the ConfigFS. Signed-off-by: Michael Tretter --- rules/uvc-gadget.in | 8 +++ rules/uvc-gadget.make | 55

[ptxdist] [PATCH] wlroots: add new package

2019-04-05 Thread Michael Tretter
wlroots is a modular Wayland compositor library, which is for example used by sway or the phosh and ships with the rootston example compositor. Signed-off-by: Michael Tretter --- rules/wlroots.in | 31 ++ rules/wlroots.make | 64

Re: [ptxdist] [PATCH 1/4] weston: bump version 5.0.0 -> 6.0.0

2019-03-29 Thread Michael Tretter
On Thu, 28 Mar 2019 10:32:07 +0100, Philipp Zabel wrote: > - switch build system to Meson > - weston-screenshooter is now installed in /usr/bin > - build and install debug tool > > Signed-off-by: Philipp Zabel > --- > rules/weston.make | 90 +++ > 1

[ptxdist] [PATCH] gst-plugins-bad1: fix installation of y4mdec plugin

2019-03-04 Thread Michael Tretter
The variable for plugins that shall be installed is GST_PLUGINS_BAD1_ENABLEP-y. Due to typo in the variable name, the y4mdec plugin is built, but not installed into the rootfs. Fix the typo to fix the installation of this plugin. Signed-off-by: Michael Tretter --- rules/gst-plugins-bad1.make

[ptxdist] [PATCH] nfs-utils: add patch to fix building with glibc 2.28

2019-02-15 Thread Michael Tretter
Signed-off-by: Michael Tretter --- ...003-fix-building-w-newer-C-libraries.patch | 79 +++ patches/nfs-utils-1.3.3/series| 3 +- 2 files changed, 81 insertions(+), 1 deletion(-) create mode 100644 patches/nfs-utils-1.3.3/0003-fix-building-w-newer-C

[ptxdist] [PATCH] gcc: aarch64: fix multi-os-directory

2019-06-20 Thread Michael Tretter
to the libs search directory, which is not filtered by ptxdist and will cause compile errors on programs that link against libffi. Signed-off-by: Michael Tretter --- .../0202-aarch64-change-paths-for-pure64.patch | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git

Re: [ptxdist] [PATCH] README: update

2019-09-02 Thread Michael Tretter
On Sun, 01 Sep 2019 23:04:56 +0200, Roland Hieber wrote: > When reading this README, the tarball was obviously already extracted, > so remove the very unclear section about how to get it. Anyway, anything > important is in the manual, which is linked later. I agree that the section is unclear,

Re: [ptxdist] [PATCH 20/73] xorg-app-xrandr: version bump 1.3.5 -> 1.5.1

2019-09-25 Thread Michael Tretter
On Tue, 24 Sep 2019 12:43:11 +0200, Björn Esser wrote: > Signed-off-by: Björn Esser > --- > rules/xorg-app-xrandr.make | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/rules/xorg-app-xrandr.make b/rules/xorg-app-xrandr.make > index 9ff8caf42..ab82da033 100644 > ---

Re: [ptxdist] [PATCH 70/73] xorg-server: version bump 1.17.2 -> 1.20.5

2019-09-25 Thread Michael Tretter
On Tue, 24 Sep 2019 12:44:01 +0200, Björn Esser wrote: > Also drop configuration options, that are > not available anymore. There are a few patches in patches/xorg-server-1.17.2. Please check if they are still required and either port them to 1.20.5 or remove them. Furthermore, compilation fails

Re: [ptxdist] [PATCH 06/73] host-xorg-lib-x11: enable xthreads

2019-09-25 Thread Michael Tretter
On Tue, 24 Sep 2019 12:42:57 +0200, Björn Esser wrote: > Signed-off-by: Björn Esser > --- > rules/host-xorg-lib-X11.make | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/rules/host-xorg-lib-X11.make b/rules/host-xorg-lib-X11.make > index 638ef6272..7c43738cd 100644 > ---

[ptxdist] [PATCH] pkg-config-wrapper: remove sysroot only from specified variables

2019-10-08 Thread Michael Tretter
. Signed-off-by: Michael Tretter --- scripts/pkg-config-wrapper | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/pkg-config-wrapper b/scripts/pkg-config-wrapper index d9e111d6c..79018c63c 100755 --- a/scripts/pkg-config-wrapper +++ b/scripts/pkg-config-wrapper

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

2020-02-24 Thread Michael Tretter
ad Fatoum Tested-by: Michael Tretter > --- > v2 -> v3: > - sorted version and md5 Kconfig options to top (mol) > - Added trailing spaces to align arrow after main prompt (mol) > - Changed TF_A_VERSION help text to indicate that the version can be any > g

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

2020-02-17 Thread Michael Tretter
On Wed, 12 Feb 2020 17:40:33 +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). I successfully built the TF-A BL31 for the ZynqMP using this rule. However, I saw that the TF-A

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.

[ptxdist] [PATCH] u-boot-tools: version bump 2019.01 -> 2020.04

2020-04-14 Thread Michael Tretter
the "sdl2-config: Command not found" messages when building the tools. Use the documented envtools top-level command to build the target tools instead of calling the Makefile in the tools/env directory. Signed-off-by: Michael Tretter --- rules/host-u-boot-tools.make | 2 +- rules/u-boot-

[ptxdist] [PATCH] binutils: add license information

2020-04-16 Thread Michael Tretter
Signed-off-by: Michael Tretter --- rules/binutils.make | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/binutils.make b/rules/binutils.make index ca1080bc811d..094347e3f8bf 100644 --- a/rules/binutils.make +++ b/rules/binutils.make @@ -22,6 +22,7 @@ BINUTILS_SUFFIX

Re: [ptxdist] [PATCH] binutils: add license information

2020-04-17 Thread Michael Tretter
On Fri, Apr 17, 2020 at 08:47:34AM +0200, Michael Olbrich wrote: > On Thu, Apr 16, 2020 at 10:43:19AM +0200, Michael Tretter wrote: > > Signed-off-by: Michael Tretter > > --- > > rules/binutils.make | 1 + > > 1 file changed, 1 insertion(+) > > > > d

[ptxdist] [PATCH] apitrace: new package

2020-10-16 Thread Michael Tretter
Signed-off-by: Michael Tretter --- ...E_INSTALL_LIBDIR-for-LIB_INSTALL_DIR.patch | 49 + patches/apitrace-9.0/series | 4 ++ rules/apitrace.in | 11 +++ rules/apitrace.make | 72 +++ 4 files

[ptxdist] [PATCH] host-dtc: add missing dependency host-flex

2020-08-27 Thread Michael Tretter
Building the dtc fails if flex is not installed. As ptxdist requires flex as build dependency, the host usually already has flex and the missing dependency is hidden. Add host-flex as a explicit dependency for host-dtc. Signed-off-by: Michael Tretter --- platforms/host-dtc.in | 1 + 1 file

[ptxdist] [PATCH 1/2] valgrind: version bump 3.14.0 -> 3.16.1

2021-01-08 Thread Michael Tretter
Also switch to the new download URL that is referenced on the valgrind Current Releases page. Signed-off-by: Michael Tretter --- rules/valgrind.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/valgrind.make b/rules/valgrind.make index dd168fb54228

[ptxdist] [PATCH 2/2] valgrind: enable build for arm64

2021-01-08 Thread Michael Tretter
Valgrind supports ARM64/Linux. Allow to build it on ARM64 systems. Signed-off-by: Michael Tretter --- rules/valgrind.make | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/valgrind.make b/rules/valgrind.make index aeabf825e64b..9662b4b9b6b0 100644 --- a/rules/valgrind.make +++ b/rules

[ptxdist] [PATCH] uvc-gadget: version bump 58f5ddeb -> 105134f9

2021-01-08 Thread Michael Tretter
The update adds MJPG support to the uvc-gadget. Furthermore, document that the version is just a fake commitish. Signed-off-by: Michael Tretter --- rules/uvc-gadget.make | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rules/uvc-gadget.make b/rules/uvc-gadget.make index

[ptxdist] [PATCH v2 1/2] valgrind: version bump 3.14.0 -> 3.16.1

2021-01-11 Thread Michael Tretter
Also switch to the new download URL that is referenced on the valgrind Current Releases page. Signed-off-by: Michael Tretter --- Changelog: v2: Include patches in version bump --- ...configure.ac-allow-all-arm-don-t-restrict-to-armv7.patch | 2 +- ...0002-make-kernel-version-a-autoconf-cache

[ptxdist] [PATCH v2 2/2] valgrind: enable build for arm64

2021-01-11 Thread Michael Tretter
Valgrind supports ARM64/Linux. Allow to build it on ARM64 systems. Signed-off-by: Michael Tretter --- rules/valgrind.make | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/valgrind.make b/rules/valgrind.make index aeabf825e64b..9662b4b9b6b0 100644 --- a/rules/valgrind.make +++ b/rules

Re: [ptxdist] [PATCH 1/2] valgrind: version bump 3.14.0 -> 3.16.1

2021-01-11 Thread Michael Tretter
On Mon, 11 Jan 2021 08:25:38 +0100, Michael Olbrich wrote: > On Fri, Jan 08, 2021 at 04:39:31PM +0100, Michael Tretter wrote: > > Also switch to the new download URL that is referenced on the valgrind > > Current Releases page. > > There are patches for the old version.

[ptxdist] [PATCH] rauc: ignore sysroot in dbus-1 interfaces_dir variable

2021-01-18 Thread Michael Tretter
Rauc uses pkg-config to get the interfaces_dir, i.e., the path, where to install the dbus interface description. This path must not contain the sysroot directory, because files will be installed into this path in the package. Signed-off-by: Michael Tretter --- rules/rauc.make | 4 +++- 1 file

[ptxdist] [PATCH] seatd: new package

2021-06-16 Thread Michael Tretter
Signed-off-by: Michael Tretter --- .../usr/lib/systemd/system/seatd.service | 8 ++ rules/seatd.in| 30 rules/seatd.make | 76 +++ 3 files changed, 114 insertions(+) create mode 100644 projectroot/usr

[ptxdist] [PATCH] cross-nasm: ignore license for !x86

2021-06-22 Thread Michael Tretter
The package is not build on !x86 systems, but the license still appears in the license report as unknown. Ignore the license, if the package is selected but not built. Signed-off-by: Michael Tretter --- rules/cross-nasm.make | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rules/cross

[ptxdist] [PATCH] host-extract-cert: version bump 0.2 -> 0.3

2021-06-22 Thread Michael Tretter
Add the license and the license file, too. Signed-off-by: Michael Tretter --- rules/host-extract-cert.make | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/rules/host-extract-cert.make b/rules/host-extract-cert.make index df7599011a71..3511aef3b21c 100644 --- a/rules

[ptxdist] [PATCH] libusbgx: fix license

2021-06-22 Thread Michael Tretter
libusbgx is licensed under GPL v2 or later and LGPL v2.1 or later. Fix the SPDX identifier and add the license files. Signed-off-by: Michael Tretter --- rules/libusbgx.make | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rules/libusbgx.make b/rules/libusbgx.make index

Re: [ptxdist] [PATCH] seatd: new package

2021-06-17 Thread Michael Tretter
On Wed, 16 Jun 2021 14:08:46 +0200, Michael Olbrich wrote: > On Wed, Jun 16, 2021 at 12:55:09PM +0200, Michael Tretter wrote: > > Signed-off-by: Michael Tretter > > --- > > .../usr/lib/systemd/system/seatd.service | 8 ++ > > rules/seatd.in

[ptxdist] [PATCH v3] ntfs-3g: new package

2021-06-07 Thread Michael Tretter
The NTFS-3G driver is an open source, freely available NTFS driver for Linux with read and write support. Signed-off-by: Michael Tretter --- v3: - add README (partially), COPYING, and COPYING.LIB to LICENSE_FILES v2: - remove CREDITS - remove setting of conf env in prepare - fix comment

Re: [ptxdist] [RFC] Add DTB overlay handling to ptxdist

2021-06-03 Thread Michael Tretter
On Wed, 02 Jun 2021 14:19:10 +0200, Christian Melki wrote: > The only real difference here is that the symbol handling > must always be present. Hence "-@" for default extra arg. > Make paths variable but default to boot for the old dtb behavior. > There is a lot of duplication going on here, but

[ptxdist] [PATCH] ntfs-3g: new package

2021-05-28 Thread Michael Tretter
The NTFS-3G driver is an open source, freely available NTFS driver for Linux with read and write support. Signed-off-by: Michael Tretter --- rules/ntfs-3g.in | 11 ++ rules/ntfs-3g.make | 88 ++ 2 files changed, 99 insertions(+) create mode

[ptxdist] [PATCH] ntfs-3g: new package

2021-06-01 Thread Michael Tretter
The NTFS-3G driver is an open source, freely available NTFS driver for Linux with read and write support. Signed-off-by: Michael Tretter --- v2: - remove CREDITS - remove setting of conf env in prepare - fix comment in targetinstall --- rules/ntfs-3g.in | 11 ++ rules/ntfs-3g.make | 84

[ptxdist] [PATCH 2/2] host-ptx-code-signing-dev: ignore in license report

2021-06-24 Thread Michael Tretter
The package consists of a script based on the code signing template in PTXdist and a few keys. It should be ignored in the license report. Signed-off-by: Michael Tretter --- rules/host-ptx-code-signing-dev.make | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/host-ptx-code-signing

[ptxdist] [PATCH 1/2] template: code-signing-provider: ignore in license report

2021-06-24 Thread Michael Tretter
If the template is used to create a code-signing-provider, an example script will be put into local_src. This script can be ignored in the license report. Signed-off-by: Michael Tretter --- rules/templates/template-code-signing-provider-make | 1 + 1 file changed, 1 insertion(+) diff --git

[ptxdist] [PATCH v2] seatd: new package

2021-07-09 Thread Michael Tretter
Signed-off-by: Michael Tretter --- Changelog: v2: - fix dependency of SEATD_SEATD_SYSTEMD_UNIT - add help text for SEATD_SEATD --- .../usr/lib/systemd/system/seatd.service | 8 ++ rules/seatd.in| 35 + rules/seatd.make

[ptxdist] [PATCH] blspec-entry: fix device tree based generation

2021-08-03 Thread Michael Tretter
KERNEL_DTB is just the option to enable the device tree generation. The actual dts files are stored in KERNEL_DTS. Fixes: f50cd144 ("rework device-tree handling") Signed-off-by: Michael Tretter --- rules/blspec-entry.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --g

Re: [ptxdist] [RFC] Add DTB overlay handling to ptxdist

2021-08-09 Thread Michael Tretter
On Fri, 06 Aug 2021 13:42:33 +0200, Christian Melki wrote: > On 8/4/21 9:10 AM, Michael Olbrich wrote: > > On Thu, Jun 03, 2021 at 12:43:10PM +0200, Christian Melki wrote: > >> On 6/3/21 9:21 AM, Michael Tretter wrote: > >>> On Wed, 02 Jun 2021 14:19:1

Re: [ptxdist] [PATCH] rules/weston.make: Add kiosk shell install rule.

2021-09-28 Thread Michael Tretter
On Thu, 16 Sep 2021 16:26:25 +0200, Christian Melki wrote: > Seems the kiosk shell was forgotten about during installation. > Defined, built but never installed? > Add install rule. > > Signed-off-by: Christian Melki Reviewed-by: Michael Tretter > --- > rules/weston.m

[ptxdist] [PATCH] weston: version bump 9.0.0 -> 10.0.0

2022-02-04 Thread Michael Tretter
by Weston instead of generating it in the rule file Signed-off-by: Michael Tretter --- rules/weston.in | 36 ++-- rules/weston.make | 31 +-- 2 files changed, 31 insertions(+), 36 deletions(-) diff --git a/rules/weston.in b/rules/weston.in

Re: [ptxdist] [PATCH] weston: version bump 9.0.0 -> 10.0.0

2022-02-04 Thread Michael Tretter
On Fri, 04 Feb 2022 13:31:34 +0100, Michael Olbrich wrote: > On Fri, Feb 04, 2022 at 11:29:16AM +0100, Michael Tretter wrote: > > Drop the WESTON_DRM_COMPOSITOR option and always build the drm backend. > > It was unconditionally selected as the default anyway and not building

[ptxdist] [PATCH v2] weston: version bump 9.0.0 -> 10.0.0

2022-02-07 Thread Michael Tretter
by Weston instead of generating it in the rule file Signed-off-by: Michael Tretter --- Changelog: v2: - fix dependency on LIBDRM, UDEV, and UDEV_LIBUDEV - remove default n from WESTON_DEPRECATED_WL_SHELL - add prompt for WESTON_SEATD --- rules/weston.in | 36

[ptxdist] [PATCH] gt: version bump 31b13554... -> 2021-09-30-g7247547a

2022-01-06 Thread Michael Tretter
for gt. Signed-off-by: Michael Tretter --- rules/gt.make | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rules/gt.make b/rules/gt.make index 5fc40c2e247a..53deaba5a4c1 100644 --- a/rules/gt.make +++ b/rules/gt.make @@ -14,8 +14,9 @@ PACKAGES-$(PTXCONF_GT) += gt

[ptxdist] [PATCH 1/2] kernel: don't use libtraceevent for perf

2023-08-23 Thread Michael Tretter
Signed-off-by: Michael Tretter --- rules/kernel.make | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/kernel.make b/rules/kernel.make index e70af54e6137..17255baae387 100644 --- a/rules/kernel.make +++ b/rules/kernel.make @@ -222,6 +222,7 @@ KERNEL_TOOL_PERF_OPTS

[ptxdist] [PATCH 2/2] kernel: disable jevents support in perf

2023-08-23 Thread Michael Tretter
Signed-off-by: Michael Tretter --- rules/kernel.make | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/kernel.make b/rules/kernel.make index 17255baae387..59ecdf19973f 100644 --- a/rules/kernel.make +++ b/rules/kernel.make @@ -214,6 +214,7 @@ KERNEL_TOOL_PERF_OPTS

[ptxdist] [PATCH] pipewire: disable v4l2 integration

2022-04-21 Thread Michael Tretter
. Signed-off-by: Michael Tretter --- rules/pipewire.make | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/rules/pipewire.make b/rules/pipewire.make index 9fd3d4d40658..495c5188687c 100644 --- a/rules/pipewire.make +++ b/rules/pipewire.make @@ -75,7 +75,7 @@ PIPEWIRE_CONF_OPT

[ptxdist] [PATCH] ptxd_make_world_license: skip ignore in license report

2022-04-26 Thread Michael Tretter
The yaml contains packages with an ignored license. These packages are removed from the license-compliance.pdf, but they must be removed from the license-report.pdf as well. Signed-off-by: Michael Tretter --- scripts/lib/ptxd_make_license_report.sh | 2 +- 1 file changed, 1 insertion(+), 1

[ptxdist] [PATCH] template-src-linux-driver: add HOST_SYSTEM_PYTHON3 dependency

2022-07-04 Thread Michael Tretter
Signed-off-by: Michael Tretter --- rules/templates/template-src-linux-driver-in | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/templates/template-src-linux-driver-in b/rules/templates/template-src-linux-driver-in index 7cb61c87cd46..4d0463a9f3f0 100644 --- a/rules/templates/template

[ptxdist] [PATCH 1/3] weston: select WESTON_GL for PipeWire plugin

2022-09-23 Thread Michael Tretter
Like the remoting plugin the PipeWire plugin uses DRM virtual, which requires the renderer-gl. Select WESTON_GL to avoid the error during configure. Signed-off-by: Michael Tretter --- rules/weston.in | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/weston.in b/rules/weston.in index

[ptxdist] [PATCH 3/3] weston: version bump 10.0.2 -> 11.0.0

2022-09-23 Thread Michael Tretter
Bump Weston to version 11.0.0 The fbdev backend and the wl_shell support have been removed. Remove the config items, too. weston-info has been replaced by wayland-info. Enable WAYLAND_UTILS to get wayland-info. libweston-desktop has been merged into libweston. Signed-off-by: Michael Tretter

[ptxdist] [PATCH 2/3] weston: add missing license file

2022-09-23 Thread Michael Tretter
Add the Weston license file with the md5 hash. Signed-off-by: Michael Tretter --- rules/weston.make | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/weston.make b/rules/weston.make index 552253a78cb9..adb24b0c739b 100644 --- a/rules/weston.make +++ b/rules/weston.make @@ -24,6 +24,7

[ptxdist] [PATCH] pulseaudio: fix targetinstall without daemon

2023-01-10 Thread Michael Tretter
directory is empty and not created. Signed-off-by: Michael Tretter --- rules/pulseaudio.make | 12 1 file changed, 12 insertions(+) diff --git a/rules/pulseaudio.make b/rules/pulseaudio.make index 4c1763028cdd..63c4d8e9af86 100644 --- a/rules/pulseaudio.make +++ b/rules/pulseaudio.make

[ptxdist] [PATCH] systemd: make default-net-naming-scheme configurable

2023-01-10 Thread Michael Tretter
atest" to use the naming scheme of the currently used systemd version. Signed-off-by: Michael Tretter --- rules/systemd.in | 8 rules/systemd.make | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/rules/systemd.in b/rules/systemd.in index 0818bf535866..17

[ptxdist] [PATCH v2] pulseaudio: fix targetinstall without daemon

2023-01-11 Thread Michael Tretter
-mixer module, there are no configuration files for the alsa-mixer and, thus, the usr/share/pulseaudio directory is empty and not created. Signed-off-by: Michael Tretter --- Changelog: v1 -> v2: - reorder targetinstall to have a single PXTCONF_PULSEAUDIO_DAEMON check - disable installat

[ptxdist] [PATCH] wireplumber: version bump 0.4.9 -> 0.4.12

2022-11-18 Thread Michael Tretter
Signed-off-by: Michael Tretter --- rules/wireplumber.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/wireplumber.make b/rules/wireplumber.make index 0b1de43d1a68..82f14baefe70 100644 --- a/rules/wireplumber.make +++ b/rules/wireplumber.make @@ -14,8 +14,8

  1   2   >