Re: [yocto] Create separate jffs2 with only specific data from recipe

2024-03-10 Thread Matt Wood
I was able to work this out. For others who may find this useful, my method was to add mtd-utils-native to the DEPENDS list and then call mkfs.jffs2 from do_install. I also inherited deploy and added a do_deploy task to copy the jffs2 file to DEPLOYDIR. Thanks, Matt. On Thu, Mar 7, 2024 at

[yocto] Create separate jffs2 with only specific data from recipe

2024-03-07 Thread Matt Wood
Hi, I've been looking around and trying to figure out if it is possible to create a separate jffs2 (or other FS) image that does not contain the main build image, but only specific files or data from a recipe in the same build. For example, I have an image recipe that creates a wic with ext4 and