Hello.
I have i.MX8QM board and build the image using bitbake command .
I modified kernel driver and make kernel.
I'd like to make build image for mfg-tool download.
How to create new mfg-tool image include modified kernel
Hello Kyumin Park,
The mfg-tool image inherits from the mfgtool-initramfs-image.bbclass, which depends on the linux-mfgtool package for the kernel which sets the kernel as “mfgtool”.
This means that you would need to change the defconfig for linux-imx-mfgtool. The recipe is the same kernel recipe with the configuration provided by this defconfig.
I hope this helps!
Regards,