Re: [OE-core] Which vendors maintain SDIO WiFi in mainline stable kernel

2022-03-29 Thread Fabio Estevam
Hi Jupiter, On Tue, Mar 29, 2022 at 3:16 AM JH wrote: > > Hi, > > I could not understand why so many large WiFi chip vendors retreat to > stop maintaining WiFi SDIO chips to mainline Linux kernel, and to > settle it's chip support to out of the tree, use its own SDK and > proprietary kernel tree

[OE-core] [PATCH meta-oe] rtc-tool: Add a recipe

2022-01-23 Thread Fabio Estevam
From: Fabio Estevam rtc-tools is a useful utility developed by Alexandre Belloni for testing RTC kernel drivers, such as y2038 support. Based on the initial recipe from Heiko Schocher . Signed-off-by: Fabio Estevam --- .../0001-rtc-tools-Add-a-Makefile.patch | 52

Re: [OE-core] [PATCH meta-oe] rtc-tool: Add a recipe

2022-01-24 Thread Fabio Estevam
Hi Christian, On Mon, Jan 24, 2022 at 6:57 AM Christian Eggers wrote: > > Hi Fabio, > > from my experience, custom build systems (including "bare" Makefiles) > are often hard to integrate/maintain for distributors. rtc-tools is a straightforward package and I have sent the Makefile patch

Re: [OE-core][PATCH v2] license.bbclass: prefere plus singnal over append on IMAGE_CLASSES

2023-10-30 Thread Fabio Estevam
On Mon, Oct 30, 2023 at 3:54 PM Jose Quaresma wrote: > > The append override is much harder to remove so change that. > > Signed-off-by: Jose Quaresma > --- > > v2: fix typo in 'change' There is another typo in the Subject in the word "signal". -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all

Re: [OE-core] [PATCH 3/5] meta-yocto-bsp/conf/machine: remove SERIAL_CONSOLES_CHECK

2023-10-30 Thread Fabio Estevam
Hi Ross, On Tue, Oct 10, 2023 at 9:37 AM Ross Burton wrote: > > From: Ross Burton > > There's no need for this variable anymore, as all consoles listed in > SERIAL_CONSOLES are checked for their existence before a getty is > started. > --- Your Signed-off-by tag is missing.

[OE-core] [PATCH] packagegroup-core-tools-profile: Remove PROFILE_TOOLS_X

2023-10-17 Thread Fabio Estevam
Since commit d085e70eeedb ("sysprof: move recipe to meta-oe") PROFILE_TOOLS_X is always set to an empty string. Remove PROFILE_TOOLS_X as it is no longer needed. Reported-by: Robert P. J. Day Signed-off-by: Fabio Estevam --- .../packagegroups/packagegroup-core-tools-profile.bb

[OE-core] [PATCH] u-boot: Upgrade to 2023.10

2023-10-02 Thread Fabio Estevam
Upgrade to U-Boot 2023.10. The U-Boot 2023.10 tag is in the master branch, so switch the branch back to master. Signed-off-by: Fabio Estevam --- meta/recipes-bsp/u-boot/u-boot-common.inc | 4 ++-- .../{u-boot-tools_2023.07.02.bb => u-boot-tools_2023.10.bb} | 0 .../u-b

Re: [OE-core] [PATCH][V2] u-boot: upgrade 2022.04 -> 2022.07

2022-07-13 Thread Fabio Estevam
Hi Alexandre and Sakib, On Wed, Jul 13, 2022 at 4:29 AM Alexandre Belloni via lists.openembedded.org wrote: > | > /home/pokybuild/yocto-worker/qemux86-world/build/build/tmp/work/core2-64-poky-linux/u-boot-tools/1_2022.07-r0/git/scripts/dtc/pylibfdt/setup.py:21: > DeprecationWarning: The

[OE-core] [PATCH] go-mod.bbclass: Remove repeated word

2022-10-17 Thread Fabio Estevam
The word 'the' appears repeatedly. Remove one occurrence. Signed-off-by: Fabio Estevam --- meta/classes-recipe/go-mod.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes-recipe/go-mod.bbclass b/meta/classes-recipe/go-mod.bbclass index 927746a338be

