I intend to create a custom defconfig to overwrite the existing defconfig in BSP linux, what should i change in BSP ?
I did the below items:
1. Create the directory under source/meta-imx/meta-bsp/recipes-kernel/linux/files
2. Inside files/ directory, add 2 files which are custom_deconfig and linux-imx_%.bbappend
3. Content inside linux-imx_%.bbapend
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
SRC_URI_append = "file://custom_defconfig"
But after i build, defconfig under {build_dir}/tmp/work/imx8mp_lpddr4_evk-poky-linux/linux-imx/5.15.52+gitAUTOINC+36363d8623-r0 still follow the imx_v8_deconfig.
So what need to do in order the custom_defconfig can be used ?
Hello,
You must replace you def configs form kernel, Take a look:
Regards