Re: [yocto] Sanity check on a flashing process design

2024-11-17 Thread Jörg Sommer via lists . yoctoproject . org
Uy Ha via lists.yoctoproject.org schrieb am So 17. Nov, 08:48 (-0800): > Currently, I have  a functional Yocto image in `.wic.gz` format, and I > have a ~7GB eMMC storage. I then set the size for the partition in my > `.wks` to ~7GB also, but this makes the flashing process painfully long > (by doi

Re: [yocto] kernel headers missing head files when using SDK generated from populate_sdk

2024-11-17 Thread Crane via lists.yoctoproject.org
On Fri, Nov 15, 2024 at 11:22 AM, Gyorgy Sarvari wrote: > > Random idea: have you tried including kernel-devsrc when generating the > sdk? > > TOOLCHAIN_TARGET_TASK:append = " kernel-devsrc " > > This supposed to include the final files from the KERNEL_STAGING_DIR, > which should have all the g

[yocto] Sanity check on a flashing process design

2024-11-17 Thread Uy Ha via lists.yoctoproject.org
Currently, I have  a functional Yocto image in `.wic.gz` format, and I have a ~7GB eMMC storage. I then set the size for the partition in my `.wks` to ~7GB also, but this makes the flashing process painfully long (by doing `gzwrite mmc`). Hence, I thought of having a minimal Linux image (since,