Re: [oe-core][PATCH v3] mesa: enable imagination powervr support

2024-03-19 Thread Randolph Sapp via lists.openembedded.org
On Tue Mar 19, 2024 at 2:58 PM CDT, Randolph Sapp via lists.openembedded.org wrote: > On Tue Mar 19, 2024 at 10:26 AM CDT, Marcel Ziswiler wrote: > > From: Marcel Ziswiler > > > > Allows mesa to be build with Imagination PowerVR support. > > > &g

Re: [oe-core][PATCH v3] mesa: enable imagination powervr support

2024-03-19 Thread Randolph Sapp via lists.openembedded.org
On Tue Mar 19, 2024 at 10:26 AM CDT, Marcel Ziswiler wrote: > From: Marcel Ziswiler > > Allows mesa to be build with Imagination PowerVR support. > > Signed-off-by: Marcel Ziswiler > > --- > > Changes in v3: > - Add a negative condition to the imagination PACKAGECONFIG as well, > otherwise

Re: [oe-core][PATCH] bzip2: add libbz2.so.1.0 link for compat

2024-03-18 Thread Randolph Sapp via lists.openembedded.org
would backport the upstream patch, if it wasn't dependant on a migration to Cmake. I feel like that's a bit much. Randolph > On Sat, 16 Mar 2024 at 01:19, Randolph Sapp via lists.openembedded.org > wrote: > > > > From: Randolph Sapp > > > > Add a link from libbz

Re: [oe-core][PATCH] bzip2: add libbz2.so.1.0 link for compat

2024-03-18 Thread Randolph Sapp via lists.openembedded.org
On Sun Mar 17, 2024 at 4:28 AM CDT, Richard Purdie wrote: > On Fri, 2024-03-15 at 19:19 -0500, r...@ti.com wrote: > > From: Randolph Sapp > > > > Add a link from libbz2.so.1.0 to libbz2.so.${PV} for compatibility > > with > > other distributions. > > > > A handfull of distributions are still

[oe-core][PATCH] bzip2: add libbz2.so.1.0 link for compat

2024-03-15 Thread Randolph Sapp via lists.openembedded.org
From: Randolph Sapp Add a link from libbz2.so.1.0 to libbz2.so.${PV} for compatibility with other distributions. A handfull of distributions are still using the "Makefile-libbz2_so" to generate libbz2 and bzip2-shared. This creates a library with a soname of "libbz2.so.1.0". This library link

Re: [oe][OE-core][Patch 0/1] Revert "bin_package.bbclass: Inhibit the default dependencies"

2023-08-28 Thread Randolph Sapp via lists.openembedded.org
On 8/28/23 14:45, Randolph Sapp wrote: On 8/28/23 11:22, Randolph Sapp wrote: On 8/28/23 10:09, Max Krummenacher wrote: On Mon, Aug 28, 2023 at 5:01 PM Max Krummenacher via lists.openembedded.org wrote: On Sun, Aug 27, 2023 at 11:23 PM Peter Kjellerstedt wrote: -Original

Re: [oe][OE-core][Patch 0/1] Revert "bin_package.bbclass: Inhibit the default dependencies"

2023-08-28 Thread Randolph Sapp via lists.openembedded.org
On 8/28/23 11:22, Randolph Sapp wrote: On 8/28/23 10:09, Max Krummenacher wrote: On Mon, Aug 28, 2023 at 5:01 PM Max Krummenacher via lists.openembedded.org wrote: On Sun, Aug 27, 2023 at 11:23 PM Peter Kjellerstedt wrote: -Original Message- From: Max Krummenacher Sent: den 27

Re: [oe][OE-core][Patch 0/1] Revert "bin_package.bbclass: Inhibit the default dependencies"

