Activity
From 03/05/2024 to 04/03/2024
04/03/2024
- JC 08:52 PM Software Development: RE: Toolchain Versions Question
- We are working on the SDK 09 release right now. This is built using yocto kirkstone and uses gnu 11.3 and bumps u-boot to 2023.01 and the kernel to 6.1. The release is supposed to be imminent though unrelated problems keep redirecting r...
- What is the recommended approach to toolchain management?
For example, I see the toolchain today uses CXX compiler GNU 9.2.1.
* Is it recommended to "stay in that lane" to maintain support?
What if I want GNU 11?
* Is that a ... - NW 08:06 PM Software Development: RE: Error with certificates in the Docker container
- Thanks!
- JC 07:14 PM Software Development: RE: Error with certificates in the Docker container
- I pushed an updated Dockerfile which deletes the git executables from the SDK since the system git is newer and uses the correct ca-certs.
https://support.criticallink.com/gitweb/?p=containers.git;a=blobdiff;f=am62xx/Dockerfile;h=04b780... - JC 06:47 PM Software Development: RE: Error with certificates in the Docker container
- The issue is the certs in the SDK toolchain are old. I'm not even sure why yocto ships its own certs but it does... If I force it to use the system's git under /usr/bin then the clone works fine. I'll see if I can update the Dockerfil...
- Hello,
I am attempting to use the mitysom_ubuntu:22.04 image created via containers/am62xx/make.
We have a cmake project that wants to fetch some stuff at configure time.
The fetches are failing with...