From 9c9ddfdef68835f08d1101734b6dba07d089f60e Mon Sep 17 00:00:00 2001 From: gitbot <gitbot.north@seco.com> Date: Thu, 28 Mar 2024 15:29:00 +0000 Subject: [PATCH] Integrate yocto-install/fix_mr48 -- Commit: https://git.seco.com/seco-ne/tools/yocto-install/-/commit/cd4f100fd6144870d7806069620ab43ae31a6cb7 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: https://git.seco.com/seco-ne/tools/yocto-install/-/commit/a504cea448d9d07f418a714f7841d4ded2475b85 prepare-bootpartition: fix checking of result Fix missing invert of exit code for "sed" command to correctly return error. --- SRCREV.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SRCREV.conf b/SRCREV.conf index 460cc957..3bb0ae19 100644 --- a/SRCREV.conf +++ b/SRCREV.conf @@ -21,5 +21,5 @@ SRCREV:pn-touchcal-conv = "2ffe2deaa9213979820b935a6de921fcee3aa33c" SRCREV:pn-u-boot-seco-imx = "595c90c9a5b2a1ad8d27d6f126dadca5393bb397" SRCREV:pn-u-boot-seco-mtk = "903b171baaeb0a572f820bfe65f1e4962fe3233b" SRCREV:pn-xconfig = "ec20c575ad19941cf1d90d0cc0dbda2ca27db7fc" -SRCREV:pn-yocto-install = "29c7a97d5fa53061d4496e1b6a3019c2640a36d7" +SRCREV:pn-yocto-install = "cd4f100fd6144870d7806069620ab43ae31a6cb7" SRCREV:pn-seco-stm32 = "8a7290864546dc956d8979f65d0a0d64f3cc5961" -- GitLab