2023-08-28 Thread Randolph Sapp via lists.openembedded.org
On 8/28/23 10:09, Max Krummenacher wrote: On Mon, Aug 28, 2023 at 5:01 PM Max Krummenacher via lists.openembedded.org wrote: On Sun, Aug 27, 2023 at 11:23 PM Peter Kjellerstedt wrote: -Original Message- From: Max Krummenacher Sent: den 27 augusti 2023 10:10 To:

Re: [oe-core][kirkstone][PATCHv2 0/8] Backport all weston-init qol updates

2023-06-27 Thread Randolph Sapp via lists.openembedded.org
On 6/27/23 11:00, Steve Sakoman wrote: Hi Randolph, Unfortunately this patch series results in oe-selftest failures on the autobuilder, three examples below: https://errors.yoctoproject.org/Errors/Details/710122/ https://errors.yoctoproject.org/Errors/Details/710127/

[oe-core][kirkstone][PATCHv2 2/8] weston-init: introduce xwayland PACKAGECONFIG

2023-06-23 Thread Randolph Sapp via lists.openembedded.org
From: Ming Liu Some BSPs dont support xwayland in weston, this is easier for them to control that. Signed-off-by: Ming Liu Signed-off-by: Richard Purdie --- meta/recipes-graphics/wayland/weston-init.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git

[oe-core][kirkstone][PATCHv2 4/8] weston-init: add weston user to the render group

2023-06-23 Thread Randolph Sapp via lists.openembedded.org
From: Randolph Sapp The weston user must be in the render group in order to access render device nodes for standard user-space graphics. Signed-off-by: Randolph Sapp Signed-off-by: Alexandre Belloni --- meta/recipes-graphics/wayland/weston-init.bb | 2 +- 1 file changed, 1 insertion(+), 1

[oe-core][kirkstone][PATCHv2 1/8] weston.init: enabled xwayland

2023-06-23 Thread Randolph Sapp via lists.openembedded.org
From: ssuesens set xwayland support in weston.init file to true Signed-off-by: ssuesens Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-graphics/wayland/weston-init.bb | 4 1 file changed, 4 insertions(+) diff --git

[oe-core][kirkstone][PATCHv2 6/8] weston-init: fix the mixed indentation

2023-06-23 Thread Randolph Sapp via lists.openembedded.org
From: Randolph Sapp I know my text editor is going to get angry at me if this continues. Signed-off-by: Randolph Sapp Signed-off-by: Richard Purdie --- meta/recipes-graphics/wayland/weston-init.bb | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git

[oe-core][kirkstone][PATCHv2 7/8] weston-init: guard against systemd configs

2023-06-23 Thread Randolph Sapp via lists.openembedded.org
From: Randolph Sapp Just as sysvinit scripts shouldn't be present in a distro using systemd, systemd scripts shouldn't be present in a system not using systemd. Signed-off-by: Randolph Sapp Signed-off-by: Richard Purdie --- meta/recipes-graphics/wayland/weston-init.bb | 29

[oe-core][kirkstone][PATCHv2 8/8] weston-init: add profile to point users to global socket

2023-06-23 Thread Randolph Sapp via lists.openembedded.org
From: Randolph Sapp Add profile script to point users capable of interacting with the global socket to it by default. Signed-off-by: Randolph Sapp Signed-off-by: Richard Purdie --- meta/recipes-graphics/wayland/weston-init.bb | 3 +++ .../wayland/weston-init/weston-socket.sh | 20

[oe-core][kirkstone][PATCHv2 0/8] Backport all weston-init qol updates

2023-06-23 Thread Randolph Sapp via lists.openembedded.org
From: Randolph Sapp Backport all the weston-init QOL updates. Getting closer to the point where we can actually drop our distro specific weston-init bbappend. May submit a few more QOL patches sooner or later to completely drop it. Resubmitting this because I forgot to CC Steve and myself on

[oe-core][kirkstone][PATCHv2 5/8] weston-init: add the weston user to the wayland group

