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