Hi,
After I modified kernel config use this command below, there is a .config in <build_dir>/tmp/work/imx8mqevk-poky-linux/linux-imx/6.1.36+gitAUTOINC+04b05c5527-r0/build
$ bitbake linux-imx -c menuconfig
Then I override defconfig with .config and create a patch in my custom layer. But it didn't take effect in my board.
$ cp .config <build_dir>/tmp/work/imx8mqevk-poky-linux/linux-imx/6.1.36+gitAUTOINC+04b05c5527-r0/git/arch/arm64/configs/defconfig
I want to create a patch for this config in my custom layer. How can I do that?
Thanks & Regards,
Derek Lin