2023-06-23 Thread Randolph Sapp via lists.openembedded.org
From: Randolph Sapp Add the weston user to the wayland group so all users accessing the global weston socket in /run all share a group. Signed-off-by: Randolph Sapp Signed-off-by: Alexandre Belloni --- meta/recipes-graphics/wayland/weston-init.bb | 2 +- 1 file changed, 1 insertion(+), 1

[oe-core][kirkstone][PATCHv2 3/8] weston-init: make sure the render group exists

2023-06-23 Thread Randolph Sapp via lists.openembedded.org
From: Randolph Sapp Add the render group explicitly here to make sure it exists for the useradd command. Signed-off-by: Randolph Sapp Signed-off-by: Alexandre Belloni --- meta/recipes-graphics/wayland/weston-init.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OE-Core][kirkstone][PATCH 0/8] Backport all weston-init qol updates

2023-06-22 Thread Randolph Sapp via lists.openembedded.org
On 6/15/23 16:04, r...@ti.com wrote: From: Randolph Sapp Backport all the weston-init QOL updates. Getting closer to the point where we can actually drop our distro specific weston-init bbappend. May submit a few more QOL patches sooner or later to completely drop it. Ming Liu (1):

[OE-Core][kirkstone][PATCH 5/8] weston-init: add the weston user to the wayland group

2023-06-15 Thread Randolph Sapp via lists.openembedded.org
From: Randolph Sapp Add the weston user to the wayland group so all users accessing the global weston socket in /run all share a group. Signed-off-by: Randolph Sapp Signed-off-by: Alexandre Belloni --- meta/recipes-graphics/wayland/weston-init.bb | 2 +- 1 file changed, 1 insertion(+), 1

[OE-Core][kirkstone][PATCH 1/8] weston.init: enabled xwayland

2023-06-15 Thread Randolph Sapp via lists.openembedded.org
From: ssuesens set xwayland support in weston.init file to true Signed-off-by: ssuesens Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-graphics/wayland/weston-init.bb | 4 1 file changed, 4 insertions(+) diff --git

[OE-Core][kirkstone][PATCH 4/8] weston-init: add weston user to the render group

2023-06-15 Thread Randolph Sapp via lists.openembedded.org
From: Randolph Sapp The weston user must be in the render group in order to access render device nodes for standard user-space graphics. Signed-off-by: Randolph Sapp Signed-off-by: Alexandre Belloni --- meta/recipes-graphics/wayland/weston-init.bb | 2 +- 1 file changed, 1 insertion(+), 1

[OE-Core][kirkstone][PATCH 2/8] weston-init: introduce xwayland PACKAGECONFIG

2023-06-15 Thread Randolph Sapp via lists.openembedded.org
From: Ming Liu Some BSPs dont support xwayland in weston, this is easier for them to control that. Signed-off-by: Ming Liu Signed-off-by: Richard Purdie --- meta/recipes-graphics/wayland/weston-init.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git

[OE-Core][kirkstone][PATCH 3/8] weston-init: make sure the render group exists

2023-06-15 Thread Randolph Sapp via lists.openembedded.org
From: Randolph Sapp Add the render group explicitly here to make sure it exists for the useradd command. Signed-off-by: Randolph Sapp Signed-off-by: Alexandre Belloni --- meta/recipes-graphics/wayland/weston-init.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-Core][kirkstone][PATCH 8/8] weston-init: add profile to point users to global socket

2023-06-15 Thread Randolph Sapp via lists.openembedded.org
From: Randolph Sapp Add profile script to point users capable of interacting with the global socket to it by default. Signed-off-by: Randolph Sapp Signed-off-by: Richard Purdie --- meta/recipes-graphics/wayland/weston-init.bb | 3 +++ .../wayland/weston-init/weston-socket.sh | 20

[OE-Core][kirkstone][PATCH 7/8] weston-init: guard against systemd configs

