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 do_package

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 anothe

[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 baremet

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 i

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 +++ b/recipes-devtools/abseil-cpp/abseil-cpp_git.bbappen

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 qu

[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: Yo