From 5ead1d804dd4bbb2ebf6af994963bf90d286357e Mon Sep 17 00:00:00 2001
From: gitbot <gitbot@garz-fricke.com>
Date: Tue, 17 May 2022 10:22:27 +0000
Subject: [PATCH] Integrate meta-guf-distro/add-drm-framebuffer-kirkstone

--

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

Tools:drm/framebuffer: Add drm-framebuffer to access the drm device from cmdline

The framebuffer could be accessed by a simple write the the /dev/fb0.
This tool allows similar access by piping the data into it and
specifying the connector as parameter.
It also allows to query few things from the drm.

The recipe has a GPLv3 licenses and needs therefore to be moved to the
GPLv3 subgroup.
---
 default.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/default.xml b/default.xml
index 5412cbdf..6f0ecc32 100644
--- a/default.xml
+++ b/default.xml
@@ -21,7 +21,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-guf-machine"         revision="77a0cae83789bdc06d82206115fcb66d7fda2028"  remote="seco-ne"      path="sources/meta-seconorth-machine"    />
-    <project name="layers/meta-guf-distro"          revision="c0d384cc97a5d042a1de31545582da45ff978ced"  remote="seco-ne"      path="sources/meta-seconorth-distro"     />
+    <project name="layers/meta-guf-distro"          revision="560a0ec5790afd49bd415bf45423bcb465d26573"  remote="seco-ne"      path="sources/meta-seconorth-distro"     />
     <project name="layers/meta-seconorth-nogplv3"   revision="7461d94b2f6b6a22aab65b0eac6c03266beadc75"  remote="seco-ne"      path="sources/meta-seconorth-nogplv3"    />
     <project name="config"                          revision="683204ae915bebbf3ad3a0db22d76630c25ec03b"  remote="seco-ne"      path=".conf"                              >
         <linkfile dest="setup-environment" src="setup-environment" />
-- 
GitLab