From a560d2712c29ceed9c75fc8f9c9fac492833310a Mon Sep 17 00:00:00 2001 From: gitbot <gitbot@garz-fricke.com> Date: Tue, 17 May 2022 09:26:05 +0000 Subject: [PATCH] Integrate meta-guf-distro/cherry-pick-a9d370f1 -- Commit: https://git.seco.com/seco-ne/yocto/layers/meta-guf-distro/-/commit/c0d384cc97a5d042a1de31545582da45ff978ced fng-install:u-boot: Fix installation on devices without u-boot environment The install script backups some variables from the existing u-boot environment before overwriting it. This failed for devices where no environment was available yet, which lead to stop the update with error. This case is now ignored and the installation continues without backup in this case. (cherry picked from commit a9d370f1225eebe42f367b7f3ae454b52a8961cb) --- default.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.xml b/default.xml index 96fd8c82..5412cbdf 100644 --- a/default.xml +++ b/default.xml @@ -21,7 +21,7 @@ <project name="meta-freescale.git" revision="2fb1ce365338126aad365012ebb913b3e4a9f1be" remote="fslc" path="sources/meta-freescale" /> <project name="meta-freescale-distro.git" revision="fc15f5003043da23212596be7366ae2547c308ad" remote="fslc" path="sources/meta-freescale-distro" /> <project name="layers/meta-guf-machine" revision="77a0cae83789bdc06d82206115fcb66d7fda2028" remote="seco-ne" path="sources/meta-seconorth-machine" /> - <project name="layers/meta-guf-distro" revision="2a6651e8c481e8c09d07f0a9a03fd6536cdf3fc0" remote="seco-ne" path="sources/meta-seconorth-distro" /> + <project name="layers/meta-guf-distro" revision="c0d384cc97a5d042a1de31545582da45ff978ced" remote="seco-ne" path="sources/meta-seconorth-distro" /> <project name="layers/meta-seconorth-nogplv3" revision="7461d94b2f6b6a22aab65b0eac6c03266beadc75" remote="seco-ne" path="sources/meta-seconorth-nogplv3" /> <project name="config" revision="683204ae915bebbf3ad3a0db22d76630c25ec03b" remote="seco-ne" path=".conf" > <linkfile dest="setup-environment" src="setup-environment" /> -- GitLab