Integrate meta-seconorth-distro/fix-fng-install-issue-with-fngsystem-15
Commit: seco-ne/yocto/layers/meta-seconorth-distro@c0871d1e
fng-install: Fix --partition-scheme change in FNGSystem install script
When switching from scheme 1 to 2, there was a bug leading to an unformated partition.
Additionally I removed the partition message for FT2. This is only used during the yocto installation and was in the wrong position anyway.
--
Commit: seco-ne/yocto/layers/meta-seconorth-distro@a4ecd599
fng-install: Move the partition-scheme parameter to the fngsystem install script
The implmentation was not really working when used in a yocto installation, as it would have needed a relocation of FNGSystem. Now the explicit change of the partition scheme is only be possible together with the installation of FNGSystem.
--
Commit: seco-ne/yocto/layers/meta-seconorth-distro@e811145d
fng-install: Fix installation issue when used with fresh FNGSystem 15.1
When FNGSystem 15.1 was just installed and only one partition was setup on the device the installation failed. This is fixed here.
Also: in A-B installation mode is the used target (A or B) reported after the installation.