[yocto] [meta-tensorflow][PATCH] bazel-native: Allow build from sstate-cache

2023-05-11 Thread Tomasz Dziendzielski
Using TOPDIR variable breaks the sstate-cache every time build directory changes totally breaking build from sstate-cache among different workspaces. Changing that to TMPDIR that is included in BB_HASHEXCLUDE_COMMON. Another thing is disabling the UNINATIVE_LOADER, causing sstate-cache artifacts

Re: [yocto] [meta-tensorflow][PATCH] bazel-native: Allow build from sstate-cache

2023-05-11 Thread Jose Quaresma
Hi Tomasz, Tomasz Dziendzielski escreveu no dia quinta, 11/05/2023 à(s) 09:53: > Using TOPDIR variable breaks the sstate-cache every time build directory > changes totally breaking build from sstate-cache among different > workspaces. > > Changing that to TMPDIR that is included in BB_HASHEXCLUD

Re: [yocto] [meta-tensorflow][PATCH] bazel-native: Allow build from sstate-cache

2023-05-11 Thread Tomasz Dziendzielski
Hi Jose, >Why not use the something inside the bitbake TMPDIR, if it is temporary the correct place will be in TMPDIR. I wanted to keep the same directory as it was before, but you're right TMPDIR/bazel will be better place. I'll send second patch. Best regards, Tomasz Dziendzielski -=-=-=-=-=-=-

[yocto] [meta-tensorflow][PATCH v2] bazel-native: Allow build from sstate-cache

2023-05-11 Thread Tomasz Dziendzielski
Using TOPDIR variable breaks the sstate-cache every time build directory changes totally breaking build from sstate-cache among different workspaces. Changing that to TMPDIR that is included in BB_HASHEXCLUDE_COMMON. Another thing is disabling the UNINATIVE_LOADER, causing sstate-cache artifacts

Re: [yocto] [meta-tensorflow][PATCH] bazel-native: Allow build from sstate-cache

2023-05-11 Thread Jose Quaresma
Tomasz Dziendzielski escreveu no dia quinta, 11/05/2023 à(s) 10:15: > Hi Jose, > >Why not use the something inside the bitbake TMPDIR, if it is temporary > the correct place will be in TMPDIR. > I wanted to keep the same directory as it was before, but you're right > TMPDIR/bazel will be better p

Re: [yocto] openssl/libffi build broken for musl/cortex-m7

2023-05-11 Thread Ross Burton
On 11 May 2023, at 10:37, Ayoub Zaki via lists.yoctoproject.org wrote: > I'm trying to build a simple yocto (Kirkstone) initramfs image containing > only busybox for a STM32Fx cortex M7 based MCU: > > https://www.st.com/en/microcontrollers-microprocessors/stm32f7-series.html > > U-boot and Ker

[yocto] Kirkstone Rust 1.68 mixin layer

2023-05-11 Thread Scott Murray
Just a FYI, the Rust 1.68 mixin layer is now available in the meta-lts-mixins repository as the kirkstone/rust-1.68 branch. It is synced up with what Steve has queued for Mickledore LTS, so it currently provides Rust 1.68.2. Scott -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to t

[yocto] OTA Updates

2023-05-11 Thread MOHAMMED HASSAN
Hi all, So I am referring this page for OTA updates https://wiki.yoctoproject.org/wiki/System_Update However are these all paid or free services. Any more info about these services is welcomed. Also are there any tutorials, YouTube videos on ota updates for yocto? I couldn’t find any though. Reg

[yocto] Minutes: Yocto Project Weekly Triage Meeting 11/05/2023

2023-05-11 Thread sakib.sajal via lists.yoctoproject.org
*Wiki: *https://wiki.yoctoproject.org/wiki/Bug_Triage *Attendees: *Richard Purdie, Steve Sakoman, Stephen Jolley, Trevor Gamblin, Randy Macleod, Joshua Watt, Ross Burton, Alexandre Belloni,  Tim Orling, Bruce Ashfield, Michael Opdenacker, Michael Halstead, Yoann Congal *ARs:** * *Notes: * *

Re: [yocto] OTA Updates

2023-05-11 Thread Josef Holzmayr
For Mender there is a pretty detailed guide on how to build and run a demo image at https://docs.mender.io/operating-system-updates-yocto-project/build-for-demo Various board integrations are maintained on https://github.com/mendersoftware/meta-mender-community, and/or documented on hub.mender.io.

Re: [yocto] openssl/libffi build broken for musl/cortex-m7

2023-05-11 Thread Khem Raj
this is known - see https://github.com/libffi/libffi/issues/267 someone needs to fix it for thumb-only mode. On Thu, May 11, 2023 at 6:04 AM Ross Burton wrote: > > On 11 May 2023, at 10:37, Ayoub Zaki via lists.yoctoproject.org > wrote: > > I'm trying to build a simple yocto (Kirkstone) initram

Re: [yocto] OTA Updates

2023-05-11 Thread Ricardo Salveti
On Thu, May 11, 2023 at 11:33 AM MOHAMMED HASSAN wrote: > > Hi all, > So I am referring this page for OTA updates > https://wiki.yoctoproject.org/wiki/System_Update > > However are these all paid or free services. Any more info about these > services is welcomed. > Also are there any tutorials, Y

Re: [yocto] OTA Updates

2023-05-11 Thread Stefano Babic
Hi, On 11.05.23 16:33, MOHAMMED HASSAN wrote: Hi all, So I am referring this page for OTA updates https://wiki.yoctoproject.org/wiki/System_Update However are these all paid or free services. Any more info about these services is welcomed. A

Re: [yocto] OTA Updates

2023-05-11 Thread Leon Woestenberg
Hello, we have implemented OTA based on OSTree, in a non-commercial no-license-fee setting, to update OTA over mobile (3G/4G) data connections. I remember the OTA server was really easy to setup. We let Yocto deploy directly to the OTA server, using CI/CD. Basically the server worked out of the

Re: [yocto] [meta-security][PATCH v2 0/4] Fix some issues due to IMA related changes

2023-05-11 Thread Armin Kuster
On 5/10/23 10:51 AM, Stefan Berger wrote: This patchset removes a kernel patch related to overlayfs and IMA appraisal file change notifictions and a squashfs xattr kernel config option. Further, it fixes the do_configure function and renames linux-%.bbappend to linux-yocto%.bbappend to avoid si

[yocto] Problem Building python3-cryptography in kirkstone + chirpstack mixins - building for Layerscape

2023-05-11 Thread Darcy Watkins via lists.yoctoproject.org
Hi, I am facing a challenge related to getting LoRa chirpstack to build into a Yocto based image. The Yocto based image is part of a project based on ‘kirkstone’ to build for a Layerscape LS1021A SoC (Freescale/NXP). This normally builds without issue, including to build the python3-cryptogra

[yocto] Tried to enable vdso

2023-05-11 Thread lancelot.kao via lists.yoctoproject.org
I installed the eltt2(https://github.com/Infineon/eltt2) into my system and it requires the linux-vdso.so.1. So I add the two lines into my liunx-yocto_%.bbappend, but the vdso64.so didn't install into the rootfs. KERNEL_FEATURES += "features/vdso/vdso.scc" IMAGE_INSTALL += "vdso" I also add do_