Re: [ptxdist] [PATCH v2 2/2] pipewire: version bump 1.0.1 -> 1.0.3

2024-05-15 Thread Michael Tretter
On Wed, 15 May 2024 09:04:24 +0200, Michael Riesch wrote: > https://gitlab.freedesktop.org/pipewire/pipewire/-/releases/1.0.3 > > Signed-off-by: Michael Riesch Reviewed-by: Michael Tretter > --- > rules/pipewire.make | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(

Re: [ptxdist] [PATCH v2 1/2] libcamera: version bump 0.0.5 -> 0.2.0

2024-05-15 Thread Michael Tretter
On Wed, 15 May 2024 09:04:23 +0200, Michael Riesch wrote: > Due to an API breakage in libcamera it may be necessary to update the > consumers of the library. One example is pipewire, which needs to be > updated to at least 1.0.2. > > Signed-off-by: Michael Riesch Reviewed-by:

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

2024-05-08 Thread Michael Tretter
On Wed, 08 May 2024 11:08:45 +0200, Uwe Kleine-König wrote: > This is required for perf (PTXCONF_KERNEL_TOOL_PERF) to work with > tracepoints and enable the subcommands kmem, kwork, lock, sched and > timechart. The perf recipe is adapted accordingly to make use of it. Nice. Thanks for the patch.

[ptxdist] [PATCH] rauc/image-rauc: move BUNDLE_VERSION to image-rauc

2024-04-10 Thread Michael Tretter
is not necessary and only the RAUC bundle should be rebuilt if the version has changed. Rename the config, as the move to the image moves the item from the ptxconfig to the platformconfig. Signed-off-by: Michael Tretter --- platforms/image-rauc.in | 7 +++ rules/image-rauc.make | 2 +- rules

[ptxdist] [PATCH] host-meson: ignore uic if it is not found

2024-03-15 Thread Michael Tretter
the dependencies. Signed-off-by: Michael Tretter --- ...04-HACK-don-t-fail-if-uic-is-missing.patch | 29 +++ patches/meson-1.3.0/series| 3 +- 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 patches/meson-1.3.0/0004-HACK-don-t-fail-if-uic

Re: [ptxdist] [PATCH 2/3] libcamera: version bump 0.0.5 -> 0.2.0

2024-03-05 Thread Michael Tretter
On Tue, 05 Mar 2024 11:51:35 +0100, Michael Riesch wrote: > Due to an API breakage in libcamera it may be necessary to update the > consumers of the library. One example is pipewire, which needs to be > updated to at least 1.0.2. > > Signed-off-by: Michael Riesch > --- > rules/libcamera.make |

[ptxdist] [PATCH] gst-plugins-bad1: select missing dependency of v4l2 codecs

2024-02-06 Thread Michael Tretter
The gstv4l2codecalphadecodebin element internally uses the codecalphademux element. Therefore, the codecalpha plugin is required, if the V4L2 codecs are enabled. Signed-off-by: Michael Tretter --- rules/gst-plugins-bad1.in | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/gst-plugins

[ptxdist] [PATCH] gst-plugins-rs: disable tests

2024-02-06 Thread Michael Tretter
The tests have a dependency on gstreamer-check. Explicitly disable the tests. Signed-off-by: Michael Tretter --- rules/gst-plugins-rs.make | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rules/gst-plugins-rs.make b/rules/gst-plugins-rs.make index 8cbba1d611c4..f90d94a6d923

[ptxdist] [PATCH] pulseaudio: select libltdl only if daemon is built

2024-01-30 Thread Michael Tretter
libltdl is used only by the daemon and the pulsecore library. It is not required if the daemon is disabled. Signed-off-by: Michael Tretter --- rules/pulseaudio.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/pulseaudio.in b/rules/pulseaudio.in index 8e87ef4651ef

[ptxdist] [PATCH 2/2] pipewire: fix readline support

2024-01-30 Thread Michael Tretter
Due to the missing PTXCONF_ prefix, pw-ctl was always built without readline support even though the rule looked like readline support was enabled. Furthermore, the readline dependency was pulled in. Add the PTXCONF_ prefix to actually enable readline support. Signed-off-by: Michael Tretter

[ptxdist] [PATCH 1/2] readline: fix pkg-config errors with NCURSES_WIDE_CHAR

2024-01-30 Thread Michael Tretter
is built with ncurses. Signed-off-by: Michael Tretter --- rules/readline.in | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/readline.in b/rules/readline.in index 036860409a56..7673ce7497eb 100644 --- a/rules/readline.in +++ b/rules/readline.in @@ -2,6 +2,7 @@ menuconfig READLINE

