[KERNEL] copy kernel fragments from SRC_URI to KERNEL_CONFIG_FRAGMENTS
The Qualcomm kernels recipes (linux-qcom-custom and linux-qcom-base) use KERNEL_CONFIG_FRAGMENTS variable to declare config fragments, while yocto (kernel-yocto.bbclass) and other Clea OS architectures declare it in SRC_URI.
Copy the .cfg files from SRC_URI to KERNEL_CONFIG_FRAGMENTS in Qualcomm kernels so that the fragments get applied to kernel configuration.
Signed-off-by: Alessandro Pecugi alessandro.pecugi@seco.com