2023-06-15 Thread Randolph Sapp via lists.openembedded.org
From: Randolph Sapp Just as sysvinit scripts shouldn't be present in a distro using systemd, systemd scripts shouldn't be present in a system not using systemd. Signed-off-by: Randolph Sapp Signed-off-by: Richard Purdie --- meta/recipes-graphics/wayland/weston-init.bb | 29

[OE-Core][kirkstone][PATCH 0/8] Backport all weston-init qol updates

2023-06-15 Thread Randolph Sapp via lists.openembedded.org
From: Randolph Sapp Backport all the weston-init QOL updates. Getting closer to the point where we can actually drop our distro specific weston-init bbappend. May submit a few more QOL patches sooner or later to completely drop it. Ming Liu (1): weston-init: introduce xwayland PACKAGECONFIG

[OE-Core][kirkstone][PATCH 6/8] weston-init: fix the mixed indentation

2023-06-15 Thread Randolph Sapp via lists.openembedded.org
From: Randolph Sapp I know my text editor is going to get angry at me if this continues. Signed-off-by: Randolph Sapp Signed-off-by: Richard Purdie --- meta/recipes-graphics/wayland/weston-init.bb | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git

[OE-core][PATCHv2 1/3] weston-init: fix the mixed indentation

2023-06-14 Thread Randolph Sapp via lists.openembedded.org
From: Randolph Sapp I know my text editor is going to get angry at me if this continues. Signed-off-by: Randolph Sapp --- meta/recipes-graphics/wayland/weston-init.bb | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/meta/recipes-graphics/wayland/weston-init.bb

[OE-core][PATCHv2 2/3] weston-init: guard against systemd configs

2023-06-14 Thread Randolph Sapp via lists.openembedded.org
From: Randolph Sapp Just as sysvinit scripts shouldn't be present in a distro using systemd, systemd scripts shouldn't be present in a system not using systemd. Signed-off-by: Randolph Sapp --- meta/recipes-graphics/wayland/weston-init.bb | 29 1 file changed, 17

[OE-core][PATCHv2 3/3] weston-init: add profile to point users to global socket

2023-06-14 Thread Randolph Sapp via lists.openembedded.org
From: Randolph Sapp Add profile script to point users capable of interacting with the global socket to it by default. Signed-off-by: Randolph Sapp --- meta/recipes-graphics/wayland/weston-init.bb | 3 +++ .../wayland/weston-init/weston-socket.sh | 20 +++ 2 files

Re: [OE-core][PATCH 4/6] weston-init: fix the mixed indentation

2023-06-14 Thread Randolph Sapp via lists.openembedded.org
On 6/14/23 03:08, Richard Purdie wrote: On Tue, 2023-06-13 at 20:16 -0500, Randolph Sapp wrote: On 6/12/23 14:46, Randolph Sapp via lists.openembedded.org wrote: On 6/12/23 05:05, Alexander Kanavin wrote: On Mon, 12 Jun 2023 at 11:58, Peter Kjellerstedt wrote: Well that is of course

Re: [OE-core][PATCH 4/6] weston-init: fix the mixed indentation

2023-06-13 Thread Randolph Sapp via lists.openembedded.org
On 6/12/23 14:46, Randolph Sapp via lists.openembedded.org wrote: On 6/12/23 05:05, Alexander Kanavin wrote: On Mon, 12 Jun 2023 at 11:58, Peter Kjellerstedt wrote: Well that is of course an option, but then it may get messy if different people have different preferences and start changing

Re: [OE-core][PATCH 4/6] weston-init: fix the mixed indentation

2023-06-12 Thread Randolph Sapp via lists.openembedded.org
On 6/12/23 05:05, Alexander Kanavin wrote: On Mon, 12 Jun 2023 at 11:58, Peter Kjellerstedt wrote: Well that is of course an option, but then it may get messy if different people have different preferences and start changing the indentation back and forth... I suppose changing indentation

[OE-core][PATCH 6/6] weston-init: add profile to point users to global socket

