Skip to content
Snippets Groups Projects
Commit 9c9ddfde authored by GitBot's avatar GitBot
Browse files

Integrate yocto-install/fix_mr48

--

Commit: seco-ne/tools/yocto-install@cd4f100f

fng-install: fix postinstall-status file path

The status file cannot be found when processing do_installation():
cat: can't open '/mnt/target/var/volatile//tmp/yocto-postinstall-status': No such file or directory

This happends because:
- target rootfs is not mounted at that moment
- ${ABSTARGETTMP}/tmp is not persistant (all files will be removed after umount).

Switch back to /tmp as it's shared between fngsystem and target rootfs
(mount -o bind /tmp $TARGETROOT/tmp).

--

Commit: seco-ne/tools/yocto-install@a504cea4

prepare-bootpartition: fix checking of result

Fix missing invert of exit code for "sed" command to correctly return error.
parent fce554d9
No related branches found
No related tags found
Loading
Pipeline #116289 passed with stages
in 20 minutes and 48 seconds