Skip to content

Integrate meta-seconorth-machine/kirkstone-rauc-preparation

--

Commit: seco-ne/yocto/layers/meta-seconorth-machine@c70ee78b

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@f3664a64

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@d0fc53db

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

Merge request reports