Integrate meta-seconorth-distro/fngsystem-nogplv3
Commit: seco-ne/yocto/layers/meta-seconorth-distro@e17b535d
fngsystem: add alias for parted
After downgrading parted to 1.8.7 (GPLv2 version), it was discovered that in rare cases, parted may stop execution of command and will wait for user interaction.
Add alias to run parted in script mode to prevent this behavior and to keep backward compatibility with older fng-install.sh scripts.
--
Commit: seco-ne/yocto/layers/meta-seconorth-distro@29d83fdd
fngsystem: Set distro to nogplv3
To enable the no-gplv3 build for fngsystem, the distro now includes the no-gplv3 include file. Other changes needed have already been prepared in other MRs.