Re: [OE-core] Backport fix for inter-recipe useradd dependencies bug #13419

2024-09-16 Thread Mark Jonas via lists.openembedded.org
Hi Richard, > On Mon, 2024-09-16 at 19:38 +, Jonas Mark (BT-FS/ENG1-Mue) wrote: > > I am wondering whether it would be reasonable to ask for backporting > > of the fix for inter-recipe useradd dependencies to Kirkstone? > > > > I am referring to the fix for bug #13419 which was fixed on > Scar

Re: [OE-core] Backport fix for inter-recipe useradd dependencies bug #13419

2024-09-16 Thread Mark Jonas via lists.openembedded.org
imoes Ricardo (BT-FS/ENG1.1-Ovr) Betreff: Re: [OE-core] Backport fix for inter-recipe useradd dependencies bug #13419 We can certainly discuss in person in Vienna but my answer for now is that you should implement the workaround suggested by me in the bug. Alex On Mon 16. Sep 2024 at 21.39,

[OE-core] Backport fix for inter-recipe useradd dependencies bug #13419

2024-09-16 Thread Mark Jonas via lists.openembedded.org
Hello Steve and Richard, I am wondering whether it would be reasonable to ask for backporting of the fix for inter-recipe useradd dependencies to Kirkstone? I am referring to the fix for bug #13419 which was fixed on Scarthgap. https://bugzilla.yoctoproject.org/show_bug.cgi?id=13419 I understa

[OE-core] [PATCH 2/2] volatile-binds: Remove workdir if OverlayFS fails

2024-07-17 Thread Mark Jonas via lists.openembedded.org
failed mkdir error messages. This commit mitigates the problem by unconditionally removing workdir if the OverlayFS is not used or fails to run. Signed-off-by: Ricardo Simoes Signed-off-by: Mark Jonas --- meta/recipes-core/volatile-binds/files/mount-copybind | 1 + 1 file changed, 1 insertion

[OE-core] [PATCH 1/2] volatile-binds: Do not create workdir if OverlayFS is disabled

2024-07-17 Thread Mark Jonas via lists.openembedded.org
Signed-off-by: Mark Jonas --- meta/recipes-core/volatile-binds/files/mount-copybind | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-core/volatile-binds/files/mount-copybind b/meta/recipes-core/volatile-binds/files/mount-copybind index ddc4357615..da88d160ee 10

[OE-core] [PATCH 0/2] volatile-binds: Mitigate workdir cleanup issues

2024-07-17 Thread Mark Jonas via lists.openembedded.org
From: Ricardo Simoes The recipe `volatile-binds` relies on the `mount-copybind` script to create volatile mount points. In commit [1], the script was modified to use OverlayFS as the primary mount strategy. If OverlayFS fails, it falls back to an old-school bind mount. To meet the requirements o

[OE-core] [PATCH] libusb1: Set CVE_PRODUCT

2024-05-15 Thread Mark Jonas via lists.openembedded.org
From: Ricardo Simoes This commit sets the CVE_PRODUCT variable to "libusb" to match the product name used in the NIST CPE database [1]. [1]: https://nvd.nist.gov/products/cpe/search Signed-off-by: Ricardo Simoes Signed-off-by: Mark Jonas --- meta/recipes-support/libusb/libusb1_1.0

Re: [OE-core] [PATCH 2/2] linux-yocto: Autoload sound driver on QEMU x86

2023-01-06 Thread Mark Jonas
Hi Richard and Bruce, On Fri, Jan 6, 2023 at 12:27 PM Richard Purdie wrote: > > On Fri, 2023-01-06 at 11:13 +0100, Mark Jonas wrote: > > Hi Bruce, > > > > On Thu, Jan 5, 2023 at 3:57 PM Bruce Ashfield > > wrote: > > > > > > On Thu, Jan 5, 2023

Re: [OE-core] [PATCH 2/2] linux-yocto: Autoload sound driver on QEMU x86

2023-01-06 Thread Mark Jonas
Hi Bruce, On Thu, Jan 5, 2023 at 3:57 PM Bruce Ashfield wrote: > > On Thu, Jan 5, 2023 at 8:42 AM Mark Jonas wrote: > > > > Hi Bruce, > > > > On Wed, Jan 4, 2023 at 5:07 PM Bruce Ashfield > > wrote: > > > > > > On Wed, Jan 4, 2023 at 7:18

Re: [OE-core] [PATCH 0/2] Load proper sound drivers for QEMU x86

