From patchwork Fri Jul 24 05:43:04 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 93413 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id D4DA4C531C9 for ; Fri, 24 Jul 2026 05:43:12 +0000 (UTC) Received: from a27-33.smtp-out.us-west-2.amazonses.com (a27-33.smtp-out.us-west-2.amazonses.com [54.240.27.33]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.13275.1784871785175004703 for ; Thu, 23 Jul 2026 22:43:05 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=UdK9ygqm; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=4LUgF+jc; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.33, mailfrom: 0101019f92a60f27-69dd66e7-71f2-4f0c-9ba5-20d4c0bf7238-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1784871784; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=gn9PVwUoAcZLozWL2hRc6A4BWCAMk4D4UkEr3Xr4cek=; b=UdK9ygqmvI9/0b75oVaXQjMtmDXaRZdqWSM8CvC/hZzgcZsu9q8TrPJA4ogKA5fo bcvlAPg8uBPv0QvZnCCDlxvDqaq2LzwxuOU6C9YzySdNqxbMYlqbxY/hAEpc92b1ZrJ 2kgqCpqqYDgNqFcjLAtm9y01ZKi6SOq+98Lgl3JI= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1784871784; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=gn9PVwUoAcZLozWL2hRc6A4BWCAMk4D4UkEr3Xr4cek=; b=4LUgF+jcwJX/gStccBzYZfGNooeJIlecWdxHW/9/Yf35h0x0HWoNXrHE7ljqL9AP VHmbvrhEfdViiW/6bLPXtXcUYir8kNS63+HO6AeajUetdzi6jf6XxNtAR+xAtASR2t0 uFkZG2gyZ1L4A0uSPv103bAygidAPSSW0OVEq43U= MIME-Version: 1.0 From: auh@yoctoproject.org To: Hiago De Franco Cc: openembedded-core@lists.openembedded.org Subject: [AUH] libdisplay-info: upgrading to 0.4.0 SUCCEEDED Message-ID: <0101019f92a60f27-69dd66e7-71f2-4f0c-9ba5-20d4c0bf7238-000000@us-west-2.amazonses.com> Date: Fri, 24 Jul 2026 05:43:04 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.07.24-54.240.27.33 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 24 Jul 2026 05:43:12 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/241894 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *libdisplay-info* to *0.4.0* has Succeeded. Next steps: - apply the patch: git am 0001-libdisplay-info-upgrade-0.3.0-0.4.0.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- From 0144f19975328941b365aeb0c4b24d7b7ae6cd4c Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 24 Jul 2026 05:42:57 +0000 Subject: [PATCH] libdisplay-info: upgrade 0.3.0 -> 0.4.0 c67a3e9 build: bump version to 0.4.0 772d506 build: disable most v4l-utils options by default d77a2e5 cta: switch error handling to negative error number away from errno 8057b29 edid: fix potential overflow in shift operation 99d8394 cta: add a few missing return on failures c5d86fe cta: do not fail when there's a bad Data Block in a CTA extension d18dd43 cta: cosmetic changes to _di_cta_data_block_parse() 824bb14 cta: document that _di_cta_data_block_destroy() accepts zeroed tag 636f24f cta: set errno when we don't have a fatal failure fd31752 displayid: make _di_displayid_parse_type_1_7_timing() return void c8f09c0 cta: do not fail when HDMI Vendor Specific Data Block has error cb5e3ed vic: avoid out-of-bounds array access baa0e52 di-edid-decode: Avoid crash when printing unknown DMT code 70855b1 ci: Use gcc's static analyzer functionality in the build-gcc job c61b4b3 edid: Release all resources when parsing a display descriptor fails 53b1009 displayid: Handle failed allocations 84026a7 di-edid-decode: Initialize variables to zero to help analyzers 76f133a cta: Initialize speaker location coordinates to zero 73ec53d info: search CTA blocks in DisplayID v2 extensions 73ab82d info: don't use di_ prefix for static helpers 6feabfe di-edid-decode: add support for DisplayID v2 CTA-861 data blocks 80caacc di-edid-decode: introduce print_cta_data_block() 7324cca displayid2: add support for CTA-861 data blocks 4713505 cta: expose _di_cta_data_block_{parse,destroy} 34b3635 cta: make di_cta.flags optional d535192 cta: introduce struct di_cta 91c3b83 di-edid-decode: Fix printing unknown DMT codes ccf012e displayid: Fix double free of cta_vics d828f86 cta-vic-table: re-generate from CTA-861-I 5a12f3a tool/gen-cta-vic: update for CTA-861-I e4e0986 displayid: Add support for type IV timings d3b62b6 displayid: Move checking for reserved header flags to own function bca559d dmt: Wrap the uint8_t DMT code in struct for type safety 2d98815 di-edid-decode: Move some timing printing to a shared file 9ff243b vic: Wrap the uint8_t HDMI and CTA vic codes in structs for type safety e5c6fc1 timing: Add reverse lookup from timing definitions to codes 0af6d1d edid: Return DMT codes for Established timings III 0fd2b6b edid: Split out more DMT timing 7899041 cta: Split out HDMI and CTA VIC lookup 788c056 displayid2: decode data blocks structure 0dee020 test: add asus-ux3405 55b45d4 displayid: drop logger_add_failure() 84e8da3 cta: include sys/types.h 4daae7d ci: disable require-allow-collaboration check 69d12ff build: bump version to 0.4.0-dev --- .../{libdisplay-info_0.3.0.bb => libdisplay-info_0.4.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/libdisplay-info/{libdisplay-info_0.3.0.bb => libdisplay-info_0.4.0.bb} (92%) diff --git a/meta/recipes-support/libdisplay-info/libdisplay-info_0.3.0.bb b/meta/recipes-support/libdisplay-info/libdisplay-info_0.4.0.bb similarity index 92% rename from meta/recipes-support/libdisplay-info/libdisplay-info_0.3.0.bb rename to meta/recipes-support/libdisplay-info/libdisplay-info_0.4.0.bb index 380c12b867..d993bf1061 100644 --- a/meta/recipes-support/libdisplay-info/libdisplay-info_0.3.0.bb +++ b/meta/recipes-support/libdisplay-info/libdisplay-info_0.4.0.bb @@ -9,6 +9,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e4426409957080ee0352128354cea2de" DEPENDS = "hwdata-native" SRC_URI = "git://gitlab.freedesktop.org/emersion/libdisplay-info.git;branch=main;protocol=https;tag=${PV}" -SRCREV = "47a5590e9c4eb35d67651b8c05a55f1a48259329" +SRCREV = "c67a3e9bedb05ab61c7443704a1a107e76254595" inherit meson pkgconfig lib_package