Skip to content

Integrate meta-seco-bsp/cf/linux-rauc

Commit: clea-os/layers/seco/meta-seco-bsp@5cbcd007

[KERNEL][RAUC] add rauc cfg to kernel

To make sure that updates can be done correctly the rauc client needs the definition of some variable such as the CONFIG_DM_VERITY. These variables has been copied from the rauc.cfg in the recieps-kernel layer in meta-rauc.

Signed-off-by: carlo carlo.ferriolo@seco.com

--

Commit: clea-os/layers/seco/meta-seco-bsp@65cc1584

[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 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)

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

Merge request reports

Loading