Integrate meta-seconorth-machine/kirkstone-rauc-preparation2
Commit: seco-ne/yocto/layers/meta-seconorth-machine@bdc62fe7
bootscripts: Add package group and change selection to package rdepends
Prior to this, we had expressions in the distro, which bootscript is needed. This changes it to normal package dependency expression with a new package-group as 'starting point' to include the bootscripts needed.
--
Commit: seco-ne/yocto/layers/meta-seconorth-machine@434a4150
yocto-install: Move the combine_kernel and devicetree files to yocto install
They where created by the bootscript before but are only used by the postinstallation steps in yocto-install-ontarget.
--
Commit: seco-ne/yocto/layers/meta-seconorth-machine@a66d4f82
bootscript[-alt|-uboot]: place boot.cfg and variants into deploy directory
boot.cfg and similar files are installed into /boot folder of rootfs. For the rauc bootfs-image and the WIC image they are also needed in the deploy folder and the IMAGE_BOOT_FILES variable. As the selection of the specific bootfiles is already done using the packages, the IMAGE_BOOT_FILES variable is configured to install everything from the boot/ subdir in the deploy path and the packages deploy the needed scripts there.
Signed-off-by: Mikhail Vanyulin mikhail.vanyulin@rtsoft.de