From 5381150f6528f516d900cd4a8f0f394869e566be Mon Sep 17 00:00:00 2001
From: gitbot <gitbot@garz-fricke.com>
Date: Sat, 30 Jul 2022 07:47:01 +0000
Subject: [PATCH] Integrate
 meta-seconorth-machine/fix_defconfig_for_mx8m_rebase

--

Commit: https://git.seco.com/seco-ne/yocto/layers/meta-seconorth-machine/-/commit/b96b806b27ba2dfe20e24579c6aa76310dcb5d4b

kernel:mx8m: Activated VPU related modules/drivers

Activated/Enabled modules/drivers that might be related to the
Hantro VPU and DRM.

--

Commit: https://git.seco.com/seco-ne/yocto/layers/meta-seconorth-machine/-/commit/9ac4ff019015b8269736cf10ef1dd46cddd9a0ff

machine:mx8m: Updated preferred gstreamer version 1.18.5

Set the preferred gstreamer version for the i.MX8M devices to
1.18.5.

--

Commit: https://git.seco.com/seco-ne/yocto/layers/meta-seconorth-machine/-/commit/d9b7acceda7c37bfe835e8768039cfe38a132ceb

machine:mx8m: Clean-up of preferred kernel

The mx8mm had a duplicate definition of the preferred kernel provider
and version.
Also the preferred version in the include for the i.MX8 devices
has been changed to the correct name (linux-imx).

--

Commit: https://git.seco.com/seco-ne/yocto/layers/meta-seconorth-machine/-/commit/99ac77f6bc8d18a0693b363eb9b2479b5da36224

kernel:config: Moved kernel defconfig to correct folder

The defconfig for the 5.15.5 kernel is used by the mx8mm and mx8mp.
The location "imx8mguf" is only accessible by the mx8mm. To make
the config available to the mx8mp, the config folder was renamed.

Note: imx8mguf is the machine name of the mx8mm. This is a known bug
and will be fixed in the future.

--

Commit: https://git.seco.com/seco-ne/yocto/layers/meta-seconorth-machine/-/commit/8700462910217d65f6a058d774aed6c3a5323aea

kernel:mx8m: Set the active kernel to 5.15.5

For the i.MX8 devices, we use the 5.15.5 Yocto kernel provided by NXP.

--

Commit: https://git.seco.com/seco-ne/yocto/layers/meta-seconorth-machine/-/commit/b02d167170b2798c7f0912eb2136048759563589

machine:mx8m:dt: Fixed the devicetrees for mx8mm/mx8mp

In Yocto Kirkstone, we use the 5.15.5 kernel from NXP for the i.MX8
devices. In the kernel repository we moved all G&F and K&K devicetrees
to a new folder called seconorth.
Edit the machine configurations to reflect this change and build the
correct devicetrees.
---
 default.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/default.xml b/default.xml
index 2559027b..c850549d 100644
--- a/default.xml
+++ b/default.xml
@@ -21,7 +21,7 @@
     <project name="meta-qt5.git"                    revision="5b71df60e523423b9df6793de9387f87a149ac42"  remote="qt5-github"   path="sources/meta-qt5"                  />
     <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="819fdb21d961be7ed46a7c822651200ec4aa8952"  remote="seco-ne"      path="sources/meta-seconorth-machine"    />
+    <project name="layers/meta-seconorth-machine"   revision="b96b806b27ba2dfe20e24579c6aa76310dcb5d4b"  remote="seco-ne"      path="sources/meta-seconorth-machine"    />
     <project name="layers/meta-seconorth-distro"    revision="597c7a4975a0d88205ead09fb86fbb3cdbdcf164"  remote="seco-ne"      path="sources/meta-seconorth-distro"     />
     <project name="layers/meta-seconorth-nogplv3"   revision="546c2e50c656581655b538a3e08c797d9bd8eaca"  remote="seco-ne"      path="sources/meta-seconorth-nogplv3"    />
     <project name="config"                          revision="d3eac4869dd26cdbcc50557c209b858330296505"  remote="seco-ne"      path=".conf"                              >
-- 
GitLab