[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(+)

[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 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 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 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 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 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] 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] 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 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 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 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 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

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] 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 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 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 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 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 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] 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] 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] 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] 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 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] 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] 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

<    1   2