I have a fully working environment in which I can build the an image for a custom board based on the imx6. The image uses the core-image-minimal distro and is very closely based on the sabresd image.
So far I've used the standard partition scheme where a separate boot partition is used based on vfat filesystem
However I want to change it to a single ext4 partition with the device tree and kernel image in the /boot folder
I am also there. I have the device tree and zimage in the boot folder which I achieved by setting this in the core image bbappend
IMAGE_INSTALL += " \
swupdate \
swupdate-www \
kernel-image \
kernel-devicetree \
"
However I cannot figure how to include the optee file uTee-6dlsdb in the boot folder
I've tried including optee-os in the IMAGE_INSTALL but it didn't work.
Anyone know how to include this specifically in the image?