[OE-core] [PATCH v3] ldconfig-native: Add usrmerge support

2023-12-19 Thread Johannes Pointner via lists.openembedded.org
From: Johannes Pointner If DISTRO_FEATURE usrmerge is enabled, SLIBDIR is just a symlink to LIBDIR. ldconfig-native uses hardcoded paths for SLIBDIR and LIBDIR that are fine for the not usrmerge case. But if usrmerge is enabled ldconfig-native generates a ld.so.cache for the target, which is

Re: [OE-core] [PATCH v2] ldconfig-native: Add usrmerge support

2023-12-15 Thread Johannes Pointner
On Wed, Dec 13, 2023 at 12:01 PM Ross Burton wrote: > > On 6 Dec 2023, at 07:40, Johannes Pointner via lists.openembedded.org > wrote: > > > > From: Johannes Pointner > > > > If DISTRO_FEATURE usrmerge is enabled, SLIBDIR is just a symlink to LIBDIR. > &g

[OE-core] [PATCH v2] ldconfig-native: Add usrmerge support

2023-12-05 Thread Johannes Pointner via lists.openembedded.org
From: Johannes Pointner If DISTRO_FEATURE usrmerge is enabled, SLIBDIR is just a symlink to LIBDIR. ldconfig-native uses hardcoded paths for SLIBDIR and LIBDIR that are fine for the not usrmerge case. But if usrmerge is enabled ldconfig-native generates a ld.so.cache, which is done in rootfs.py

Re: [OE-core] [PATCH] ldconfig-native: Add usrmerge support

2023-12-05 Thread Johannes Pointner
but ldconfig-native seemed very special to me, so I tried to take an example from the existing patches. So the next step would be a v2 with a better explanation and obviously a fixed sendemail.from? Or are there any other things I should change? Hannes > Alex > > On Mon, 4 Dec 2023 at 07

Re: [OE-core] [PATCH] ldconfig-native: Add usrmerge support

2023-12-03 Thread Johannes Pointner
Hello, On Sat, Dec 2, 2023 at 4:13 PM Alexandre Belloni via lists.openembedded.org wrote: > > On 01/12/2023 11:53:59+0100, Johannes Pointner via lists.openembedded.org > wrote: > > If DISTRO_FEATURE usrmerge is enabled, SLIBDIR is just a symlink to LIBDIR, > > therefore

[OE-core] [PATCH] ldconfig-native: Add usrmerge support

2023-12-01 Thread Johannes Pointner via lists.openembedded.org
If DISTRO_FEATURE usrmerge is enabled, SLIBDIR is just a symlink to LIBDIR, therefore don't add SLIBDIR for parsing in this case. Signed-off-by: Johannes Pointner --- .../ldconfig-add-usrmerge-support.patch | 37 +++ .../glibc/ldconfig-native_2.12.1.bb | 1

Re: [OE-core] rootfs.py generates wrong ld.so.cache in case of usrmerge distro feature

2023-11-30 Thread Johannes Pointner
On Thu, Nov 30, 2023 at 10:45 AM Johannes Pointner wrote: > > On Fri, Nov 24, 2023 at 6:03 PM Khem Raj wrote: > > > > > > > > On Fri, Nov 24, 2023 at 2:34 AM Johannes Pointner > > wrote: > >> > >> Hello, > >> > >> I did

Re: [OE-core] rootfs.py generates wrong ld.so.cache in case of usrmerge distro feature

2023-11-30 Thread Johannes Pointner
On Fri, Nov 24, 2023 at 6:03 PM Khem Raj wrote: > > > > On Fri, Nov 24, 2023 at 2:34 AM Johannes Pointner > wrote: >> >> Hello, >> >> I did recently my first Nanbield build which required the distro >> feature usrmerge because of using systemd and a

[OE-core] rootfs.py generates wrong ld.so.cache in case of usrmerge distro feature

2023-11-24 Thread Johannes Pointner
Hello, I did recently my first Nanbield build which required the distro feature usrmerge because of using systemd and as a result QtWebEngine didn't work anymore. I reported this to Qt(https://bugreports.qt.io/browse/QTBUG-119140), but looking deeper into this it turned out to be an issue related

[OE-core] glibc 2.26 memory leak

2017-11-14 Thread Johannes Pointner
Hi, I started to switch to rocko and noticed that processes like automount are steadily increasing their memory usage over time until the kernel kills them with out of memory. After a bit research I came to the conclusion that glibc could be the guilty one. I updated glibc 2.26 to the commit which

Re: [OE-core] [PATCHv2 0/1] Do not use command in profile

2017-04-21 Thread Johannes Pointner
Will this patch get merge? Or do we have to include 'command' from now on? As this commit "busybox: In defconfig enable ASH_CMDCMD for built-in 'command'" suggests? Thanks, Hannes 2017-04-13 14:30 GMT+02:00 Peter Kjellerstedt : > Since we apparently cannot rely on the command utility to always >

Re: [OE-core] [oe-core PATCH] wayland: upgrade from 1.11.0 to 1.11.1

2016-10-31 Thread Johannes Pointner
Wouldn't it make more sense to update to 1.12? Since 1.11.1 is backporting fixes from 1.12 as stated in the annouce mail of the release. 2016-10-29 16:57 GMT+02:00 Fathi Boudra : > Update release tarball md5sum/sha256sum > > Signed-off-by: Fathi Boudra > --- > .../wayland/wayland/0001-scanner-Us

[OE-core] [oe-core][Patch v2][jethro] xf86-video-modesetting: Require sufficiently new libdrm

2016-03-07 Thread Johannes Pointner
v2: Fixed file mode of patch file. This fixes the check of the libdrm version in the configure script. Signed-off-by: Johannes Pointner --- .../0002-modesetting_libdrm_requirements.patch | 29 ++ .../xorg-xserver/xserver-xorg_1.17.2.bb| 1 + 2 files changed

