Re: [yocto] Devtool fails if SRCREV is set to ${AUTOREV} #kirkstone #devtool #yocto

2023-11-08 Thread Chris Wyse
I ran into this problem as well.  It doesn't seem like SRCPV is being set properly before use in the externalsrc.bbclass.  I added the following line before bpn = d.getVar('BPN'), and now it works fine.  Unfortunately, I needed to create another layer that overrides the poky classes to include

[yocto] [RFC][meta-yocto][PATCH] poky.conf: re-enable TCLIBCAPPEND

2023-11-08 Thread Denys Dmytriyenko
Back in 2011[0] TCLIBCAPPEND was disabled due to: "Poky doesn't support parallel builds of libc at this point" Since then musl, newlib and baremetal support were added along with ability to build them together in multiconfig environments. Some BSPs are actively using multiconfigs to build

Re: [yocto] Devtool fails if SRCREV is set to ${AUTOREV} #kirkstone #devtool #yocto

2023-11-08 Thread Yoann Congal
Le 08/11/2023 à 17:28, Chris Wyse a écrit : > I ran into this problem as well.  It doesn't seem like SRCPV is being set > properly before use in the externalsrc.bbclass.  I added the following line > before bpn = d.getVar('BPN'), and now it works fine.  Unfortunately, I needed > to create

Re: [yocto] [meta-security][PATCH] samhain: remove the buildpath

2023-11-08 Thread Yu, Mingli
Ping. Thanks, On 10/8/23 14:36, Yu, Mingli wrote: From: Mingli Yu Fixes: WARNING: samhain-server-4.4.10-r0 do_package_qa: QA Issue: File /var/lib/samhain/samhain-install.sh in package samhain-server contains reference to TMPDIR [buildpaths] WARNING: samhain-server-4.4.10-r0

Re: [yocto] [meta-mingw] patches for meta-openembedded recipes

2023-11-08 Thread Samuli Piippo
This would be one (upstreamed) patch and append for SYSROOT_DIRS diff --git a/recipes-devtools/abseil-cpp/abseil-cpp_git.bbappend b/recipes-devtools/abseil-cpp/abseil-cpp_git.bbappend new file mode 100644 index 000..eedde36 --- /dev/null +++

Re: [yocto] [meta-mingw] patches for meta-openembedded recipes

2023-11-08 Thread Joshua Watt
Depends on what the fix looks like. Most likely meta-openembedded though On Wed, Nov 8, 2023, 1:57 AM Samuli Piippo wrote: > Hi, > > There is a mingw build problem with abseil-cpp recipe from > meta-openembedded layer (master/nanbield). meta-mingw declares dependency > only to oe-core, so the

[yocto] [meta-mingw] patches for meta-openembedded recipes

2023-11-08 Thread Samuli Piippo
Hi, There is a mingw build problem with abseil-cpp recipe from meta-openembedded layer (master/nanbield). meta-mingw declares dependency only to oe-core, so the question is that should fixes be pushed to meta-mingw layer or directly to meta-openembedded? -samuli -=-=-=-=-=-=-=-=-=-=-=- Links:

Re: [linux-yocto] [V2] Re: [PATCH 000/130] Hi Bruce,

2023-11-08 Thread Kevin Hao
On Wed, Nov 08, 2023 at 05:36:30PM +, Kadambathur Subramaniyam, Saravanan via lists.yoctoproject.org wrote: > Hi Bruce, > > This pull (v2) is to enable support for board Microchip Polarfire SoC ICICLE > kit. > Both standard and rt kernel are well tested against 6.1, these images boots > well

Re: [linux-yocto] Trial merge of v6.1.61 for linux-yocto

2023-11-08 Thread Bruce Ashfield
Thanks Kevin! I didn't have any issues either. Bruce On Fri, Nov 3, 2023 at 5:21 AM Kevin Hao wrote: > > Hi Bruce, > > This is a trial merge of the stable kernel v6.1.61 for the following branches > in the linux-yocto. > 84d68d8dc1d6 v6.1/standard/sdkv5.10/axxia > defd1068ac96

Re: [linux-yocto] [linux-yocto/linux-yocto-rt v6.1]: arch: arm64: dts: remove llce_boot_status node to avoid building issue

2023-11-08 Thread Bruce Ashfield
In message: [linux-yocto/linux-yocto-rt v6.1]: arch: arm64: dts: remove llce_boot_status node to avoid building issue on 07/11/2023 Meng Li wrote: > From: Limeng > > Hi Bruce, > > This patch is used to remove llce_boot_status node to avoid building issue. > > Could you please help merge this