[ptxdist] [PATCH] gst-plugins-rs: select pango only for plugins that depend on it

2024-01-24 Thread Michael Tretter
Only the onvif and closedcaption plugins actually depend on Pango. Signed-off-by: Michael Tretter --- rules/gst-plugins-rs.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/gst-plugins-rs.in b/rules/gst-plugins-rs.in index 51c848533e0b..8db30f821060 100644 --- a/rules

[ptxdist] [PATCH 2/2] igt-gpu-tools: avoid installing all files in targetinstall

2023-12-04 Thread Michael Tretter
. As code_cov_parse_info is a Perl script, add Perl as a runtime dependency if the tests are enabled. Signed-off-by: Michael Tretter --- rules/igt-gpu-tools.in | 5 +++ rules/igt-gpu-tools.make | 75 ++-- 2 files changed, 77 insertions(+), 3 deletions(-) diff --git a/rules/igt

[ptxdist] [PATCH 1/2] igt-gpu-tools: limit blacklisting of BINDNOW to x86

2023-12-04 Thread Michael Tretter
The segfaults caused by BINDNOW are x86-specific. Limit the blacklisting to x86 systems and add further documentation, why BINDNOW has to be blacklisted. Signed-off-by: Michael Tretter --- rules/igt-gpu-tools.make | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git

[ptxdist] [PATCH] v4l-utils: version bump 1.24.1 -> 1.26.0

2023-11-27 Thread Michael Tretter
- Switch to meson build system - ir-keytable can be built without bpf support - Release tarball has changed to tar.xz Signed-off-by: Michael Tretter --- rules/v4l-utils.in | 1 + rules/v4l-utils.make | 63 2 files changed, 30 insertions(+), 34

[ptxdist] [PATCH] nbd: version bump 3.21 -> 3.25

2023-11-20 Thread Michael Tretter
Since release 3.25, the official releases of nbd are on GitHub and no longer uploaded to sourceforge. Support for the Sockets Direct Protocol (SDP) has been dropped from upstream since the protocol is deprecated. Signed-off-by: Michael Tretter --- rules/nbd.make | 7 +++ 1 file changed, 3

[ptxdist] [PATCH] sshpass: fix a few typos in help text

2023-11-17 Thread Michael Tretter
Signed-off-by: Michael Tretter --- rules/sshpass.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/sshpass.in b/rules/sshpass.in index b855016e2340..7c5fc5786e6d 100644 --- a/rules/sshpass.in +++ b/rules/sshpass.in @@ -4,13 +4,13 @@ config SSHPASS

[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 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] pipewire: version bump 0.3.76 -> 0.3.77

2023-08-08 Thread Michael Tretter
https://gitlab.freedesktop.org/pipewire/pipewire/-/releases/0.3.77 Signed-off-by: Michael Tretter --- ...referencing-pointer-to-incomplete-ty.patch | 56 --- patches/pipewire-0.3.76/series| 4 -- rules/pipewire.make | 4 +- 3 files

Re: [ptxdist] [PATCH] rauc: migrate to meson

2023-07-04 Thread Michael Tretter
RAUC_SOURCE. > This might be removed again when switching to the next release. > > Also, RAUC_CONF_ENV modification does not seem to be needed since all > installed paths look valid without it. > > Signed-off-by: Enrico Jorns Reviewed-by: Michael Tretter > --- > rules

Re: [ptxdist] [PATCH 2/3] rauc: extend and align option pinning with configure order

2023-07-04 Thread Michael Tretter
On Fri, 30 Jun 2023 22:49:26 +0200, Enrico Jorns wrote: > Adds missing pinned configuration options and fixes ordering between > create and service option. > > Signed-off-by: Enrico Jorns > --- > rules/host-rauc.make | 2 ++ > rules/rauc.make | 3 ++- > 2 files changed, 4 insertions(+), 1

[ptxdist] [PATCH] glibc: fix typo GLIBC_GCONF_BASE -> GLIBC_GCONV_BASE

2023-07-04 Thread Michael Tretter
Fix the typo in the config item to fix the grep for GCONV. Signed-off-by: Michael Tretter --- rules/glibc.in | 8 rules/glibc.make | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/rules/glibc.in b/rules/glibc.in index 345d59a306c8..2bcaa8893e64 100644

