From 668a9780a10f0e4ab5e0931bc5d013c44e2a59a4 Mon Sep 17 00:00:00 2001
From: gitbot <gitbot@garz-fricke.com>
Date: Thu, 5 May 2022 11:50:12 +0000
Subject: [PATCH] Integrate meta-guf-distro/fix_gplv3_2

--

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

networkmanager: Disabled Vala

Since version 1.36.2, the NetworkManager is build with Vala support.
We don't include Vala in our Image and disable it therefore.

--

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

gplv3: Further fixed image without GPLv3 support

The standard image was missing the GPLv3 packages.
Added them back in and created a new distro without GPLv3.
---
 default.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/default.xml b/default.xml
index 45898eaf..c563ae8a 100644
--- a/default.xml
+++ b/default.xml
@@ -21,7 +21,7 @@
     <project name="meta-freescale.git"              revision="5a026be5a6b29a27a7754d7fa5d4765c99f98ed9"  remote="fslc"         path="sources/meta-freescale"            />
     <project name="meta-freescale-distro.git"       revision="5d882cdf079b3bde0bd9869ce3ca3db411acbf3b"  remote="fslc"         path="sources/meta-freescale-distro"     />
     <project name="layers/meta-guf-machine"         revision="66d98abb1b077a421da78edc6ec35643ac00b852"  remote="seco-ne"      path="sources/meta-guf-machine"          />
-    <project name="layers/meta-guf-distro"          revision="511e24e360494c1892716d7a785f19157d486d61"  remote="seco-ne"      path="sources/meta-guf-distro"           />
+    <project name="layers/meta-guf-distro"          revision="1d4f3f8ff452c607cb5072dd30a87fe8cc58b470"  remote="seco-ne"      path="sources/meta-guf-distro"           />
     <project name="layers/meta-seconorth-nogplv3"   revision="3913b0dfc1764fb69fa3e3b44da7252713cb2598"                                   remote="seco-ne"      path="sources/meta-seconorth-nogplv3"    />
     <project name="config"                          revision="21df2bf31565551a8d9a2827ed1ae2530f5d6fa1"  remote="seco-ne"      path=".conf"                              >
         <linkfile dest="setup-environment" src="setup-environment" />
-- 
GitLab