From patchwork Wed Jun 17 05:31:47 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: 90287 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 5A524CD98F2 for ; Wed, 17 Jun 2026 05:31:55 +0000 (UTC) Received: from a27-192.smtp-out.us-west-2.amazonses.com (a27-192.smtp-out.us-west-2.amazonses.com [54.240.27.192]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.9057.1781674308848071053 for ; Tue, 16 Jun 2026 22:31:48 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=lmJlmROh; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=3+WEBQCd; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.192, mailfrom: 0101019ed410714e-b01b493f-2b5c-42b8-9b08-8146b74f18e9-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=1781674308; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=zFzJWQkxCDIuKdG8ddfwwz2Q1st275CWyOu0UoSXs1Y=; b=lmJlmROhjdtsolQGOqvneHsBl+bUldXkD5DfL5j41MjfzhgNFE2VJ7zxOAsVEBHc 04gBdcJOhQFNnpREZ9sWDJ0svKGVUao7sYxyDsF3Ijscf475lqfzJxEhkfc5dVRKDq5 tk/dIt8SoEjgjviOrVMO4Y6ovTQOPqf4KoFrP+vo= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1781674308; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=zFzJWQkxCDIuKdG8ddfwwz2Q1st275CWyOu0UoSXs1Y=; b=3+WEBQCdFj1Ku4ljKLFEsGEI2kaMvwVve/YAaSGxf+CwT8IMScKJJs84STwDg8bG cDh2Vs0LioI7J2dFDcCNRVcWT+R5KkBoKEcGVKmtuu5OtklQoA43VRx9cw1z5YZArSE 2j/zSos2FQs4ta/x85emnurtNQTem3HZ3I+82hAY= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Cc: Subject: [AUH] ffmpeg: upgrading to 8.1.2 SUCCEEDED Message-ID: <0101019ed410714e-b01b493f-2b5c-42b8-9b08-8146b74f18e9-000000@us-west-2.amazonses.com> Date: Wed, 17 Jun 2026 05:31:47 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.06.17-54.240.27.192 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 ; Wed, 17 Jun 2026 05:31:55 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/238973 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *ffmpeg* to *8.1.2* has Succeeded. Next steps: - apply the patch: git am 0001-ffmpeg-upgrade-8.1.1-8.1.2.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 141fb7f363d7dd747f6b7bc9d979aa8da8c80029 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 17 Jun 2026 05:31:40 +0000 Subject: [PATCH] ffmpeg: upgrade 8.1.1 -> 8.1.2 --- ...ffbuild-common.mak-ensure-target-directories-are-cre.patch | 4 ++-- .../ffmpeg/{ffmpeg_8.1.1.bb => ffmpeg_8.1.2.bb} | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-multimedia/ffmpeg/{ffmpeg_8.1.1.bb => ffmpeg_8.1.2.bb} (99%) diff --git a/meta/recipes-multimedia/ffmpeg/ffmpeg/0002-ffbuild-common.mak-ensure-target-directories-are-cre.patch b/meta/recipes-multimedia/ffmpeg/ffmpeg/0002-ffbuild-common.mak-ensure-target-directories-are-cre.patch index 2e26078f0f..438fbbabf1 100644 --- a/meta/recipes-multimedia/ffmpeg/ffmpeg/0002-ffbuild-common.mak-ensure-target-directories-are-cre.patch +++ b/meta/recipes-multimedia/ffmpeg/ffmpeg/0002-ffbuild-common.mak-ensure-target-directories-are-cre.patch @@ -1,4 +1,4 @@ -From 6cd4855ea3dd62e6eb36c0796f8cd7bd4aaae05c Mon Sep 17 00:00:00 2001 +From 894c92ca133c5f1532a4ae155ae8f4d2c6da3c9a Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Thu, 11 Dec 2025 19:55:46 +0100 Subject: [PATCH] ffbuild/common.mak: ensure target directories are created @@ -27,7 +27,7 @@ Signed-off-by: Alexander Kanavin 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ffbuild/common.mak b/ffbuild/common.mak -index 0a60d01..346bb0a 100644 +index 06d6f39..52a9a20 100644 --- a/ffbuild/common.mak +++ b/ffbuild/common.mak @@ -126,8 +126,8 @@ $(BIN2CEXE): ffbuild/bin2c_host.o diff --git a/meta/recipes-multimedia/ffmpeg/ffmpeg_8.1.1.bb b/meta/recipes-multimedia/ffmpeg/ffmpeg_8.1.2.bb similarity index 99% rename from meta/recipes-multimedia/ffmpeg/ffmpeg_8.1.1.bb rename to meta/recipes-multimedia/ffmpeg/ffmpeg_8.1.2.bb index 0aa8c6e8e1..38eccbf2ad 100644 --- a/meta/recipes-multimedia/ffmpeg/ffmpeg_8.1.1.bb +++ b/meta/recipes-multimedia/ffmpeg/ffmpeg_8.1.2.bb @@ -26,7 +26,7 @@ SRC_URI = "https://www.ffmpeg.org/releases/${BP}.tar.xz \ file://0002-ffbuild-common.mak-ensure-target-directories-are-cre.patch \ " -SRC_URI[sha256sum] = "b6863adde98898f42602017462871b5f6333e65aec803fdd7a6308639c52edf3" +SRC_URI[sha256sum] = "464beb5e7bf0c311e68b45ae2f04e9cc2af88851abb4082231742a74d97b524c" # Build fails when thumb is enabled: https://bugzilla.yoctoproject.org/show_bug.cgi?id=7717 ARM_INSTRUCTION_SET:armv4 = "arm"