2023-06-09 Thread Randolph Sapp via lists.openembedded.org
From: Randolph Sapp Add profile script to point users capable of interacting with the global socket to it by default. Signed-off-by: Randolph Sapp --- meta/recipes-graphics/wayland/weston-init.bb | 3 +++ .../wayland/weston-init/weston-socket.sh | 20 +++ 2 files

[OE-core][PATCH 3/6] weston-init: add the weston user to the wayland group

2023-06-09 Thread Randolph Sapp via lists.openembedded.org
From: Randolph Sapp Add the weston user to the wayland group so all users accessing the global weston socket in /run all share a group. Signed-off-by: Randolph Sapp --- meta/recipes-graphics/wayland/weston-init.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core][PATCH 4/6] weston-init: fix the mixed indentation

2023-06-09 Thread Randolph Sapp via lists.openembedded.org
From: Randolph Sapp I know my text editor is going to get angry at me if this continues. Signed-off-by: Randolph Sapp --- meta/recipes-graphics/wayland/weston-init.bb | 76 ++-- 1 file changed, 38 insertions(+), 38 deletions(-) diff --git

[OE-core][PATCH 1/6] weston-init: make sure the render group exists

2023-06-09 Thread Randolph Sapp via lists.openembedded.org
From: Randolph Sapp Add the render group explicitly here to make sure it exists for the useradd command. Signed-off-by: Randolph Sapp --- meta/recipes-graphics/wayland/weston-init.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core][PATCH 2/6] weston-init: add weston user to the render group

2023-06-09 Thread Randolph Sapp via lists.openembedded.org
From: Randolph Sapp The weston user must be in the render group in order to access render device nodes for standard user-space graphics. Signed-off-by: Randolph Sapp --- meta/recipes-graphics/wayland/weston-init.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core][PATCH 0/6] weston-init: add extra config for weston global socket

2023-06-09 Thread Randolph Sapp via lists.openembedded.org
From: Randolph Sapp Cleaning up some parts of weston-init, adding guards to systemd init scripts, making sure users are in the correct groups for interacting with graphics devices and finally attempting to help direct users to the global Wayland socket when they are allowed to interact with it.

[OE-core][PATCH 5/6] weston-init: guard against systemd configs

2023-06-09 Thread Randolph Sapp via lists.openembedded.org
From: Randolph Sapp Just as sysvinit scripts shouldn't be present in a distro using systemd, systemd scripts shouldn't be present in a system not using systemd. Signed-off-by: Randolph Sapp --- meta/recipes-graphics/wayland/weston-init.bb | 29 1 file changed, 17

[OE-core][kirkstone][PATCH 1/4] kernel-devicetree: allow specification of dtb directory

2023-05-26 Thread Randolph Sapp via lists.openembedded.org
From: Randolph Sapp Fedora/Redhat and Arch are somewhat standardized on their dtb directory structure. Let's add some flags to configure yocto to mimic that behavior. Add the following variables to the kernel class: - KERNEL_DTBDEST (controls the destination directory for dtbs)

[OE-core][kirkstone][PATCH 4/4] kernel-devicetree: recursively search for dtbs

2023-05-26 Thread Randolph Sapp via lists.openembedded.org
From: Randolph Sapp Upstream's dtb directory structure has no real standard. They just tend to idle around the 2/3 directory depth. Recursively search for the dtb/dtbo files instead of assuming anything. Fixes: 04ab57d200 (kernel-devicetree: allow specification of dtb directory, 2023-05-02)

[OE-core][kirkstone][PATCH 3/4] package: enable recursion on file globs

2023-05-26 Thread Randolph Sapp via lists.openembedded.org
From: Randolph Sapp Enable recursion of file globs. This just allows the use of '**' in file globs to match 0 or more subdirectories, it should not make all current globs recursive [1]. [1] https://docs.python.org/3.6/library/glob.html#glob.glob Signed-off-by: Randolph Sapp Signed-off-by:

[OE-core][kirkstone][PATCH 2/4] kernel-devicetree: make shell scripts posix compliant

2023-05-26 Thread Randolph Sapp via lists.openembedded.org
From: Martin Jansa Use the notation suggested by Martin Jansa to avoid a bashism. Also switch KERNEL_DTBVENDORED to the more common 0/1 notation instead of true/false. Fixes: 04ab57d200 (kernel-devicetree: allow specification of dtb directory, 2023-05-02) Signed-off-by: Martin Jansa

[OE-core][kirkstone][PATCH 0/4] kernel-devicetree: allow specification of dtb directory

2023-05-26 Thread Randolph Sapp via lists.openembedded.org
From: Randolph Sapp Backporting all of the "kernel-devicetree: allow specification of dtb directory" series and subsequent fixes to kirkstone. This still has the same backwards compatibility originally advertised. It won't do anything to the dtb structure unless you tell it to. Let me know if

[OE-core][PATCHv3 3/3] kernel-devicetree: recursively search for dtbs

2023-05-22 Thread Randolph Sapp via lists.openembedded.org
From: Randolph Sapp Upstream's dtb directory structure has no real standard. They just tend to idle around the 2/3 directory depth. Recursively search for the dtb/dtbo files instead of assuming anything. Fixes: 04ab57d200 (kernel-devicetree: allow specification of dtb directory, 2023-05-02)

[OE-core][PATCHv3 2/3] package: enable recursion on file globs

2023-05-22 Thread Randolph Sapp via lists.openembedded.org
From: Randolph Sapp Enable recursion of file globs. This just allows the use of '**' in file globs to match 0 or more subdirectories, it should not make all current globs recursive [1]. [1] https://docs.python.org/3.6/library/glob.html#glob.glob Signed-off-by: Randolph Sapp ---

[OE-core][PATCHv3 0/3] Fix: allow specification of dtb directory

2023-05-22 Thread Randolph Sapp via lists.openembedded.org
From: Randolph Sapp Fix a few of the oddities introduced by the previous patch that allowed specification of the DTB install directory and specification of vendor directories in that directory. Add a recursive search for dtb and dtbo files to make sure upstream dtb directory standards don't

[OE-core][PATCHv3 1/3] kernel-devicetree: make shell scripts posix compliant

2023-05-22 Thread Randolph Sapp via lists.openembedded.org
From: Martin Jansa Use the notation suggested by Martin Jansa to avoid a bashism. Also switch KERNEL_DTBVENDORED to the more common 0/1 notation instead of true/false. Fixes: 04ab57d200 (kernel-devicetree: allow specification of dtb directory, 2023-05-02) Signed-off-by: Martin Jansa

Re: [OE-core][PATCHv2 2/2] kernel-devicetree: recursively search for dtbs

2023-05-22 Thread Randolph Sapp via lists.openembedded.org
On 5/22/23 11:59, Richard Purdie wrote: On Mon, 2023-05-22 at 11:22 -0500, Randolph Sapp wrote: On 5/22/23 03:00, Richard Purdie wrote: On Fri, 2023-05-12 at 12:22 -0500, Randolph Sapp via lists.openembedded.org wrote: From: Randolph Sapp Upstream's dtb directory structure has no real

Re: [OE-core][PATCHv2 2/2] kernel-devicetree: recursively search for dtbs

2023-05-22 Thread Randolph Sapp via lists.openembedded.org
On 5/22/23 03:00, Richard Purdie wrote: On Fri, 2023-05-12 at 12:22 -0500, Randolph Sapp via lists.openembedded.org wrote: From: Randolph Sapp Upstream's dtb directory structure has no real standard. They just tend to idle around the 2/3 directory depth. Recursively search for the dtb/dtbo

[OE-core][PATCHv2 0/2] Fix: allow specification of dtb directory