[OE-core] [oe-core][Patch] xf86-video-modesetting: Require sufficiently new libdrm

2016-03-07 Thread Johannes Pointner
This fixes the check of the libdrm version in the configure script. Signed-off-by: Johannes Pointner --- .../modesetting_libdrm_requirements.patch | 29 ++ .../xorg-xserver/xserver-xorg_1.18.0.bb| 1 + 2 files changed, 30 insertions(+) create mode

Re: [OE-core] [oe-core][Patch][jethro] xf86-video-modesetting: Require sufficiently new libdrm

2016-03-07 Thread Johannes Pointner
Sure, I'll send a patch for master. Furthermore, I'll send a second version of this one, because I just saw that I messed up the file mode of the patch file. 2016-03-07 17:00 GMT+01:00 Burton, Ross : > > On 7 March 2016 at 14:50, Johannes Pointner wrote: >> >> The

Re: [OE-core] [oe-core][Patch][jethro] xf86-video-modesetting: Require sufficiently new libdrm

2016-03-07 Thread Johannes Pointner
The reason I thought this patch wouldn't be needed for master is that it was included in xserver 1.18.1 and master is already on xserver 1.18.0. Do you know if it is planned to switch to the newer 1.18.1 version? 2016-03-07 15:02 GMT+01:00 Burton, Ross : > > On 1 March 2016 at 20:1

[OE-core] [oe-core][Patch v2 1/2] xcursor-transparent-theme: Add new recipe for git repo

2016-03-03 Thread Johannes Pointner
Signed-off-by: Johannes Pointner --- .../xcursor-transparent-theme_git.bb | 20 1 file changed, 20 insertions(+) create mode 100644 meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb diff --git a/meta/recipes-graphics/xcursor

[OE-core] [oe-core][Patch v2 2/2] xcursor-transparent-theme: Remove old recipe and related patches

2016-03-03 Thread Johannes Pointner
Signed-off-by: Johannes Pointner --- .../fix_watch_cursor.patch | 17 --- .../use-relative-symlinks.patch| 25 -- .../xcursor-transparent-theme_0.1.1.bb | 19 3 files changed, 61 deletions

[OE-core] [oe-core][Patch v2 0/2] xcursor-transparent-theme: Convert recipe to git

2016-03-03 Thread Johannes Pointner
v2: Fixed subject This patchset converts xcursor-transparent-theme recipe to git Johannes Pointner (2): xcursor-transparent-theme: Add new recipe for git repo xcursor-transparent-theme: Remove old recipe and related patches .../fix_watch_cursor.patch | 17

Re: [OE-core] [yocto][xcursor-transparent-theme][Patch 0/2] Convert recipe to git

2016-03-03 Thread Johannes Pointner
Sorry I messed up the subject, I'll resend it 2016-03-03 21:31 GMT+01:00 Johannes Pointner : > This patchset converts xcursor-transparent-theme recipe to git > > Johannes Pointner (2): > xcursor-transparent-theme: Add new recipe for git repo > xcursor-transparent-theme: R

[OE-core] [yocto][xcursor-transparent-theme][Patch 2/2] xcursor-transparent-theme: Remove old recipe and related patches

2016-03-03 Thread Johannes Pointner
Signed-off-by: Johannes Pointner --- .../fix_watch_cursor.patch | 17 --- .../use-relative-symlinks.patch| 25 -- .../xcursor-transparent-theme_0.1.1.bb | 19 3 files changed, 61 deletions

[OE-core] [yocto][xcursor-transparent-theme][Patch 0/2] Convert recipe to git

2016-03-03 Thread Johannes Pointner
This patchset converts xcursor-transparent-theme recipe to git Johannes Pointner (2): xcursor-transparent-theme: Add new recipe for git repo xcursor-transparent-theme: Remove old recipe and related patches .../fix_watch_cursor.patch | 17 --- .../use

[OE-core] [yocto][xcursor-transparent-theme][Patch 1/2] xcursor-transparent-theme: Add new recipe for git repo

2016-03-03 Thread Johannes Pointner
Signed-off-by: Johannes Pointner --- .../xcursor-transparent-theme_git.bb | 20 1 file changed, 20 insertions(+) create mode 100644 meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb diff --git a/meta/recipes-graphics/xcursor

Re: [OE-core] [oe-core][Patch][jethro][master] xcursor-transparent-theme: insert several cursors

2016-03-01 Thread Johannes Pointner
ng cursors. But maybe this is just something I should add by a bbappend file. I thought it could be useful to other people which are using a similar setup. Thanks, Hannes 2016-03-01 23:07 GMT+01:00 Richard Purdie : > On Tue, 2016-03-01 at 22:39 +0100, Johannes Pointner wrote: >> This pa

[OE-core] [oe-core][Patch][jethro][master] xcursor-transparent-theme: insert several cursors

2016-03-01 Thread Johannes Pointner
This patch inserts several cursors which are used by Qt for example. Signed-off-by: Johannes Pointner --- .../insert_several_cursors.patch | 79 ++ .../xcursor-transparent-theme_0.1.1.bb | 3 +- 2 files changed, 81 insertions(+), 1 deletion

[OE-core] [oe-core][Patch][jethro] xf86-video-modesetting: Require sufficiently new libdrm

2016-03-01 Thread Johannes Pointner
This fixes the check of the libdrm version in the configure script. Signed-off-by: Johannes Pointner --- .../0002-modesetting_libdrm_requirements.patch | 29 ++ .../xorg-xserver/xserver-xorg_1.17.2.bb| 1 + 2 files changed, 30 insertions(+) create mode