[ptxdist] [PATCH v2] blspec-entry: add linux-appendroot support

2023-02-10 Thread Marco Felsch
Add the option to add the 'linux-appendroot true' to blspec config file which is very useful in case of using barebox as bootlaoder. Signed-off-by: Marco Felsch --- Hi, the v1 of this patch can be found here: https://lore.ptxdist.org/ptxdist/20220901085941.2597793-1-m.fel...@peng

Re: [ptxdist] Prepare Image for Raspberry Pi 4

2022-11-15 Thread Marco Felsch
; Lead Engineer-Firmware Engineering > Drilling Services > Baker Hughes > > > -Original Message- > From: ptxdist On Behalf Of Marco Felsch > Sent: Tuesday, November 15, 2022 3:11 PM > To: ptxdist@pengutronix.de > Cc: Robert Schwebel ; Michael Olbrich > ; distro...@pengu

Re: [ptxdist] Prepare Image for Raspberry Pi 4

2022-11-15 Thread Marco Felsch
Hi, On 22-11-15, Joshi, Pranay wrote: > Hi Marco, > > Thanks for response. > > Please find attached error logs for more detail. Thanks for the error log. > Read start_cd.elf bytes 685540 hnd 0x > Read fixup_cd.dat bytes 2657 hnd 0x

Re: [ptxdist] Prepare Image for Raspberry Pi 4

2022-11-14 Thread Marco Felsch
Hi Pranay, On 22-11-14, Joshi, Pranay wrote: > Any help on below query? I'm not aware of the DistroKit integration nor the Barebox integration, but maybe I can support you since Ahmad is on vacation. Please see my question below. > From: Joshi, Pranay > Sent: Monday, November 7, 2022 5:09 PM >

[ptxdist] [PATCH] pixman: version bump 0.42.0 -> 0.42.2

2022-11-09 Thread Marco Felsch
Version 0.42.0 forgot to include the new 'a64-neon-test.S' test file and so the prepare step will fail for aarch64 systems. The 0.42.2 will deliver this file apart other fixes. Signed-off-by: Marco Felsch --- rules/pixman.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletion

Re: [ptxdist] [PATCH v2 1/1] libcamera: new package

2022-09-14 Thread Marco Felsch
On 22-09-13, Michael Olbrich wrote: > On Tue, Sep 13, 2022 at 03:53:21PM +0200, Marco Felsch wrote: > > Hi Matthias, ... > > > + select QT5 if LIBCAMERA_QCAM > > > + select QT5_MODULE_QTBASEif LIBCAMERA_QCAM > >

Re: [ptxdist] [PATCH v2 1/1] libcamera: new package

2022-09-14 Thread Marco Felsch
Hi Matthias, On 22-09-14, Matthias Fend wrote: > Hi Marco, > > Am 13.09.2022 um 15:53 schrieb Marco Felsch: > > Hi Matthias, > > > > thanks for working on this, I also have a libcamera package here :) and > > want to share a few findings. > >

Re: [ptxdist] [PATCH v2 1/1] libcamera: new package

2022-09-13 Thread Marco Felsch
Hi Matthias, thanks for working on this, I also have a libcamera package here :) and want to share a few findings. On 22-09-11, Matthias Fend wrote: > libcamera is an open source camera stack and framework for Linux, Android, > and ChromeOS. > > Signed-off-by: Matthias Fend > --- > ...t-inform

Re: [ptxdist] [PATCH 1/3] blspec-entry: add linux-appendroot support

2022-09-02 Thread Marco Felsch
On 22-09-02, Michael Olbrich wrote: > On Fri, Sep 02, 2022 at 10:03:42AM +0200, Marco Felsch wrote: > > On 22-09-02, Michael Olbrich wrote: > > > On Thu, Sep 01, 2022 at 10:59:39AM +0200, Marco Felsch wrote: > > > > Add a Kconfig switch to set the linxu-appendroot op

