I have two image recipes which build image files.
I want to use different kernel defconfig in those recipes.
I will create two kernel defconfig(A.defconfig and B.defconfig)
Example:
A recipe uses A.defconfig kernel defconfig.
B recipe uses B.defconfig kernel defconfig.
A and B kernel defconfig in kernel recipe and use same kernel version.
How to modify those recipes?
Thank you
John