Integrate meta-seconorth-distro/fix_fnginstall_user
requested to merge integrate/meta-seconorth-distro/fix_fnginstall_user/into/kirkstone into kirkstone
Commit: seco-ne/yocto/layers/meta-seconorth-distro@fa89359b
fng:install: Fix format_user_partition for partition without fs
If the user partition was just created, no filesystem is present on it. This led to an abort of the installation, because the filesystem check failed. We now assume a newly created partition if the PART_USER variable is set, but no filesystem was found.