From 7d9734874ed030b3f77adfefd211b8beb3365dc0 Mon Sep 17 00:00:00 2001
From: gitbot <gitbot@garz-fricke.com>
Date: Tue, 3 May 2022 11:21:42 +0000
Subject: [PATCH] Integrate meta-guf-distro/convert_overrides

--

Commit: https://git.seco.com/seco-ne/yocto/layers/meta-guf-distro/-/commit/0d6470034f0c54452781f41119786b2c5c3fd878

branches: Added missing branches from SRC_URI

Bitbake throws a warning in recent versions, when no branch is given for
a git repository.
Added the default master branches to the recipes.

--

Commit: https://git.seco.com/seco-ne/yocto/layers/meta-guf-distro/-/commit/4abedd013513cc1e7dbaf479942de6edfd1a09c1

ltp: Re-add libltp as public static lib

Our consuming guf-ltp-tests test suite depends on ltp and relies on the
libltp.a being exported as a public static library. This is no longer
the case for the upstream ltp package. It can be simply turned on using
the patch supplied.

--

Commit: https://git.seco.com/seco-ne/yocto/layers/meta-guf-distro/-/commit/feeb9636a81f08ae403acb00f558897a2c6a3923

libinput: Remove duplicate patch already fixed upstream

Under certain conditions libinput created duplicate device entries and
thus broke our touch system.
This is now fixed upstream and we can remove the patch and the bbappend file.

--

Commit: https://git.seco.com/seco-ne/yocto/layers/meta-guf-distro/-/commit/fd0e7c679d52ddcbc062882c6708e79fc1fbc0c8

kirkstone: Remove gcc bbappend

Since honister and gcc11 it seems not necessary to include the
"Fix-argument-list-too-long-error.patch" anymore.
Remove the patch and the bbappend as well.

--

Commit: https://git.seco.com/seco-ne/yocto/layers/meta-guf-distro/-/commit/76a406052dee70328bfefdeb496ef24024c6c588

dhclient: Remove dhcp bbappend

With commit https://cgit.openembedded.org/openembedded-core/commit/meta/recipes-connectivity/dhcp?id=7e3357892f204788162747e907d68f857118cf42
dhcp was removed inf favor of dhcpd. Resemble this removal.

Currently, we do not have a replacement configured.

--

Commit: https://git.seco.com/seco-ne/yocto/layers/meta-guf-distro/-/commit/d9392b73132c4ba4d07e144022d4a86ca0c8c387

recipes: Fixed wrong OVERRIDES

--

Commit: https://git.seco.com/seco-ne/yocto/layers/meta-guf-distro/-/commit/800a672d4d1c5e792699c3674ad8b91a8048a3d7

layer: Updated layer.conf to Kirkstone

--

Commit: https://git.seco.com/seco-ne/yocto/layers/meta-guf-distro/-/commit/cd4ba05befde3d34f5d8c1c2c5999acb9014b2e1

overrides: Auto conversion of OVERRIDES

--

Commit: https://git.seco.com/seco-ne/yocto/layers/meta-guf-distro/-/commit/1bb78a833afa9268299772811214e1a391f27b80

ci: Switched to Kirkstone CI/CD
---
 default.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/default.xml b/default.xml
index f719eafe..3efdf0b0 100644
--- a/default.xml
+++ b/default.xml
@@ -18,12 +18,12 @@
     <project name="meta-openembedded"               revision="bb2b5b31a80eb164e47649036878773614e4dbdf"  remote="oe"           path="sources/meta-openembedded"         />
     <project name="meta-python2"                    revision="f02882e2aa9279ca7becca8d0cedbffe88b5a253"  remote="oe"           path="sources/meta-python2"              />
     <project name="meta-qt5.git"                    revision="5b71df60e523423b9df6793de9387f87a149ac42"  remote="qt5-github"   path="sources/meta-qt5"                  />
-    <project name="meta-freescale.git"              revision="kirkstone"  remote="fslc"         path="sources/meta-freescale"            />
-    <project name="meta-freescale-distro.git"       revision="kirkstone"  remote="fslc"         path="sources/meta-freescale-distro"     />
-    <project name="layers/meta-guf-machine"         revision="kirkstone"  remote="seco-ne"      path="sources/meta-guf-machine"          />
-    <project name="layers/meta-guf-distro"          revision="kirkstone"  remote="seco-ne"      path="sources/meta-guf-distro"           />
-    <project name="layers/meta-seconorth-nogplv3"   revision="kirkstone"  remote="seco-ne"      path="sources/meta-seconorth-nogplv3"    />
-    <project name="config"                          revision="kirkstone"  remote="seco-ne"      path=".conf"                              >
+    <project name="meta-freescale.git"              revision="0d6470034f0c54452781f41119786b2c5c3fd878"  remote="fslc"         path="sources/meta-freescale"            />
+    <project name="meta-freescale-distro.git"       revision="0d6470034f0c54452781f41119786b2c5c3fd878"  remote="fslc"         path="sources/meta-freescale-distro"     />
+    <project name="layers/meta-guf-machine"         revision="0d6470034f0c54452781f41119786b2c5c3fd878"  remote="seco-ne"      path="sources/meta-guf-machine"          />
+    <project name="layers/meta-guf-distro"          revision="0d6470034f0c54452781f41119786b2c5c3fd878"  remote="seco-ne"      path="sources/meta-guf-distro"           />
+    <project name="layers/meta-seconorth-nogplv3"   revision="0d6470034f0c54452781f41119786b2c5c3fd878"  remote="seco-ne"      path="sources/meta-seconorth-nogplv3"    />
+    <project name="config"                          revision="0d6470034f0c54452781f41119786b2c5c3fd878"  remote="seco-ne"      path=".conf"                              >
         <linkfile dest="setup-environment" src="setup-environment" />
     </project>
 
-- 
GitLab