Re: [ptxdist] [PATCH 1/3] blspec-entry: add linux-appendroot support

2022-09-02 Thread Marco Felsch
Hi Michael, On 22-09-02, Michael Olbrich wrote: > On Thu, Sep 01, 2022 at 10:59:39AM +0200, Marco Felsch wrote: > > Add a Kconfig switch to set the linxu-appendroot option to true. This > > can be very useful for the Barebox bootloader. > > > > Signed-off-by: Marco Fel

[ptxdist] [PATCH 3/3] host-system-python3: order options alphabetical

2022-09-01 Thread Marco Felsch
No functional changes. Signed-off-by: Marco Felsch --- rules/host-system-python3.in | 6 +++--- rules/host-system-python3.make | 12 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/rules/host-system-python3.in b/rules/host-system-python3.in index 21d02e9e7

[ptxdist] [PATCH 2/3] host-system-python3: add ply and pyyaml option

2022-09-01 Thread Marco Felsch
Signed-off-by: Marco Felsch --- rules/host-system-python3.in | 6 ++ rules/host-system-python3.make | 12 2 files changed, 18 insertions(+) diff --git a/rules/host-system-python3.in b/rules/host-system-python3.in index 4be968f43..21d02e9e7 100644 --- a/rules/host-system

[ptxdist] [PATCH 1/3] blspec-entry: add linux-appendroot support

2022-09-01 Thread Marco Felsch
Add a Kconfig switch to set the linxu-appendroot option to true. This can be very useful for the Barebox bootloader. Signed-off-by: Marco Felsch --- platforms/blspec-entry.in | 10 ++ projectroot/loader/entries/default.conf | 1 + rules/blspec-entry.make

[ptxdist] [PATCH 2/2] util-linux-ng: add pivot_root option

2021-07-15 Thread Marco Felsch
Signed-off-by: Marco Felsch --- rules/util-linux-ng.in | 10 ++ rules/util-linux-ng.make | 5 - 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/rules/util-linux-ng.in b/rules/util-linux-ng.in index e34d59a0d..df493d529 100644 --- a/rules/util-linux-ng.in +++ b/rules

[ptxdist] [PATCH 1/2] util-linux-ng: add switch_root option

2021-07-15 Thread Marco Felsch
Signed-off-by: Marco Felsch --- rules/util-linux-ng.in | 11 +++ rules/util-linux-ng.make | 5 - 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/rules/util-linux-ng.in b/rules/util-linux-ng.in index 9586ff60b..e34d59a0d 100644 --- a/rules/util-linux-ng.in +++ b

[ptxdist] [PATCH] v4l-utils: drop libv4l2 dependency for v4l2-compliance/ctl

2021-05-27 Thread Marco Felsch
Since upstream commit bb28f870 ("v4l2-compliance/ctl: drop libv4l2 dependency if NO_LIBV4L2 is defined") both tools can be build without libv4l2. Signed-off-by: Marco Felsch --- rules/v4l-utils.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/rules/v4l-utils.in b/rules/v4l-util

Re: [ptxdist] [PATCH 2/2] libcamera: Add package

2021-05-03 Thread Marco Felsch
On 21-05-03 12:27, Marco Felsch wrote: > Hi all, > > a few nits on this. > > On 21-03-22 14:48, Marian Cichy wrote: ... > > +config LIBCAMERA_TRACING > > + bool > > + prompt "Enable tracing" If enabled it causes an error, that 'lttng-ust

Re: [ptxdist] [PATCH 2/2] libcamera: Add package

2021-05-03 Thread Marco Felsch
Hi all, a few nits on this. On 21-03-22 14:48, Marian Cichy wrote: > libcamera is a new library to ease usage and configuration for > camera devices. > > Currently, libcamera has no release tags. This version is based on > commit 5154e14b from 2021-03-22. > > Signed-off-by: Marian Cichy > ---

[ptxdist] [PATCH 4/4] wpewebkit: add runtime logging support

