This is a cache of https://discuss.96boards.org/t/changing-defconfig-file-for-dragonboard-in-yocto/956. It is a snapshot of the page at 2024-10-06T04:34:16.105+0000.
Changing defconfig file for Dragonboard in yocto - DragonBoard410c - 96Boards Forum

Changing defconfig file for Dragonboard in yocto

Hi,

I am trying to enable few kernel drivers for DB410c in yocto RPB build(jethro branch). Which defconfig file should I change? I tried changing the config files in the directory: build-rpb/tmp-rpb-glibc/work-shared/dragonboard-410c/kernel-source/arch/arm64/configs/
But it did not work.

Thanks,
Kiran

hi,

the recipe is implemented to use the defconfig files from the git tree directly (arch/arm64/configs/defconfig and kernel/configs/distro.config)

the easiest way is to carry your own patches against one of these files in the kernel recipe. it is not possible to make changes in build-rpb/xxx , they are likely to be overriden by bitbake, this is where the original source tree is extracted.

I will try that.

Thanks,
Kiran