[ptxdist] [PATCH] wireplumber: version bump 0.4.13 -> 0.4.14

2023-07-04 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 2a537014abc7..07d3e3b6d0eb 100644 --- a/rules/wireplumber.make +++ b/rules/wireplumber.make @@ -14,8 +14,8

[ptxdist] [PATCH] weston: version bump 11.0.2 -> 12.0.0

2023-05-22 Thread Michael Tretter
Add config items for the new VNC and PipeWire backends. Release Announcement: https://lists.freedesktop.org/archives/wayland-devel/2023-May/042720.html Signed-off-by: Michael Tretter --- rules/weston.in | 11 +++ rules/weston.make | 16 2 files changed, 23

[ptxdist] [PATCH] systemd: match end0 interface in default network rule

2023-04-27 Thread Michael Tretter
. Signed-off-by: Michael Tretter --- .../usr/lib/systemd/network/{eth0.network => default.network} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename projectroot/usr/lib/systemd/network/{eth0.network => default.network} (80%) diff --git a/projectroot/usr/lib/systemd/network/eth0.n

[ptxdist] [PATCH] pulseaudio: fix rpath if daemon is not installed

2023-04-25 Thread Michael Tretter
The modules are installed only if the daemon is enabled and installed. If the daemon is disabled, the modules won't be installed and the path to the modules doesn't exist. Don't add the modules directory from the rpath if the directory doesn't exist. Signed-off-by: Michael Tretter --- rules

[ptxdist] [PATCH] barebox: add optional dependency to HOST_LZ4

2023-04-11 Thread Michael Tretter
barebox switched the default compression to lz4. Therefore, it needs the host lz4 to build with lz4 compression. Add the option to specify HOST_LZ4 as a dependency of barebox. Signed-off-by: Michael Tretter --- platforms/barebox.in | 9 + 1 file changed, 9 insertions(+) diff --git

[ptxdist] [PATCH] pipewire: version bump 0.3.64 -> 0.3.65

2023-02-01 Thread Michael Tretter
Signed-off-by: Michael Tretter --- rules/pipewire.make | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/rules/pipewire.make b/rules/pipewire.make index feae36ea9103..96738917141d 100644 --- a/rules/pipewire.make +++ b/rules/pipewire.make @@ -14,8 +14,8 @@ PACKAGES

[ptxdist] [PATCH 3/3] rootfs: add pipewire user and group

2023-01-25 Thread Michael Tretter
-by: Michael Tretter --- projectroot/etc/group | 5 +++-- projectroot/etc/passwd | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/projectroot/etc/group b/projectroot/etc/group index b1965e6c297f..8f0af165ec9b 100644 --- a/projectroot/etc/group +++ b/projectroot/etc/group @@ -18,9

[ptxdist] [PATCH 2/3] wireplumber: version bump 0.4.12 -> 0.4.13

2023-01-25 Thread Michael Tretter
Signed-off-by: Michael Tretter --- rules/wireplumber.make | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/rules/wireplumber.make b/rules/wireplumber.make index 82f14baefe70..2a537014abc7 100644 --- a/rules/wireplumber.make +++ b/rules/wireplumber.make @@ -14,8

[ptxdist] [PATCH 1/3] pipewire: version bump 0.3.60 -> 0.3.64

2023-01-25 Thread Michael Tretter
Signed-off-by: Michael Tretter --- rules/pipewire.make | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rules/pipewire.make b/rules/pipewire.make index cdb8c55596d9..feae36ea9103 100644 --- a/rules/pipewire.make +++ b/rules/pipewire.make @@ -14,8 +14,8 @@ PACKAGES

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

[ptxdist] [PATCH] stress-ng: version bump 0.11.15 -> 0.14.06

2022-11-04 Thread Michael Tretter
Fix the build with glibc 2.36: stress-context.c:38:16: error: variably modified 'stack_sig' at file scope make[1]: *** [Makefile:360: stress-context.o] Error 1 Signed-off-by: Michael Tretter --- rules/stress-ng.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions

[ptxdist] [PATCH] pipewire: allow to enable libcamera plugin

2022-11-01 Thread Michael Tretter
Add a configuration item to enable libcamera support. Make it configurable to avoid always pulling libcamera as a dependency. Signed-off-by: Michael Tretter --- rules/pipewire.in | 5 + rules/pipewire.make | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/rules

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

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

[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

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

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

[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

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

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

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

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

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

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

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

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

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

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

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

[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

[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

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

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

  1   2   >