2021-03-29 Thread Marco Felsch
To enable 'Release' builds with logging support we need to override the LOG_DISABLED define else logging is only enabled for 'Debug' builds. Signed-off-by: Marco Felsch --- rules/wpewebkit.in | 7 +++ rules/wpewebkit.make | 4 2 files changed, 11 insertions(+)

[ptxdist] [PATCH 3/4] cog: version bump 0.8.0 -> 0.8.1

2021-03-29 Thread Marco Felsch
. 8<- Signed-off-by: Marco Felsch --- rules/cog.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/cog.make b/rules/cog.make index 876909cc5..758b4f7f4 100644 --- a/rules/cog.make +++ b/rules/cog.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_COG) += cog # #

[ptxdist] [PATCH 1/4] wpewebkit: version bump 2.30.5 -> 2.30.6

2021-03-29 Thread Marco Felsch
The upstream release notes are: 8<-- - Update User-Agent quirks again for Google Docs and Google Drive. - Fix several crashes and rendering issues. 8<-- Signed-off-by:

[ptxdist] [PATCH 2/4] wpebackend-fdo: version bump 1.8.1 -> 1.8.2

2021-03-29 Thread Marco Felsch
. 8<--- Signed-off-by: Marco Felsch --- rules/wpebackend-fdo.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/wpebackend-fdo.make b/rules/wpebackend-fdo.make index 7038b2a75..339f44320 100644 --- a/rules/wpebackend-fdo.make +++ b/rules/wpebackend-fdo.make @@ -14,9

[ptxdist] [PATCH] systemd-netlogd: add new package

2021-03-05 Thread Marco Felsch
The systemd-netlogd can be used to stream the syslog to a remote device. For more information see: https://github.com/systemd/systemd-netlogd. Signed-off-by: Marco Felsch --- .../0001-meson-fix-gettid-detection.patch | 29 + ...n-to-disable-the-documentation-build.patch | 38

[ptxdist] [PATCH] systemd: fix installation of 60-input-id.rules

2021-03-05 Thread Marco Felsch
This rule has a two lines: - one for the builtin "input_id" command and - one for the hwdb command. Only the second requires the hwdb. The first command can run without the hwdb and is necessary to tag the event devices correctly for the usage with libinput. Signed-off-by: Ma

[ptxdist] [PATCH] cog: version bump 0.7.1 -> 0.8.0

2020-11-19 Thread Marco Felsch
Signed-off-by: Marco Felsch --- rules/cog.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/cog.make b/rules/cog.make index a0587a8d5..270fcd824 100644 --- a/rules/cog.make +++ b/rules/cog.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_COG) += cog # # Paths and

[ptxdist] [PATCH] zstd: remove libzstd targetinstall option

2020-08-12 Thread Marco Felsch
libzstd while on it. Signed-off-by: Marco Felsch --- rules/mesalib.in| 1 - rules/squashfs-tools.in | 1 - rules/zstd.in | 7 --- rules/zstd.make | 5 ++--- 4 files changed, 2 insertions(+), 12 deletions(-) diff --git a/rules/mesalib.in b/rules/mesalib.in index 4d87d0e61

Re: [ptxdist] [PATCH] systemd: fix zstd deps

2020-08-12 Thread Marco Felsch
On 20-08-12 12:14, Marco Felsch wrote: > Our zstd package is a lot more fine granular only selecting the the zstd > package does nothing. Instead we need to tell ptxdist that the zstdlib > must be installed too else systemd fails with: > 'error while loading shared librar

[ptxdist] [PATCH] systemd: fix zstd deps

2020-08-12 Thread Marco Felsch
le or directory' Signed-off-by: Marco Felsch --- rules/systemd.in | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/systemd.in b/rules/systemd.in index bd848b372..1206a30de 100644 --- a/rules/systemd.in +++ b/rules/systemd.in @@ -22,6 +22,7 @@ menuconfig SYSTEMD select XZ

