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

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)
parent 6d1204a4
No related branches found
No related tags found
1 merge request!562Integrate meta-guf-distro/cherry-pick-a9d370f1
Pipeline #15148 passed with stages
in 17 minutes and 19 seconds
......@@ -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" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment