To: ['openembedded-core@lists.openembedded.org'] To: Subject: [AUH] mesa-demos: upgrading to 71b184c379625c91195f5d69186d4de5a1f642ac SUCCEEDED Attachments: /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260902050054/all/mesa-demos/mesa-demos-changelog.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260902050054/all/mesa-demos/buildhistory-diff-full.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260902050054/all/mesa-demos/bitbake-output-qemux86-64.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260902050054/all/mesa-demos/buildhistory-diff.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260902050054/all/mesa-demos/0001-mesa-demos-upgrade-to-latest-revision.patch Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *mesa-demos* to *71b184c379625c91195f5d69186d4de5a1f642ac* has Succeeded. Next steps: - apply the patch: git am 0001-mesa-demos-upgrade-to-latest-revision.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 6f98ac94d1c353febe9f425250c9e75527036fca Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 2 Sep 2026 05:31:40 +0000 Subject: [PATCH] mesa-demos: upgrade to latest revision 71b184c3 Add GL ES 1.0 CL version of gears --- meta/recipes-graphics/mesa/mesa-demos_9.0.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/mesa/mesa-demos_9.0.0.bb b/meta/recipes-graphics/mesa/mesa-demos_9.0.0.bb index 784c2d4ad7..e945538c48 100644 --- a/meta/recipes-graphics/mesa/mesa-demos_9.0.0.bb +++ b/meta/recipes-graphics/mesa/mesa-demos_9.0.0.bb @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://src/xdemos/glxgears.c;beginline=1;endline=5;md5=2c456 SRC_URI = "git://gitlab.freedesktop.org/mesa/demos.git;protocol=https;branch=main" -SRCREV = "10418e7636cdd9595dda18c3d78a562d7248f734" +SRCREV = "71b184c379625c91195f5d69186d4de5a1f642ac" # This recipe doesn't plan to make more releases, so track upstream git commits PV .= "+git" -- 2.47.1