[yocto] [ANNOUNCEMENT] Yocto Project 4.0.11 is Released

2023-07-03 Thread Lee Chee Yang
Hi We are pleased to announce the Yocto Project 4.0.11 Release is now available for download. http://downloads.yoctoproject.org/releases/yocto/yocto-4.0.11/poky-fc697fe87412b9b179ae3a68d266ace85bb1fcc6.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-4.0.11/poky-fc697fe87412b9b179ae3a68d266ac

[yocto] Typo in python3/get_module_deps3.py?

2023-07-03 Thread Wes Tarro
I found a line in get_module_deps3.py that looked weird and could easily be a typo: https://git.yoctoproject.org/poky/tree/meta/recipes-devtools/python/python3/get_module_deps3.py#n35 Specifically on line 35 (for present git version): dep_path = dep_path.replace('/usr/bin''${bindir}') All of the

Re: [yocto] Building Tailscale with Yocto #golang

2023-07-03 Thread Tom Isaacson
What Yocto release are you using? I tried building Tailscale with Dunfell but the version of Go it includes was too old. On Mon, Jul 3, 2023 at 7:45 AM wrote: > > Hi! > I'm trying to build Tailscale with Yocto > This is me recipe: > > inherit go-mod > > SRC_URI = "git://github.com/tailscale/tails

Re: [yocto] File magic/sdk relocation

2023-07-03 Thread Alexander Kanavin
I think you might want to use create_wrapper helper, similar to how createrepo_c recipe does it: do_install:append:class-nativesdk() { create_wrapper ${D}/${bindir}/createrepo_c \ RPM_CONFIGDIR=${SDKPATHNATIVE}${libdir_nativesdk}/rpm \ MAGIC=${datadir}/misc/

Re: [yocto] Building Tailscale with Yocto #golang

2023-07-03 Thread Bruce Ashfield
On Mon, Jul 3, 2023 at 10:05 AM Janne Kiiskila wrote: > > Hei, > > > > Golang does have the required features to support this, but it is more of a > challenge to convince the repo owners to start using this. > > You can download all of the dependencies in golang with go mod vendor and > then sto

Re: [yocto] Building Tailscale with Yocto #golang

2023-07-03 Thread Khem Raj
On Mon, Jul 3, 2023 at 7:25 AM Janne Kiiskila wrote: > > Hei, > > > > Golang does have the required features to support this, but it is more of a > challenge to convince the repo owners to start using this. > > You can download all of the dependencies in golang with go mod vendor and > then stor

[yocto] [meta-security][PATCH 1/2] python3-tpm2-pytss: add python tss2 support

2023-07-03 Thread Armin Kuster
Signed-off-by: Armin Kuster --- .../tpm2-pytss/python3-tpm2-pytss_2.1.0.bb| 15 +++ 1 file changed, 15 insertions(+) create mode 100644 meta-tpm/recipes-tpm2/tpm2-pytss/python3-tpm2-pytss_2.1.0.bb diff --git a/meta-tpm/recipes-tpm2/tpm2-pytss/python3-tpm2-pytss_2.1.0.bb b/m

[yocto] [meta-security][PATCH 2/2] packagegroup: add python3-tpm2-pytss

2023-07-03 Thread Armin Kuster
Signed-off-by: Armin Kuster --- meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm2.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm2.bb b/meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm2.bb index fb0105e..

[yocto] Enhancements/Bugs closed WW26!

2023-07-03 Thread Stephen Jolley
All, The below were the owners of enhancements or bugs closed during the last week! Who Count richard.pur...@linuxfoundation.org 1 randy.macl...@windriver.com 1 Grand Total 2 Thanks, Stephen K. Jolley Yocto Project Program Manager *Cell:(208) 244-4460 * Emai

[yocto] Current high bug count owners for Yocto Project 4.3

2023-07-03 Thread Stephen Jolley
All, Below is the list as of top 30 bug owners as of the end of WW26 of who have open medium or higher bugs and enhancements against YP 4.3. There are 81 possible work days left until the final release candidates for YP 4.3 needs to be released. Who Count michael.opdenac...@bootlin.com 32

[yocto] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2023-07-03 Thread Stephen Jolley
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading: https://wiki.yoctoproject.org/wiki/Bug_Triage#Newc

Re: [yocto] Building Tailscale with Yocto #golang

2023-07-03 Thread Janne Kiiskila
Hei, Golang does have the required features to support this, but it is more of a challenge to convince the repo owners to start using this. You can download all of the dependencies in golang with go mod vendor and then store the vendor-folder to the repo as well. But, the repo will get a lot lar

Re: [yocto] Building Tailscale with Yocto #golang

2023-07-03 Thread Markus Volk
On Mon, Jul 3 2023 at 09:07:11 AM -0400, Bruce Ashfield wrote: We really shouldn't suggest the above to a developer without also the explanation as to why network access is disabled by default in tasks such as compile. You are of course right with your objections. However, this is the only wa

Re: [yocto] Building Tailscale with Yocto #golang

2023-07-03 Thread Bruce Ashfield
On Sun, Jul 2, 2023 at 4:30 PM Markus Volk wrote: > > You need to allow network connection for the do_compile task > > do_compile[network] = "1" We really shouldn't suggest the above to a developer without also the explanation as to why network access is disabled by default in tasks such as compi

Re: [yocto] File magic/sdk relocation

2023-07-03 Thread Oleksandr Hnatiuk via lists.yoctoproject.org
I think it hasn’t been noticed because openembedded-core doesn't build `file` in buildtools-tarball. To reproduce the error, you need to do the following: 1. Download openembedded-core and bitbake, source init script 2. Add nativesdk-file to TOOLCHAIN_HOST_TASK, e.g. add the following line to co

Re: [yocto] [QUESTION] [meta-security/meta-tpm/recipes-tpm2] Kirkstone release

2023-07-03 Thread Benjamin BARATTE via lists.yoctoproject.org
Hi Armin, > -Original Message- > From: akuster808 > Sent: Sunday, July 2, 2023 9:11 PM > To: Benjamin BARATTE ; > yocto@lists.yoctoproject.org > Subject: Re: [yocto] [QUESTION] [meta-security/meta-tpm/recipes-tpm2] > Kirkstone release > > Benjamin, > > On 6/30/23 11:12 AM, Benjamin BARA