Skip to content

[KERNEL] copy kernel fragments from SRC_URI to KERNEL_CONFIG_FRAGMENTS

Alessandro Pecugi requested to merge ap/fix-kernel into scarthgap

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

Merge request reports

Loading