Re: [ptxdist] [PATCH] systemd: version bump 245.6 -> 246

2020-07-30 Thread Marco Felsch
On 20-07-31 07:45, Robert Schwebel wrote: > On Fri, Jul 31, 2020 at 07:26:31AM +0200, Marco Felsch wrote: > > On 20-07-30 22:58, Robert Schwebel wrote: > > > > ... > > > > > +config SYSTEMD_ZSTD > > > + bool > > > + prompt "ZSTD compre

Re: [ptxdist] [PATCH] systemd: version bump 245.6 -> 246

2020-07-30 Thread Marco Felsch
Hi Robert, On 20-07-30 22:58, Robert Schwebel wrote: ... > +config SYSTEMD_ZSTD > + bool > + prompt "ZSTD compressed journal support" Do we have a target zstd lib which should be selected here or does systemd have its own lib? Regards, Marco _

[ptxdist] [PATCH 1/2] cog: version bump to 0.7.1

2020-07-02 Thread Marco Felsch
The patch was merged upstream by commit: 30b13be ("cmake: Fix passing -DWAYLAND_PROTOCOLS= on command line") Signed-off-by: Marco Felsch --- ...g-DWAYLAND_PROTOCOLS-on-command-line.patch | 103 -- patches/cog-0.6.0/series | 4 - rule

[ptxdist] [PATCH 2/2] wpewebkit: version bump to 2.28.2

2020-07-02 Thread Marco Felsch
Signed-off-by: Marco Felsch --- rules/wpewebkit.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/wpewebkit.make b/rules/wpewebkit.make index 075e5cd6c..823b8b756 100644 --- a/rules/wpewebkit.make +++ b/rules/wpewebkit.make @@ -14,8 +14,8 @@ PACKAGES

Re: [ptxdist] [PATCH] barebox: add option to specify barebox image patterns

2020-06-19 Thread Marco Felsch
On 20-06-19 08:05, Michael Olbrich wrote: > On Tue, Jun 16, 2020 at 12:56:18AM +0200, Marco Felsch wrote: > > Allow users to specify other barebox image naming schemes. Now users can > > specify a list of: > > - unique image names and/or > > - matching na

[ptxdist] [PATCH] barebox: install imx-usb-loader host-tool

2020-06-18 Thread Marco Felsch
Install the tool into the sysroot-host if it was enabled in the bareboxconfig. Signed-off-by: Marco Felsch --- rules/barebox.make | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rules/barebox.make b/rules/barebox.make index 65bb8251e..578cdac2f 100644 --- a/rules

Re: [ptxdist] [PATCH] barebox: add option to specify barebox image patterns

2020-06-16 Thread Marco Felsch
Hi Bastian, Roland, thanks for the quick response and comments :) On 20-06-16 10:34, Bastian Krause wrote: > > On 6/16/20 10:02 AM, Roland Hieber wrote: > > On Tue, Jun 16, 2020 at 12:56:18AM +0200, Marco Felsch wrote: > >> Allow users to specify other barebox image nami

[ptxdist] [PATCH] barebox: add option to specify barebox image patterns

2020-06-15 Thread Marco Felsch
d from the $(IMAGEDIR). Signed-off-by: Marco Felsch --- platforms/barebox.in | 9 + rules/barebox.make | 19 +-- 2 files changed, 22 insertions(+), 6 deletions(-) diff --git a/platforms/barebox.in b/platforms/barebox.in index 526d7ede4..b92cf485e 100644 --- a/platforms/

Re: [ptxdist] [PATCH 2/2] tslib: convert to install_tree

2020-04-17 Thread Marco Felsch
On 20-04-17 08:36, Michael Olbrich wrote: > On Fri, Apr 10, 2020 at 12:35:15PM +0200, Marco Felsch wrote: > > Convert manual plugin search function to install_tree call to clean up > > the recipe. > > > > Signed-off-by: Marco Felsch > > --- > > Hi Micha

