Re: [yocto] Run a post-processing step after image generation

2024-05-26 Thread Jocelyn Meyron
Thanks, that looks like a good solution for me. Just to be sure, when you mention that "t here's a way to extend what gets copied there beyond the standard set of headers/libraries", you are about modifying the "SYSROOT_DIRS" variable? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sen

[yocto] Migration Issue

2024-05-26 Thread Bratiranjan Acharya
Hi, i am migrating yocto from kisrkstone to scarthgap with keeping my custom layers as it is, i have checked-out to the scarthgap branch both in poky and meta-openembedded and my kernel version is 6.1. Just a small enquiry, will this kernel smoothly works on the scarthgap? Or else we have to upgrad

[yocto] How to include full Golang build support in SDK?

2024-05-26 Thread Jonas Fredriksson
Hello, I'm trying to create an SDK that has support for cross-compiling Golang applications. I know that Golang supports this out-of-the-box via *"env GOOS=linux GOARCH=arm64 go build"* but I am linking against CGO which proved difficult this way. What I have: > > > > TOOLCHAIN_HOST_TASK:ap