From patchwork Mon Jan 1 13:11:58 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: 37217 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 C1CB1C531B5 for ; Mon, 1 Jan 2024 13:12:09 +0000 (UTC) Received: from a27-193.smtp-out.us-west-2.amazonses.com (a27-193.smtp-out.us-west-2.amazonses.com [54.240.27.193]) by mx.groups.io with SMTP id smtpd.web10.4576.1704114718932199790 for ; Mon, 01 Jan 2024 05:11:59 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=Yzb28vdi; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=ch+IHR8B; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.193, mailfrom: 0101018cc5270576-dde3e7f7-44e1-4b4f-968f-ad61f75e454f-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=1704114718; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=bkYJMbo28w49QdGs2vF1rG4pvkk06mq9uz6Nfo1Tsnk=; b=Yzb28vdinhCTKjJ/yhCcE8td3O0IDI/1PlN6Z4pejbuARtJfjhawBak1wuGHDgAL 9TF6gx2S//ECLVT4JGku7D3tEhMAAw2+iTc8qqP/RBYdCdDA1qgpq4Pnpb2V7fA21Ll FiTOyFyVYV9y1KiIPlXtg+fL8rVPHaJlq4loKkC0= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1704114718; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=bkYJMbo28w49QdGs2vF1rG4pvkk06mq9uz6Nfo1Tsnk=; b=ch+IHR8BO/MxEnsl8yxhedDRmYyFBKxsoGSiwyBNx0knEiMYDUo7aBXuw9CPRwoy M1ydodsw3KQdoSTmj9XFFT1HSB//f80FFBOlvCsD9EIgsFmiEItzmeosDP/un75xeqD u7mubN1K+SRhrPINGn0nYBUVYi+lE8+NwuOKVjAI= MIME-Version: 1.0 From: auh@yoctoproject.org To: Changhyeok Bae Cc: openembedded-core@lists.openembedded.org Subject: [AUH] iw: upgrading to 6.7 SUCCEEDED Message-ID: <0101018cc5270576-dde3e7f7-44e1-4b4f-968f-ad61f75e454f-000000@us-west-2.amazonses.com> Date: Mon, 1 Jan 2024 13:11:58 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.01.01-54.240.27.193 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 ; Mon, 01 Jan 2024 13:12:09 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/193102 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *iw* to *6.7* has Succeeded. Next steps: - apply the patch: git am 0001-iw-upgrade-5.19-6.7.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 ca6cc777c164b435335748c36a52dedf0dd42c51 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 1 Jan 2024 05:15:54 +0000 Subject: [PATCH] iw: upgrade 5.19 -> 6.7 --- ...h-don-t-use-git-describe-for-versioning.patch | 16 ++++++++++++---- .../iw/iw/separate-objdir.patch | 12 +++++------- .../iw/{iw_5.19.bb => iw_6.7.bb} | 2 +- 3 files changed, 18 insertions(+), 12 deletions(-) rename meta/recipes-connectivity/iw/{iw_5.19.bb => iw_6.7.bb} (90%) diff --git a/meta/recipes-connectivity/iw/iw/0001-iw-version.sh-don-t-use-git-describe-for-versioning.patch b/meta/recipes-connectivity/iw/iw/0001-iw-version.sh-don-t-use-git-describe-for-versioning.patch index 715b88d466..81e2de2c7e 100644 --- a/meta/recipes-connectivity/iw/iw/0001-iw-version.sh-don-t-use-git-describe-for-versioning.patch +++ b/meta/recipes-connectivity/iw/iw/0001-iw-version.sh-don-t-use-git-describe-for-versioning.patch @@ -1,3 +1,6 @@ +From fe0b973174f5a6c4bc5595c2170220d2faeba361 Mon Sep 17 00:00:00 2001 +From: Koen Kooi +Date: Fri, 28 Aug 2015 13:22:59 -0700 Subject: [PATCH] iw: version.sh: don't use git describe for versioning It will detect top-level git repositories like the Angstrom setup-scripts and break. @@ -6,11 +9,16 @@ Upstream-Status: Pending Signed-off-by: Koen Kooi Signed-off-by: Maxin B. John + --- -diff -Naur iw-4.7-orig/version.sh iw-4.7/version.sh ---- iw-4.7-orig/version.sh 2016-05-31 12:52:46.000000000 +0300 -+++ iw-4.7/version.sh 2016-06-01 11:21:58.307409060 +0300 -@@ -15,27 +15,7 @@ + version.sh | 22 +--------------------- + 1 file changed, 1 insertion(+), 21 deletions(-) + +diff --git a/version.sh b/version.sh +index 3091e1e..8d79d58 100755 +--- a/version.sh ++++ b/version.sh +@@ -15,27 +15,7 @@ SRC_DIR=$(dirname $0) SRC_DIR=$(cd ${SRC_DIR}; pwd) cd "${SRC_DIR}" diff --git a/meta/recipes-connectivity/iw/iw/separate-objdir.patch b/meta/recipes-connectivity/iw/iw/separate-objdir.patch index 179fd90124..382b2f7261 100644 --- a/meta/recipes-connectivity/iw/iw/separate-objdir.patch +++ b/meta/recipes-connectivity/iw/iw/separate-objdir.patch @@ -1,4 +1,4 @@ -From ff9f0a631c99fb6e2677c02bf572a5e69c70f5cf Mon Sep 17 00:00:00 2001 +From e2b511b08b55a2c7ac1431c020beb9a19ac5b44b Mon Sep 17 00:00:00 2001 From: Changhyeok Bae Date: Mon, 27 Jan 2020 22:48:03 +0100 Subject: [PATCH] Support separation of SRCDIR and OBJDIR @@ -9,12 +9,13 @@ Upstream-Status: Pending Signed-off-by: Christopher Larson Signed-off-by: Maxin B. John + --- Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile -index 90f2251..714cdb9 100644 +index 17be33f..d9d7fc8 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,9 @@ @@ -27,7 +28,7 @@ index 90f2251..714cdb9 100644 PREFIX ?= /usr SBINDIR ?= $(PREFIX)/sbin MANDIR ?= $(PREFIX)/share/man -@@ -92,7 +96,7 @@ all: $(ALL) +@@ -94,7 +98,7 @@ all: $(ALL) version.c: version.sh $(patsubst %.o,%.c,$(VERSION_OBJS)) nl80211.h iw.h Makefile \ $(wildcard .git/index .git/refs/tags) @$(NQ) ' GEN ' $@ @@ -36,7 +37,7 @@ index 90f2251..714cdb9 100644 nl80211-commands.inc: nl80211.h @$(NQ) ' GEN ' $@ -@@ -100,7 +104,7 @@ nl80211-commands.inc: nl80211.h +@@ -102,7 +106,7 @@ nl80211-commands.inc: nl80211.h %.o: %.c iw.h nl80211.h nl80211-commands.inc @$(NQ) ' CC ' $@ @@ -45,6 +46,3 @@ index 90f2251..714cdb9 100644 ifeq ($(IW_ANDROID_BUILD),) iw: $(OBJS) --- -2.23.0 - diff --git a/meta/recipes-connectivity/iw/iw_5.19.bb b/meta/recipes-connectivity/iw/iw_6.7.bb similarity index 90% rename from meta/recipes-connectivity/iw/iw_5.19.bb rename to meta/recipes-connectivity/iw/iw_6.7.bb index a19ae304d5..b46b54bc93 100644 --- a/meta/recipes-connectivity/iw/iw_5.19.bb +++ b/meta/recipes-connectivity/iw/iw_6.7.bb @@ -14,7 +14,7 @@ SRC_URI = "http://www.kernel.org/pub/software/network/iw/${BP}.tar.gz \ file://separate-objdir.patch \ " -SRC_URI[sha256sum] = "2a44676d28a87bbc232903d5d573e7618e4fae0cea3a1aff067a26fa66652b75" +SRC_URI[sha256sum] = "b3ef3fa85fa1177b11d3e97d6d38cdfe10ee250ca31482b581f3bd0fc79cb015" inherit pkgconfig