Forums » Software Development »
linux-cl-ti warnings (or perhaps notes?)
Added by Nathan Wright 1 day ago
WARNING: linux-cl-ti-6.6.32+git-r0 do_kernel_metadata: [NOTE]: defconfig was supplied both via KBUILD_DEFCONFIG and SRC_URI. Dropping SRC_URI entry /work/mitysom-am62x-ep00119/sources/meta-mitysom/recipes-kernel/linux/linux-cl-ti-6.6/k3/defconfig
WARNING: linux-cl-ti-6.6.32+git-r0 do_kernel_configme: [NOTE]: defconfig was supplied both via KBUILD_DEFCONFIG and SRC_URI. Dropping SRC_URI entry /work/mitysom-am62x-ep00119/sources/meta-mitysom/recipes-kernel/linux/linux-cl-ti-6.6/k3/defconfig
I noticed these when I went back to building for the am62x. Should I investigate these? Is this because I have some kernel fragments?
Replies (1)
RE: linux-cl-ti warnings (or perhaps notes?) - Added by Jonathan Cormier 1 day ago
Thanks Nathan, I see this warning as well.
This warning is generated because we are setting the kernel defconfig in two places, in the machine config and the kernel recipe. We should remove the config from our machine conf as the one set in the kernel recipe is more flexible, to resolve this warning. However as long as both are set to the same config, it's not a real issue and can be ignored for now.
oe-layersetup/sources/meta-mitysom$ grep KBUILD_DEFCONFIG conf/machine/mitysom-am62x.conf KBUILD_DEFCONFIG ?= "mitysom-am62xx-devkit_defconfig" oe-layersetup/sources/meta-mitysom$ grep use-kernel-config recipes-kernel/linux/linux-cl-ti-6.6/k3/defconfig use-kernel-config=mitysom-am62xx-devkit_defconfig