From c83525e0419a7efdd485aeec60229d4c0c7285e3 Mon Sep 17 00:00:00 2001
From: guf-gitbot <gitbot@garz-fricke.com>
Date: Mon, 19 Jul 2021 08:04:54 +0000
Subject: [PATCH] Integrate meta-guf-distro/add_qtwebengine_compatilility

--

Commit: https://gitlab.com/garz-fricke/yocto/layers/meta-guf-distro/-/commit/8f2d5f8e95654ac2bf377d48c4bc48997b3eaf8c

qt-kiosk-browser: Add a G&F specific config file

Add a G&F specific config file pointing to www.garz-fricke.com

BCS 746-000411

--

Commit: https://gitlab.com/garz-fricke/yocto/layers/meta-guf-distro/-/commit/d608cd6802e3fa95ae1b69ea185d7b4de900c90e

qt5: Add the qt-kiosk-browser to the guf-image

Add the qt-kiosk-browser example to the qt5 packagegroup. This in turn
adds the qt-kiosk-browser into the guf-image.

BCS 746-000411

--

Commit: https://gitlab.com/garz-fricke/yocto/layers/meta-guf-distro/-/commit/b564b10b599d0db41ade35b50d7fc667332ddbe1

qtwebengine: Limit buildtasks to save memory

The qtwebengine builds memory consumption is dependent on the number of ninja
tasks. This in turn depends on the PARALLEL_MAKE variable. In our build
environment with currently 24 cores it exhausts all the available memory.
Even worse on the CI machine that does bitbake jobs in parallel.

Try 8 jobs for now.

BCS 746-000411
---
 default.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/default.xml b/default.xml
index 499938a1..e97a58e3 100644
--- a/default.xml
+++ b/default.xml
@@ -23,7 +23,7 @@
   <project name="meta-freescale"          revision="0173d3f8d0cbf7844a4d23bc3fb30144abc914bb"  remote="fslc"  path="sources/meta-freescale"           />
   <project name="meta-freescale-distro"   revision="5d882cdf079b3bde0bd9869ce3ca3db411acbf3b"  remote="fslc"  path="sources/meta-freescale-distro"    />
   <project name="layers/meta-guf-machine" revision="ed4dd8be9485edb37d5f7d1467186e97bc6c463d"  remote="guf"   path="sources/meta-guf-machine"         />
-  <project name="layers/meta-guf-distro"  revision="bbb4e4199472b8aac1ccfb612f12351d2e16c9ce"  remote="guf"   path="sources/meta-guf-distro"          />
+  <project name="layers/meta-guf-distro"  revision="8f2d5f8e95654ac2bf377d48c4bc48997b3eaf8c"  remote="guf"   path="sources/meta-guf-distro"          />
   <project name="config"                  revision="c4f5341f890eee7475927d6062204276471e0c76"  remote="guf"   path=".conf">
          <linkfile dest="setup-environment" src="setup-environment"/>
   </project>
-- 
GitLab