From patchwork Wed Oct 1 13:32:34 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 71399 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 6D6E1CCF9E8 for ; Wed, 1 Oct 2025 13:32:36 +0000 (UTC) Received: from a27-29.smtp-out.us-west-2.amazonses.com (a27-29.smtp-out.us-west-2.amazonses.com [54.240.27.29]) by mx.groups.io with SMTP id smtpd.web10.17947.1759325538970919619 for ; Wed, 01 Oct 2025 06:32:34 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=Bz2lQpAF; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=op/mLTV2; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.29, mailfrom: 010101999ff98673-4150a3ae-2fdc-4c95-8969-4fd78915b57c-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=j46ser6a2yusdzubpv7m7ewqgesde2ie; d=yoctoproject.org; t=1759325554; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=/URFHlTXjKEYUufMHhhdwduTORn5c0j2oA7EnQS6QjU=; b=Bz2lQpAFXN++h2IvUUy3Kf5vIVqnY0QWungnTHccIxHcBB1lUwX/ReX5p8BngufF yUhVaHUSBwGPla6wqFOR80/X8gvJS0/lYVQwCTDUBa6iTGb+ptJMmp+ezyxPzt/1Q9a AGH/vNkcgqZluQiTBdNG8B5rNkSN88jEgQ+nigD4= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1759325554; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=/URFHlTXjKEYUufMHhhdwduTORn5c0j2oA7EnQS6QjU=; b=op/mLTV2W6xL7GJY4w0Jb/dwk4rjGPujJLKOfy6ZUeIZiKDUp+bzwt6OieUf/yaF HRKTrPgNwnNYX6ov3Vh1R3e1Os83vfuFG2pRqGreaThncZuUsLHOxGPx/u+ApIPUm+t Cdm1Ze2BWMusn/PBcPS5q+a+E6VtIN3l2GyTgawU= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Cc: Subject: [AUH] x264: upgrading to b35605ace3ddf7c1a5d67a2eb553f034aef41d55 SUCCEEDED Message-ID: <010101999ff98673-4150a3ae-2fdc-4c95-8969-4fd78915b57c-000000@us-west-2.amazonses.com> Date: Wed, 1 Oct 2025 13:32:34 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.10.01-54.240.27.29 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 01 Oct 2025 13:32:36 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/224289 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *x264* to *b35605ace3ddf7c1a5d67a2eb553f034aef41d55* has Succeeded. Next steps: - apply the patch: git am 0001-x264-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 f538f1ea68e80230ea0c2052781d4004be7275c3 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 1 Oct 2025 12:55:15 +0000 Subject: [PATCH] x264: upgrade to latest revision --- meta/recipes-multimedia/x264/x264_git.bb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/meta/recipes-multimedia/x264/x264_git.bb b/meta/recipes-multimedia/x264/x264_git.bb index 3cc3392593..2c5f024eea 100644 --- a/meta/recipes-multimedia/x264/x264_git.bb +++ b/meta/recipes-multimedia/x264/x264_git.bb @@ -8,11 +8,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" DEPENDS = "nasm-native" -SRC_URI = "git://code.videolan.org/videolan/x264.git;branch=stable;protocol=https \ - " +SRC_URI = "git://code.videolan.org/videolan/x264.git;branch=master;protocol=https" UPSTREAM_CHECK_COMMITS = "1" -SRCREV = "31e19f92f00c7003fa115047ce50978bc98c3a0d" +SRCREV = "b35605ace3ddf7c1a5d67a2eb553f034aef41d55" PV = "r3039+git"