Hello,
I would like to customize my .wks file. For example to add a /data partition separated from my rootfs, so that device specific data remains after a rootfs update.
This works fine when I edit directly meta-solidrun-arm-imx8/wic/imx-boot-bootpart-distro.wks.in and recompile my image.
But now, I’m struggling to override this file from my own layer (or local.conf). As far as I understand, I have to override WKS_FILE (or may be WKS_FILE:imx8mp-sr-som?) from either my local.conf or my image.bb. But, when doing so, the build system doesn’t find my own .wks.in file.
So my questions:
- Am I doing wrong?
- Where should I put my customized
.wks.infile?