2023-05-12 Thread Randolph Sapp via lists.openembedded.org
From: Randolph Sapp Fix a few of the oddities introduced by the previous patch that allowed specification of the DTB install directory and specification of vendor directories in that directory. Add a recursive search for dtb and dtbo files to make sure upstream dtb directory standards don't

[OE-core][PATCHv2 1/2] kernel-devicetree: make shell scripts posix compliant

2023-05-12 Thread Randolph Sapp via lists.openembedded.org
From: Martin Jansa Use the notation suggested by Martin Jansa to avoid a bashism. Also switch KERNEL_DTBVENDORED to the more common 0/1 notation instead of true/false. Fixes: 04ab57d200 (kernel-devicetree: allow specification of dtb directory, 2023-05-02) Signed-off-by: Martin Jansa

[OE-core][PATCHv2 2/2] kernel-devicetree: recursively search for dtbs

2023-05-12 Thread Randolph Sapp via lists.openembedded.org
From: Randolph Sapp Upstream's dtb directory structure has no real standard. They just tend to idle around the 2/3 directory depth. Recursively search for the dtb/dtbo files instead of assuming anything. Fixes: 04ab57d200 (kernel-devicetree: allow specification of dtb directory, 2023-05-02)

Re: [OE-core][PATCH 0/2] Fix: allow specification of dtb directory

2023-05-12 Thread Randolph Sapp via lists.openembedded.org
: $ bitbake linux-yocto -cdo_package -Sprintdiff Right you are. Expect a v2 using a specialized function to avoid the metadata change in a minute. On 11/05/2023 16:36:12-0500, Randolph Sapp via lists.openembedded.org wrote: From: Randolph Sapp Fix a few of the oddities introduced by the previous

[OE-core][PATCH 0/2] Fix: allow specification of dtb directory

2023-05-11 Thread Randolph Sapp via lists.openembedded.org
From: Randolph Sapp Fix a few of the oddities introduced by the previous patch that allowed specification of the DTB install directory and specification of vendor directories in that directory. Add a recursive search for dtb and dtbo files to make sure upstream dtb directory standards don't

[OE-core][PATCH 2/2] kernel-devicetree: recursively search for dtbs

2023-05-11 Thread Randolph Sapp via lists.openembedded.org
From: Randolph Sapp Upstream's dtb directory structure has no real standard. They just tend to idle around the 2/3 directory depth. Recursively search for the dtb/dtbo files instead of assuming anything. Fixes: 04ab57d200 (kernel-devicetree: allow specification of dtb directory, 2023-05-02)

[OE-core][PATCH 1/2] kernel-devicetree: make shell scripts posix compliant

2023-05-11 Thread Randolph Sapp via lists.openembedded.org
From: Martin Jansa Use the notation suggested by Martin Jansa to avoid a bashism. Also switch KERNEL_DTBVENDORED to the more common 0/1 notation instead of true/false. Fixes: 04ab57d200 (kernel-devicetree: allow specification of dtb directory, 2023-05-02) Signed-off-by: Martin Jansa

Re: [OE-core][PATCH] kernel-devicetree: allow specification of dtb directory

2023-05-08 Thread Randolph Sapp via lists.openembedded.org
On 5/8/23 13:32, Denys Dmytriyenko wrote: On Mon, May 08, 2023 at 02:18:57PM -0400, Denys Dmytriyenko wrote: On Mon, May 08, 2023 at 01:13:58PM -0500, Randolph Sapp wrote: On 5/8/23 01:13, Peter Kjellerstedt wrote: That is most certainly a good alternative. //Peter *From:*Martin Jansa

Re: [OE-core][PATCH] kernel-devicetree: allow specification of dtb directory

2023-05-08 Thread Randolph Sapp via lists.openembedded.org
core@lists.openembedded.org> *Subject:* Re: [OE-core][PATCH] kernel-devicetree: allow specification of dtb directory On Fri, May 5, 2023 at 6:38 PM Randolph Sapp via lists.openembedded.org <http://lists.openembedded.org> mailto:ti@lists.openembedded.org>> wrote:

[OE-core][PATCH] kernel-devicetree: allow specification of dtb directory

2023-05-05 Thread Randolph Sapp via lists.openembedded.org
From: Randolph Sapp Fedora/Redhat and Arch are somewhat standardized on their dtb directory structure. Let's add some flags to configure yocto to mimic that behavior. Add the following variables to the kernel class: - KERNEL_DTBDEST (controls the destination directory for dtbs)

Re: [OE-core] [PATCH v2] wic/bootimg-efi: if fixed-size is set then use that for mkdosfs

2023-05-02 Thread Randolph Sapp via lists.openembedded.org
On 5/2/23 18:02, Denys Dmytriyenko wrote: On Wed, Apr 26, 2023 at 02:06:59AM -0700, Paresh Bhagat via lists.openembedded.org wrote: Hi Randolph I tested your patch in my local kirkstone build for am62x. SD Card boot is working. Boot logs here:

[OE-core][kirkstone][PATCHv2] kernel-devicetree: allow specification of dtb directory

2023-05-02 Thread Randolph Sapp via lists.openembedded.org
From: Randolph Sapp Fedora/Redhat and Arch are somewhat standardized on their dtb directory structure. Let's add some flags to configure yocto to mimic that behavior. Add the following variables to the kernel class: - KERNEL_DTBDEST (controls the destination directory for dtbs)

[OE-core] [PATCH] kernel-devicetree: allow specification of dtb directory

2023-05-02 Thread Randolph Sapp via lists.openembedded.org
From: Randolph Sapp Fedora/Redhat and Arch are somewhat standardized on their dtb directory structure. Let's add some flags to configure yocto to mimic that behavior. Add the following variables to the kernel class: - KERNEL_DTBDEST (controls the destination directory for dtbs)

[OE-core][kirkstone][PATCH] wic/bootimg-efi: if fixed-size is set then use that for mkdosfs

2023-05-01 Thread Randolph Sapp via lists.openembedded.org
From: Randolph Sapp This is a bit of a compatibility issue more than anything. Some devices get upset if the FAT file system contains less blocks than the partition. The fixed-size argument is currently respected by the partition creation step but not by the file system creation step. Let's

Re: [OE-core] [PATCH v2] wic/bootimg-efi: if fixed-size is set then use that for mkdosfs

2023-04-24 Thread Randolph Sapp via lists.openembedded.org
On 4/24/23 03:48, Luca Ceresoli wrote: Hello Randolph, On Fri, 21 Apr 2023 16:26:13 -0500 "Randolph Sapp via lists.openembedded.org" wrote: As you can see your sender address has been mangled, and as a result the patch is rejected by the the openem

Re: [OE-core] [PATCH] wic/bootimg-efi: if fixed-size is set then use that for mkdosfs

2023-04-21 Thread Randolph Sapp via lists.openembedded.org
On 4/21/23 16:10, Randolph Sapp via lists.openembedded.org wrote: This is a bit of a compatibility issue more than anything. Some devices get upset if the FAT file system contains less blocks than the partition. The fixed-size argument is currently respected by the partition creation step

[OE-core] [PATCH v2] wic/bootimg-efi: if fixed-size is set then use that for mkdosfs

2023-04-21 Thread Randolph Sapp via lists.openembedded.org
This is a bit of a compatibility issue more than anything. Some devices get upset if the FAT file system contains less blocks than the partition. The fixed-size argument is currently respected by the partition creation step but not by the file system creation step. Let's make it so the file

[OE-core] [PATCH] wic/bootimg-efi: if fixed-size is set then use that for mkdosfs

2023-04-21 Thread Randolph Sapp via lists.openembedded.org
This is a bit of a compatibility issue more than anything. Some devices get upset if the FAT file system contains less blocks than the partition. The fixed-size argument is currently respected by the partition creation step but not by the file system creation step. Let's make it so the file