Re: [ptxdist] [PATCH 2/2] tslib: convert to install_tree

2020-04-10 Thread Marco Felsch
On 20-04-10 12:51, Marco Felsch wrote: > On 20-04-10 12:35, Marco Felsch wrote: > > Convert manual plugin search function to install_tree call to clean up > > the recipe. > > > > Signed-off-by: Marco Felsch > > --- > > Hi Michael, > > > >

Re: [ptxdist] [PATCH 2/2] tslib: convert to install_tree

2020-04-10 Thread Marco Felsch
On 20-04-10 12:35, Marco Felsch wrote: > Convert manual plugin search function to install_tree call to clean up > the recipe. > > Signed-off-by: Marco Felsch > --- > Hi Michael, > > this patch can be squashed with the 1st if you want. Damn didn't re-compiled

Re: [ptxdist] [RFC PATCH 1/3] qt5: version bump 5.12.6 -> 5.14.1

2020-04-10 Thread Marco Felsch
Hi Michael, there was a build issue if we enable the tslib support which is fixed by the tslib version bump patch. So can you give those patches here a new try? Regards, Marco On 20-03-12 12:35, Marco Felsch wrote: > This patch ports qt5 from version 5.12.6 to 5.14.1. > > Patch &

[ptxdist] [PATCH 2/2] tslib: convert to install_tree

2020-04-10 Thread Marco Felsch
Convert manual plugin search function to install_tree call to clean up the recipe. Signed-off-by: Marco Felsch --- Hi Michael, this patch can be squashed with the 1st if you want. Regards, Marco rules/tslib.make | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/rules

[ptxdist] [PATCH 1/2] tslib: version bump 1.1 -> 1.21

2020-04-10 Thread Marco Felsch
) replaces this patch. Signed-off-by: Marco Felsch --- ...inst-main-library-to-allow-dynamic-l.patch | 23 --- .../0002-ts_test-clear-screen-on-exit.patch | 36 -- ...03-input-raw-call-check_fd-only-once.patch | 22 --- patches/tslib-1.1/autogen.sh

[ptxdist] [RFC PATCH 1/3] qt5: version bump 5.12.6 -> 5.14.1

2020-03-12 Thread Marco Felsch
ts support QtSpeech & Qt3DQuick: - both got new options which are disabled for now till they are needed. [1] https://github.com/qt/qtbase/commit/9864d2c6f3b628ca9f07a56b197e77bd43931cca#diff-ed4563d8a1bafa2ed47afdccc9035d72 Signed-off-by: Marco Felsch --- ...0107-HACK-don-t-resolv-library-pa

[ptxdist] [RFC PATCH 2/3] qt5: drop qtdeclarative opengl dependency

2020-03-12 Thread Marco Felsch
and the module isn't build if the support is missing. So we need a way to handle this too. Signed-off-by: Marco Felsch --- rules/qt5.in | 7 ++- rules/qt5.make | 3 ++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/rules/qt5.in b/rules/qt5.in index 162ea8b9b..b5b6

[ptxdist] [RFC PATCH 3/3] qt5: add capability to build from git super project

2020-03-12 Thread Marco Felsch
t5 git super project. The release tar doesn't contain those modules yet. Anyway, those modules can't be compiled yet so we need to skip those. Signed-off-by: Marco Felsch --- rules/qt5.in | 15 +++ rules/qt5.make | 4 +++- 2 files changed, 18 insertions(+), 1 deletion(-) dif

[ptxdist] [PATCH] doc: add ptx/truefalse macro description

2019-03-13 Thread Marco Felsch
Signed-off-by: Marco Felsch --- doc/ref_manual.rst | 27 +++ 1 file changed, 27 insertions(+) diff --git a/doc/ref_manual.rst b/doc/ref_manual.rst index e2be86060..e0192 100644 --- a/doc/ref_manual.rst +++ b/doc/ref_manual.rst @@ -1201,6 +1201,33 @@ Depending on the