While parse-edid serves it's right to dump the xorg.conf style data, it
lacks the ability to display most of the information found in the EDID.
Add another utility to parse EDID information.

Signed-off-by: Dmitry Baryshkov <[email protected]>
---
 .../edid-decode/edid-decode_git.bb              | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 meta-oe/recipes-support/edid-decode/edid-decode_git.bb

diff --git a/meta-oe/recipes-support/edid-decode/edid-decode_git.bb 
b/meta-oe/recipes-support/edid-decode/edid-decode_git.bb
new file mode 100644
index 000000000000..91570b6f350a
--- /dev/null
+++ b/meta-oe/recipes-support/edid-decode/edid-decode_git.bb
@@ -0,0 +1,17 @@
+SUMMARY = "Decode EDID data in human-readable format"
+DESCRIPTION = "edid-decode decodes EDID monitor description data in 
human-readable format."
+AUTHOR = "Hans Verkuil <[email protected]>"
+HOMEPAGE = "https://hverkuil.home.xs4all.nl/edid-decode/edid-decode.html";
+
+SECTION = "console/utils"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=2ef696d66c156139232201f223c22592"
+
+SRC_URI= "git://git.linuxtv.org/edid-decode.git;protocol=https;branch=master"
+SRCREV = "e052f5f9fdf74ca11aa1a8edfa62eff8d0aa3d0d"
+PV = "0.0+git${SRCPV}"
+S = "${WORKDIR}/git"
+
+do_install() {
+    oe_runmake 'DESTDIR=${D}' install
+}
-- 
2.30.2

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#100727): 
https://lists.openembedded.org/g/openembedded-devel/message/100727
Mute This Topic: https://lists.openembedded.org/mt/96501821/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to