Re: [OE-core] [PATCH] perf: Depend on native setuptools3

2022-11-01 Thread Fabio Estevam
Hi Armin, On Tue, Oct 11, 2022 at 12:02 AM Khem Raj wrote: > > perf has need for python setuptools when scripting is enabled > from 6.0.0 onwards it seems to throw an explicit error > > Signed-off-by: Khem Raj > Cc: Bruce Ashfield This one landed in master:

Re: [OE-core] [PATCH v2] u-boot: Upgrade to 2023.01

2023-01-11 Thread Fabio Estevam
On Wed, Jan 11, 2023 at 3:44 PM Fabio Estevam via lists.openembedded.org wrote: > > Upgrade to U-Boot 2023.01. > > Remove the two patches that are now upstream: > > e67f34f778ba ("riscv: support building double-float modules") > 1dde977518f1 ("riscv: Fix buil

[OE-core] [PATCH] u-boot: Upgrade to 2023.01

2023-01-11 Thread Fabio Estevam
From: Fabio Estevam Upgrade to U-Boot 2023.01. Remove the two patches that are now upstream: e67f34f778ba ("riscv: support building double-float modules") 1dde977518f1 ("riscv: Fix build against binutils 2.38") Signed-off-by: Fabio Estevam --- ...1-riscv-fix-build-with

[OE-core] [PATCH v2] u-boot: Upgrade to 2023.01

2023-01-11 Thread Fabio Estevam
Upgrade to U-Boot 2023.01. Remove the two patches that are now upstream: e67f34f778ba ("riscv: support building double-float modules") 1dde977518f1 ("riscv: Fix build against binutils 2.38") Signed-off-by: Fabio Estevam --- Changes since v1: - Rename u-boot-tools_

Re: [oe-core][kirkstone][PATCH 1/1] python3: advance to version 5.10.8

2022-11-17 Thread Fabio Estevam
On Thu, Nov 17, 2022 at 6:16 PM Joe Slater wrote: > > Fixes CVE-2022-37460. Also add patch to fix CVE-2022-37454. > > Signed-off-by: Joe Slater There is a typo in the Subject. It should be 3.10.8 instead. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply

[OE-core] [PATCH v4] u-boot: Upgrade to 2023.01

2023-01-19 Thread Fabio Estevam
From: Fabio Estevam Upgrade to U-Boot 2023.01. Remove the two patches that are now upstream: e67f34f778ba ("riscv: support building double-float modules") 1dde977518f1 ("riscv: Fix build against binutils 2.38") And add a patch that fixes u-boot-tools build. Signed-o

[OE-core] [PATCH v3] u-boot: Upgrade to 2023.01

2023-01-19 Thread Fabio Estevam
From: Fabio Estevam Upgrade to U-Boot 2023.01. Remove the two patches that are now upstream: e67f34f778ba ("riscv: support building double-float modules") 1dde977518f1 ("riscv: Fix build against binutils 2.38") And add a patch that fixes u-boot-tools build. Signed-o

[OE-core] [PATCH] u-boot: Update Upstream-Status

2023-01-26 Thread Fabio Estevam
From: Fabio Estevam The patch to fix the tools-only_defconfig error has landed in U-Boot upstream. Update the Upstream-Status accordingly. Signed-off-by: Fabio Estevam --- ...1-Revert-config-tools-only-add-VIDEO-to-build-bmp_logo.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[OE-core] [PATCH][kirkstone] bitbake: fetch2/git: Prevent git fetcher from fetching gitlab repository metadata

2023-01-26 Thread Fabio Estevam
in the common case, since 'nobranch=1' is rare. Update 'nobranch' documentation. Reviewed-by: Peter Kjellerstedt (Bitbake rev: d32e5b0ec2ab85ffad7e56ac5b3160860b732556) Signed-off-by: Marek Vasut Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie Signed-off-by: Fabio Estevam

[OE-core] bitbake: Backport a fetch2/git commit to kirkstone

2023-01-26 Thread Fabio Estevam
Hi Steve, Could you please backport poky commit 2ee1fdb8404d ("bitbake: fetch2/git: Prevent git fetcher from fetching gitlab repository metadata") to kirkstone? It fixes an issue when trying to fetch mesa. Thanks a lot, Fabio Estevam -=-=-=-=-=-=-=-=-=-=-=- Links: You receive al

Re: [OE-core] [PATCH] piglit: upgrade to latest revision

2023-05-02 Thread Fabio Estevam
On Tue, May 2, 2023 at 12:13 PM Ross Burton wrote: > > From: Upgrade Helper > > --- Missing Signed-off-by tag. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#180747): https://lists.openembedded.org/g/openembedded-core/message/180747 Mute This

Re: [oe-core][PATCH 1/2] gtk4: update 4.10.0 -> 4.10.3

2023-05-02 Thread Fabio Estevam
On Tue, May 2, 2023 at 12:20 PM Markus Volk wrote: > > Overview of Changes in 4.10.3, 22-04-2023 > = > > * Fix a popover positioning regression in 4.10.2 > > * Fix issues with slow loading files in the file chooser > > Overview of Changes in 4.10.2,

[OE-core] [PATCH] u-boot: Upgrade to 2023.04

2023-04-03 Thread Fabio Estevam
From: Fabio Estevam Upgrade to U-Boot 2023.04. Remove the patch that is now upstream. Signed-off-by: Fabio Estevam --- ...ols-only-add-VIDEO-to-build-bmp_logo.patch | 39 --- meta/recipes-bsp/u-boot/u-boot-common.inc | 2 +- .../u-boot/u-boot-tools_2023.01.bb

[OE-core] [PATCH 1/2] u-boot: Switch to nobranch=1

2023-07-14 Thread Fabio Estevam
From: Marek Vasut U-Boot 2023.07.y tags are not in the master branch, switch to nobranch=1 to be able to pull arbitrary commit from arbitrary branch. Signed-off-by: Marek Vasut Signed-off-by: Fabio Estevam --- meta/recipes-bsp/u-boot/u-boot-common.inc | 2 +- 1 file changed, 1 insertion

[OE-core] [PATCH 2/2] u-boot: Upgrade to 2023.07.02

2023-07-14 Thread Fabio Estevam
From: Fabio Estevam Upgrade to U-Boot 2023.07.02. Signed-off-by: Fabio Estevam --- meta/recipes-bsp/u-boot/u-boot-common.inc | 2 +- .../{u-boot-tools_2023.07.bb => u-boot-tools_2023.07.02.bb} | 0 .../u-boot/{u-boot_2023.07.bb => u-boot_2023.07.02.bb}

[OE-core] [PATCH v2] u-boot: Upgrade to 2023.07.02

2023-07-14 Thread Fabio Estevam
From: Fabio Estevam Upgrade to U-Boot 2023.07.02. The U-Boot 2023.07.02 tag is not in the master branch, so switch the branch from master to u-boot-2023.07.y. Signed-off-by: Fabio Estevam --- Changes since v1: - Do not use nobranch and squash the two changes (Alexander). meta/recipes-bsp/u

[OE-core] [PATCH] u-boot: Update Upstream-Status

2023-07-04 Thread Fabio Estevam
From: Fabio Estevam The patch to fix the mkimage path length error has landed in U-Boot upstream. Update the Upstream-Status accordingly. Signed-off-by: Fabio Estevam --- .../files/0001-mkimage-Use-PATH_MAX-for-path-length.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[OE-core] [PATCH] u-boot: Upgrade to 2023.07

2023-07-10 Thread Fabio Estevam
From: Fabio Estevam Upgrade to U-Boot 2023.07. Remove the patch that is now upstream. Signed-off-by: Fabio Estevam --- ...mkimage-Use-PATH_MAX-for-path-length.patch | 40 --- meta/recipes-bsp/u-boot/u-boot-common.inc | 2 +- .../u-boot/u-boot-tools_2023.04.bb

Re: [OE-core] [PATCH] pulseaudio: Update to 17.0

2024-01-24 Thread Fabio Estevam
Hi Ross, On Wed, Jan 24, 2024 at 9:48 AM Ross Burton wrote: > > On 23 Jan 2024, at 14:08, Fabio Estevam via lists.openembedded.org > wrote: > > +FILES:${PN}-server = "${bindir}/pulseaudio ${bindir}/start-* ${datadir} > > ${sysconfdir} ${bindir}/pactl */udev/rul

[OE-core] [PATCH v2] pulseaudio: Update to 17.0

2024-01-24 Thread Fabio Estevam
From: Fabio Estevam Update to pulseaudio 17.0 version. Since pulseaudio commit e96d278bfc51 ("daemon/meson.build: Install dbus policy in /usr, not /etc"), pulseaudio-system.conf needs to be passed in FILES, otherwise the following QA error is seen: ERROR: pulseaudio-17.0-r0 do_p

Re: [OE-core] [PATCH 1/2] qemurunner: Impove stdout logging handling

2023-12-18 Thread Fabio Estevam
On Mon, Dec 18, 2023 at 12:30 PM Richard Purdie wrote: > > We need to ensure we read from and log the output from qemu stdout > as otherwise the buffers can fill and block, leading qemu to hand. > Use our existing logging thread to do this. s/Impove/Improve on the Subject line of both patches.

[OE-core] [PATCH] kmscube: Upgrade to latest revision

2023-12-26 Thread Fabio Estevam
From: Fabio Estevam Upgrade to the latest kmscube revision. Signed-off-by: Fabio Estevam --- meta/recipes-graphics/kmscube/kmscube_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/kmscube/kmscube_git.bb b/meta/recipes-graphics/kmscube

[OE-core] [PATCH] libdrm: Upgrade to 2.4.119

2023-12-21 Thread Fabio Estevam
From: Fabio Estevam Upgrade to 2.4.119 which has the following changes: Marek Olšák (2): amdgpu: add amdgpu_va_get_start_addr meson: bump libdrm version to 2.4.119 Signed-off-by: Fabio Estevam --- .../drm/{libdrm_2.4.118.bb => libdrm_2.4.119.bb}| 2 +- 1 f

[OE-core] [PATCH] bmap-tools: Upgrade to 3.7

2024-01-02 Thread Fabio Estevam
From: Fabio Estevam Upgrade to version 3.7. The COPYING file has been renamed as LICENSE, so adapt LIC_FILES_CHKSUM accordingly. Signed-off-by: Fabio Estevam --- meta/recipes-support/bmap-tools/bmap-tools_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta

[OE-core] [PATCH] libusb1: Do not match on -rc versions

2024-01-04 Thread Fabio Estevam
From: Fabio Estevam Currently, the upstream check gives incorrect results: $ devtool latest-version libusb1 ... INFO: Current version: 1.0.26 INFO: Latest version: 1.0.27 There is no 1.0.27 release yet, only 1.0.27-rc1. Anuj Mittal has submitted the fix in v2: https://lists.openembedded.org/g

[OE-core] [PATCH] usbutils: Update to version 017

2024-01-03 Thread Fabio Estevam
From: Fabio Estevam Update to version 017 and add a patch to fix a buildpath error. Signed-off-by: Fabio Estevam --- ...0001-usbutils.pc.in-Fix-Cflags-entry.patch | 34 +++ .../{usbutils_015.bb => usbutils_017.bb} | 3 +- 2 files changed, 36 insertions(+), 1 delet

Re: [OE-core] [PATCH] kmscube: Upgrade to latest revision

2024-01-08 Thread Fabio Estevam
On Mon, Jan 8, 2024 at 2:26 PM Martin Jansa wrote: > On this platform it doesn't as GL/gl.h is not available, but it builds fine > after replacing GL/gl.h with GLES3/gl3.h (for GL_DEPTH24_STENCIL8). Thanks for the suggestion. I will send a fix upstream. -=-=-=-=-=-=-=-=-=-=-=- Links: You

[OE-core] [PATCH 1/2] kmscube: Change header file to

2024-01-08 Thread Fabio Estevam
From: Fabio Estevam Since kmscube commit 96d63eb59e34 ("kmscube: Add gears mode"), kmscube fails to build on platforms without . Fix it by changing the header file to . Reported-by: Martin Jansa Signed-off-by: Fabio Estevam --- ...rs-Change-header-file-to-GLES3-gl3.h.

[OE-core] [PATCH 2/2] kmscube: Add package version

2024-01-08 Thread Fabio Estevam
From: Fabio Estevam kmscube meson.build passes version : '0.0.1', so add a package version entry to match. Suggested-by: Martin Jansa Signed-off-by: Fabio Estevam --- meta/recipes-graphics/kmscube/kmscube_git.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-graphics

[OE-core] [PATCH] mesa: Upgrade 23.3.2 -> 23.3.3

2024-01-11 Thread Fabio Estevam
From: Fabio Estevam Mesa 23.3.3 release notes: https://lists.freedesktop.org/archives/mesa-announce/2024-January/000742.html Signed-off-by: Fabio Estevam --- .../mesa/{mesa-gl_23.3.2.bb => mesa-gl_23.3.3.bb} | 0 meta/recipes-graphics/mesa/mesa.

[OE-core] [PATCH] libdrm: Upgrade to 2.4.120

2024-01-13 Thread Fabio Estevam
From: Fabio Estevam Upgrade to 2.4.120 which has the following changes: Eric Engestrom (1): radeon: fix missing stencil_tile_mode initialisation in the linear/fallback case Pierre-Eric Pelloux-Prayer (1): amdgpu: fix use-after-free Simon Ser (2): Sync headers with drm-next

[OE-core] [PATCH] weston: Update to 13.0.0

2024-01-15 Thread Fabio Estevam
From: Fabio Estevam Update to Weston 13.0.0. Remove the following options that were no longer exist in 13.0.0: launcher-libseat and launcher-libseat. Add seatd as a required dependency for kms. Signed-off-by: Fabio Estevam --- .../wayland/{weston_12.0.2.bb => weston_13.0.0.bb}

[OE-core] [PATCH v2] weston: Update to 13.0.0

2024-01-16 Thread Fabio Estevam
From: Fabio Estevam Update to Weston 13.0.0. Remove the following options that were no longer exist in 13.0.0: deprecated-launcher-logind and launcher-libseat. Add seatd as a required dependency for kms. Signed-off-by: Fabio Estevam --- Changes since v1: - Fixed typo in the commit log. (Khem

[OE-core] [PATCH] iputils: Update to 20240117

2024-01-17 Thread Fabio Estevam
From: Fabio Estevam Update to the 20240117 release. Signed-off-by: Fabio Estevam --- .../iputils/{iputils_20231222.bb => iputils_20240117.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/iputils/{iputils_20231222.bb => iputils_20240117.b

Re: [OE-core] [PATCH] kmscube: Upgrade to latest revision

2024-01-08 Thread Fabio Estevam
Hi Martin, On Mon, Jan 8, 2024 at 1:21 PM Martin Jansa wrote: > > Hi, > > can you please set PV to something else than "git"? meson.build says version > : '0.0.1' Yes, I can do that. > The last commit from the new 3 is causing build failure on some setups > without GL/gl.h: > >

[OE-core] [PATCH] u-boot: Upgrade to 2024.01

2024-01-08 Thread Fabio Estevam
From: Fabio Estevam Upgrade to U-Boot 2024.01. Signed-off-by: Fabio Estevam --- meta/recipes-bsp/u-boot/u-boot-common.inc | 2 +- .../u-boot/{u-boot-tools_2023.10.bb => u-boot-tools_2024.01.bb} | 0 .../recipes-bsp/u-boot/{u-boot_2023.10.bb => u-boot_2024.01.bb}

[OE-core] [PATCH] piglit: Update to latest revision

2024-01-25 Thread Fabio Estevam
From: Fabio Estevam Update to the latest piglit revision. Signed-off-by: Fabio Estevam --- meta/recipes-graphics/piglit/piglit_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb

[OE-core] [PATCH] mesa: Upgrade 23.3.3 -> 23.3.4

2024-01-27 Thread Fabio Estevam
From: Fabio Estevam Mesa 23.3.4 release notes: https://lists.freedesktop.org/archives/mesa-announce/2024-January/000745.html Signed-off-by: Fabio Estevam --- .../mesa/{mesa-gl_23.3.3.bb => mesa-gl_23.3.4.bb} | 0 meta/recipes-graphics/mesa/mesa.

[OE-core] [PATCH] pulseaudio: Update to 17.0

2024-01-23 Thread Fabio Estevam
From: Fabio Estevam Update to pulseaudio 17.0 version. Since pulseaudio commit e96d278bfc51 ("daemon/meson.build: Install dbus policy in /usr, not /etc"), ${datadir} needs to be passed in FILES, otherwise the following QA error is seen: ERROR: pulseaudio-17.0-r0 do_package

[OE-core] [PATCH v2] dev-manual: Convert to 'bmaptool-native'

2024-03-05 Thread Fabio Estevam
Since commit 7a036b1a1ec7 ("bmaptool: now part of Yocto Project") 'bmap-tools-native' has been renamed as 'bmaptool-native'. Adjust the references in the documentation accordingly. Suggested-by: Khem Raj Signed-off-by: Fabio Estevam --- Changes since v1: - Add d...@lists.yoctoproject

[OE-core] [PATCH] dev-manual: Convert to 'bmaptool-native'

2024-03-05 Thread Fabio Estevam
Since commit 7a036b1a1ec7 ("bmaptool: now part of Yocto Project") 'bmap-tools-native' has been renamed as 'bmaptool-native'. Adjust the references in the documentation accordingly. Suggested-by: Khem Raj Signed-off-by: Fabio Estevam --- documentation/dev-manual/bmapto

[OE-core] [PATCH] mesa: update 24.0.1 -> 24.0.2

2024-03-05 Thread Fabio Estevam
From: Fabio Estevam Mesa 24.0.2 release notes: https://lists.freedesktop.org/archives/mesa-announce/2024-February/000751.html Signed-off-by: Fabio Estevam --- .../mesa/{mesa-gl_24.0.1.bb => mesa-gl_24.0.2.bb} | 0 meta/recipes-graphics/mesa/mesa.

[OE-core] [PATCH] u-boot: Upgrade to 2024.04

2024-04-02 Thread Fabio Estevam
From: Fabio Estevam Upgrade to U-Boot 2024.04. Signed-off-by: Fabio Estevam --- meta/recipes-bsp/u-boot/u-boot-common.inc | 2 +- .../u-boot/{u-boot-tools_2024.01.bb => u-boot-tools_2024.04.bb} | 0 .../recipes-bsp/u-boot/{u-boot_2024.01.bb => u-boot_2024.04.bb}

Re: [OE-core] [PATCH] u-boot: update to final v2024.04 release

2024-04-09 Thread Fabio Estevam
On Tue, Apr 9, 2024 at 12:12 PM Tim Orling wrote: > > Release announcement: > https://lists.denx.de/pipermail/u-boot/2024-April/549827.html I submitted the U-Boot 2024.01 update last week: https://lore.kernel.org/openembedded-core/20240402120223.152044-1-feste...@gmail.com/

Re: [OE-core] [PATCH] openssl: add loongarch64 support

2024-02-24 Thread Fabio Estevam
On Sat, Feb 24, 2024 at 10:54 AM Xiaotian Wu wrote: > It would be nice to put here the same text you added in the cover letter. Also, you missed your Signed-off-by line. > --- > meta/recipes-connectivity/openssl/openssl_3.2.1.bb | 3 +++ > 1 file changed, 3 insertions(+)

[OE-core] [PATCH] u-boot: Move UBOOT_INITIAL_ENV back to u-boot.inc

2024-02-29 Thread Fabio Estevam
From: Fabio Estevam Commit cc6c3e31526d ("u-boot: Move definitions to common locations") moved UBOOT_INITIAL_ENV to uboot-config.bbclass, but it should be kept at u-boot.inc because it encodes ${PN} in it, which should be set by the U-Boot recipe. Currently, whatever inherits ub

[OE-core] [PATCH] [kirkstone] u-boot: Move UBOOT_INITIAL_ENV back to u-boot.inc

2024-03-03 Thread Fabio Estevam
From: Fabio Estevam Commit cc6c3e31526d ("u-boot: Move definitions to common locations") moved UBOOT_INITIAL_ENV to uboot-config.bbclass, but it should be kept at u-boot.inc because it encodes ${PN} in it, which should be set by the U-Boot recipe. Currently, whatever inherits ub