From patchwork Sun Dec 1 10:05:55 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 53406 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 CFC24D10DB0 for ; Sun, 1 Dec 2024 10:05:58 +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.web11.149800.1733047556582687056 for ; Sun, 01 Dec 2024 02:05:56 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=AAbkhBEI; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=WaljCsnB; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.33, mailfrom: 0101019381af1688-0f4d4cd3-a255-458f-843b-6cb64083734c-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx; d=yoctoproject.org; t=1733047555; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=qO+QPnbPnasGIj0UAbTZ5OCJZ57jx12NTCmvqrnT7Dw=; b=AAbkhBEIoobOQsIvrIl9/eQ+RtUIJOytQx0HtwdwRwd6ZVwtWmv7Akzfdn0V1KS2 5xxB5oO0krxiWg7IABmuE1f4IdjYEs/cTzuiMXDG6O5EAGNs37WpGFCFieXIwXU88dG fqyO/XyQalQ7NFd6Y5VaetBH6raCnyJsS9LRuKJc= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1733047555; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=qO+QPnbPnasGIj0UAbTZ5OCJZ57jx12NTCmvqrnT7Dw=; b=WaljCsnBpecMgPwCJew6AjGLYMRMSN755RUq+4nwU2uJ2j4KKKjBkl85E3edZPRZ ggNdPUoYNBO1PpvSDMLl5nNPBCRSmiB2dVMfm1POsKSmTMlYGDvhNb4HEbxDLBvmvVM ORmVq9tASRRWc3Tp+Wd2pSjvHpx5cVFazYcZVEqc= MIME-Version: 1.0 From: auh@yoctoproject.org To: Wang Mingyu Cc: openembedded-core@lists.openembedded.org Subject: [AUH] btrfs-tools: upgrading to 6.12 SUCCEEDED Message-ID: <0101019381af1688-0f4d4cd3-a255-458f-843b-6cb64083734c-000000@us-west-2.amazonses.com> Date: Sun, 1 Dec 2024 10:05:55 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.12.01-54.240.27.33 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 ; Sun, 01 Dec 2024 10:05:58 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/208064 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *btrfs-tools* to *6.12* has Succeeded. Next steps: - apply the patch: git am 0001-btrfs-tools-upgrade-6.10.1-6.12.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 29e07a385e59aeedf7203225053b2e19e77a16d6 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sun, 1 Dec 2024 06:48:25 +0000 Subject: [PATCH] btrfs-tools: upgrade 6.10.1 -> 6.12 --- ...1-Add-a-possibility-to-specify-where-python-modules-ar.patch | 2 +- .../btrfs-tools/{btrfs-tools_6.10.1.bb => btrfs-tools_6.12.bb} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/btrfs-tools/{btrfs-tools_6.10.1.bb => btrfs-tools_6.12.bb} (98%) diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-Add-a-possibility-to-specify-where-python-modules-ar.patch b/meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-Add-a-possibility-to-specify-where-python-modules-ar.patch index fbd1b05a7f..fb4efb41a5 100644 --- a/meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-Add-a-possibility-to-specify-where-python-modules-ar.patch +++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-Add-a-possibility-to-specify-where-python-modules-ar.patch @@ -1,4 +1,4 @@ -From cb7f8a6c3538ee3086d15c4d2c9f2a2f4f38db3b Mon Sep 17 00:00:00 2001 +From 3c2c386b96d581d6aa80915ba54a65f6e37a6490 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 23 May 2018 21:20:35 +0300 Subject: [PATCH] Add a possibility to specify where python modules are diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.10.1.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.12.bb similarity index 98% rename from meta/recipes-devtools/btrfs-tools/btrfs-tools_6.10.1.bb rename to meta/recipes-devtools/btrfs-tools/btrfs-tools_6.12.bb index f37272d7ab..c1a73dd957 100644 --- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.10.1.bb +++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.12.bb @@ -18,7 +18,7 @@ DEPENDS = "util-linux zlib" SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git;branch=master;protocol=https \ file://0001-Add-a-possibility-to-specify-where-python-modules-ar.patch \ " -SRCREV = "a00c2b25474b5306ef29a790adb5fd5afbaba9a2" +SRCREV = "85ca0a6d60c14eefda509970a26616ff16115612" S = "${WORKDIR}/git" PACKAGECONFIG ??= " \