2023-01-05 Thread Mark Jonas
Hi Richard, On Wed, Jan 4, 2023 at 6:42 PM Richard Purdie wrote: > > On Wed, 2023-01-04 at 13:18 +0100, toer...@gmail.com wrote: > > From: Mark Jonas > > > > The patch series fixes a regression where images built for QEMU x86 and > > x86-64 did not contain sound dr

Re: [OE-core] [PATCH 2/2] linux-yocto: Autoload sound driver on QEMU x86

2023-01-05 Thread Mark Jonas
Hi Bruce, On Wed, Jan 4, 2023 at 5:07 PM Bruce Ashfield wrote: > > On Wed, Jan 4, 2023 at 7:18 AM Mark Jonas wrote: > > > > From: Mark Jonas > > > > If DISTRO_FEATURES includes ALSA then automatically load the > > snd-intel8x0 kernel module on qemu

[OE-core] [PATCH 2/2] linux-yocto: Autoload sound driver on QEMU x86

2023-01-04 Thread Mark Jonas
From: Mark Jonas If DISTRO_FEATURES includes ALSA then automatically load the snd-intel8x0 kernel module on qemux86 and qemux86-64. This matches the machine configurations conf/machine/qemux86.conf and qemux86-64.conf. Signed-off-by: Mark Jonas --- meta/recipes-kernel/linux/linux-yocto.inc

[OE-core] [PATCH 1/2] conf/machine: Match QEMU x86 sound kernel module

2023-01-04 Thread Mark Jonas
From: Mark Jonas In "conf/machine: fix QEMU x86 sound options" b802a5dd the sound devices emulated by QEMU were changed from AC97 (intel8x0) and ES1370 (Soundblaster) to just AC97. Yet, the sound kernel modules added to the file system still matched ES1370. This patch adds the ma

[OE-core] [PATCH 0/2] Load proper sound drivers for QEMU x86

2023-01-04 Thread Mark Jonas
From: Mark Jonas The patch series fixes a regression where images built for QEMU x86 and x86-64 did not contain sound drivers matching the QEMU device emulation configuration. Additionally, the right drivers are now also auto-loaded when starting the image. root@qemux86:~# uname -a Linux

Re: [OE-core] Struggling to get QEMU sound working on core-image-base

2023-01-03 Thread Mark Jonas
Hi, > I have difficulties getting core-image-base and QEMU x86-64 sound > output working. I do not even get to the point of having a visible > ALSA sound device. > > What part of the puzzle am I missing? > > Alternatively, can someone point me to a (simple) YP image where sound > works with QEMU x

[OE-core] Struggling to get QEMU sound working on core-image-base

2023-01-02 Thread Mark Jonas
Hi, I have difficulties getting core-image-base and QEMU x86-64 sound output working. I do not even get to the point of having a visible ALSA sound device. What part of the puzzle am I missing? Alternatively, can someone point me to a (simple) YP image where sound works with QEMU x86 or x86-64?

Re: [OE-core] just want to confirm my understanding of how systemd services get symlinks

2021-10-17 Thread Mark Jonas
Hi Robert, On Mon, Oct 4, 2021 at 8:02 PM Robert P. J. Day wrote: > > > just had a discussion with a colleague about the proper design of a > systemd-based service, and my (admittedly sophomore) understanding is > that, in the service file, there is an [Install] section, which > contains a "Wan

Re: [OE-core] Request to backport KERNEL_DTC_FLAGS to Dunfell

2021-06-16 Thread Mark Jonas via lists.openembedded.org
Hi Bruce and Steve, > Von: Bruce Ashfield > On Fri, Jun 4, 2021 at 11:09 AM Steve Sakoman wrote: > > > > On Fri, Jun 4, 2021 at 2:45 AM Jonas Mark (BT-FIR/ENG1-Grb) > > wrote: > > > > > > Hi, > > > > > > We are using DT overlays and have the need to pass the -@ parameter > > > in DTC_FLAGS to

[OE-core] Request to backport KERNEL_DTC_FLAGS to Dunfell

2021-06-04 Thread Mark Jonas via lists.openembedded.org
c7552a6dee7f makes that possible in a nice way. Would it be reasonable to request backporting of this patch to Dunfell? We were also wondering what could be an alternative approach for getting this or a similar functionality. Patching a bbclass using a bbappend is not possible, is it? Cheers

Re: [OE-core] [PATCH] libsdl2: upgrade to 2.0.14

