From bb54818633c3bf33a9166f3da0109d7dfacd88b3 Mon Sep 17 00:00:00 2001
From: gitbot <gitbot@garz-fricke.com>
Date: Mon, 15 Aug 2022 12:57:18 +0000
Subject: [PATCH] Integrate meta-seconorth-distro/fix_fnginstall

--

Commit: https://git.seco.com/seco-ne/yocto/layers/meta-seconorth-distro/-/commit/fd9cc7216e767e38e928b3006802979965fe3350

os-release: Updated URL

--

Commit: https://git.seco.com/seco-ne/yocto/layers/meta-seconorth-distro/-/commit/f0471f13a6239a20ca46003e0f7069cbaeaee211

partitions: Increased fngsystem partition size

The Kirkstone-based Flash-N-Go System (plus the kernel) is slightly bigger
than the current 64MB partition size. Increased the size to 128 MB for now.
In the future, compressing the kernel would be a better solution.

Info: Self-extracting kernels are not yet supported on ARM64. We, therefore,
use an uncompressed kernel at the moment.

--

Commit: https://git.seco.com/seco-ne/yocto/layers/meta-seconorth-distro/-/commit/40d275651feb1105e4e2cbaff0ca59b54fe194d5

fnginstall: Fixed wrong machine name

The selection of the partition scheme was still dependent on the old
machine names and was therefore broken (the selection was falling back
to the i.MX6 scheme).
---
 default.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/default.xml b/default.xml
index 66839392..2fe59f73 100644
--- a/default.xml
+++ b/default.xml
@@ -22,7 +22,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-seconorth-machine"   revision="deba8d320780590f0a304729cdab006cd6478b81"  remote="seco-ne"      path="sources/meta-seconorth-machine"    />
-    <project name="layers/meta-seconorth-distro"    revision="191e249f697acb3f3c2a2712b3f45d7ebb137f3d"  remote="seco-ne"      path="sources/meta-seconorth-distro"     />
+    <project name="layers/meta-seconorth-distro"    revision="fd9cc7216e767e38e928b3006802979965fe3350"  remote="seco-ne"      path="sources/meta-seconorth-distro"     />
     <project name="layers/meta-seconorth-nogplv3"   revision="c12957e734014563ea472ed1bb1b6553154d1c68"  remote="seco-ne"      path="sources/meta-seconorth-nogplv3"    />
     <project name="config"                          revision="39ac7a10e545d364d1f3bbf0db6920b99f0bf44a"  remote="seco-ne"      path=".conf"                              >
         <linkfile dest="setup-environment" src="setup-environment" />
-- 
GitLab