[KERNEL] extract more general inc from linux-seco.inc
This commit separates linux-seco.inc into two include files:
-
linux-seco-common.inc: contains the "common" part of the include, applicable to all SECO and non-SECO kernels (such as: raspberrypi, qualcomm). Provides a common file to add configuration fragments for enabled features, such as virtualization or rauc.
-
linux-seco.inc: includes linux-seco-common.inc and it's suitable for SECO kernels, but could be too invasive for external kernels (e.g. inherits from kernel-yocto.bbclass, which breaks qcom kernels)
This commit is backward compatible and shouldn't break recipes that already include linux-seco.inc.
Signed-off-by: Alessandro Pecugi alessandro.pecugi@seco.com