I have a system where I need to copy a file included in the swu to a mounted filesystem.
Specifically, I need to copy bzImage to /boot/bzImage. I also want the bzImage to be encrypted in the swu. I tried reading the docs and tried a few strategies but didn't have any success. (For my bootloader on my hardware, booting the kernel directly from the root fs is not possible).
I am using yocto scarthgap for my build system.
--