2021-02-01 Thread Mark Jonas
B. In new version function SDL_RenderFillRect returns 0, but > rectangle is not visible. > - > -Replacing "count" with "len" in the argument list for SDL_memcpy in > DirectFB_QueueFillRects fixes problem. > - > --- > - > -The patch was imported from the l

[OE-core] [PATCH] parted: Make readline dependency optional

2020-12-12 Thread Mark Jonas
Signed-off-by: Mark Jonas --- meta/recipes-extended/parted/parted_3.3.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta/recipes-extended/parted/parted_3.3.bb b/meta/recipes-extended/parted/parted_3.3.bb index a1fd3ef07b..ce40c04ad4 100644 --- a/meta/recipes

[OE-core] [PATCH V2] libsdl2: Add directfb to PACKAGECONFIG rdepends

2020-11-24 Thread Mark Jonas
runtime dependency to directfb needs to be declared explicitly. Signed-off-by: Mark Jonas --- Changes in v2: - Add directfb as a rdepends instead of a rrecommends. - Rework commit message. meta/recipes-graphics/libsdl2/libsdl2_2.0.12.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion

Re: [OE-core] [PATCH] libsdl2: Add directfb to PACKAGECONFIG rdepends

2020-11-24 Thread Mark Jonas
Hi Richard and Andre, On Tue, Nov 24, 2020 at 4:52 PM Richard Purdie wrote: > On Mon, 2020-11-23 at 11:54 -0800, Andre McCurdy wrote: > > On Mon, Nov 23, 2020 at 11:14 AM Mark Jonas > > wrote: > > > When building libsdl2 with PACKAGECONFIG[directfb] then directfb is &g

[OE-core] [PATCH] libsdl2: Add directfb to PACKAGECONFIG rdepends

2020-11-23 Thread Mark Jonas
similar. Thus, the runtime dependency to directfb needs to be declared explicitly. Here, a runtime recommendation is used to allow ignoring the runtime dependency using NO_RECOMMENDATIONS. Signed-off-by: Mark Jonas --- meta/recipes-graphics/libsdl2/libsdl2_2.0.12.bb | 2 +- 1 file changed, 1

[OE-core] [PATCH] libbsd: Remove BSD-4-Clause from main package

2020-11-12 Thread Mark Jonas
libbsd contains a multitude of licenses. For (commercial) projects the 3rd clause of the BSD-4-Clause license can be problematic. But only a few man pages use this license. This means that the main package containing the binary library itself is not under BSD-4-Clause ruling. Signed-off-by: Mark

[OE-core] [PATCH 2/2] Map license names PSF and PSFv2 to PSF-2.0

2020-09-29 Thread Mark Jonas
F and PSFv2 found in LICENSE are mapped to to Python-2.0. This patch maps PSF and PSFv2 to PSF-2.0 und thus corrects the impression that Python-2.0 and PSF-2.0 are synonymous. Signed-off-by: Mark Jonas --- meta/conf/licenses.conf | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) di

[OE-core] [PATCH 0/2] Map license names PSF and PSFv2 to PSF-2.0

2020-09-29 Thread Mark Jonas
F and PSFv2 found in LICENSE are mapped to to Python-2.0. This patch maps PSF and PSFv2 to PSF-2.0 und thus corrects the impression that Python-2.0 and PSF-2.0 are synonymous. Mark Jonas (2): Add license text for PSF-2.0 Map license names PSF and PSFv2 to PSF-2.0 meta/conf/licenses.conf

[OE-core] [PATCH 1/2] Add license text for PSF-2.0

2020-09-29 Thread Mark Jonas
Signed-off-by: Mark Jonas --- meta/files/common-licenses/PSF-2.0 | 49 ++ 1 file changed, 49 insertions(+) create mode 100644 meta/files/common-licenses/PSF-2.0 diff --git a/meta/files/common-licenses/PSF-2.0 b/meta/files/common-licenses/PSF-2.0 new file mode

[OE-core] [meta-oe][PATCH] directfb: fix tslib version check in configure.in

2018-08-04 Thread Mark Jonas
file tslib.pc was added. Since tslib 1.6 the tslib-.pc metadata file is deprecated. Now, there is only a tslib.pc. Signed-off-by: Ben Guan Signed-off-by: Mark Jonas --- meta-oe/recipes-graphics/directfb/directfb.inc | 1 + .../directfb/fix-tslib-version-version-check.patch | 20