79208215

Date: 2024-11-20 16:53:12
Score: 0.5
Natty:
Report link

In the end I found a workaround - though I consider it a hack.

I had a look at image_types.bbclass, and was able to create a new bbclass for a new filesystem. Basically it is just mimicking the behavior of the ext4 class, except that rather than an .ext4 file, it just copies over the contents that I need into a directory.

Then I added the new filesystem to local.conf by appending to IMAGE_CLASSES and IMAGE_FSTYPES, and finally made my swupdate recipe depending on that new filesystem being populated by appending to IMAGE_DEPENDS.

I ended up with a new filesystem in tmp/deploy/images that was just a directory containing the files I needed.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Arne J