How to Backup and Compress /etc Directory in Yocto Rootfs Before Packaging?
I need some help with a Yocto project. I want to back up the /etc directory from the compiled rootfs, compress it into a .tgz file, and store it back in the recovery folder within the rootfs.
yocto gitsm, can’t fetch
I’m upgrading my project from Honister to Langdale (Xilinx release cycle limited) and in that regard I’m experiencing problems with gitsm
that I didn’t have with Honister.
how to add multiple groups in yocto .bb files
i an use yocto 4.0.18
Local file changes not coming in rootfs using yocto build
I am using poky version 2.4. We are copying a file to rootfs from a local directory(used file in SRC_URI
) using bbappend file. I have modified the file in the local directoy and started the build, but my changes in that file is not reflecting.