From patchwork Mon Jan 15 17:33:48 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: 37860 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 30C38C54790 for ; Mon, 15 Jan 2024 17:34:02 +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.web10.88841.1705340029350378203 for ; Mon, 15 Jan 2024 09:33:49 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=hIGHjZ9h; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=rhQHA+pH; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.192, mailfrom: 0101018d0e2fc62a-7e4a9d5d-9f05-427a-bcf3-888b95e1edd8-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=1705340028; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=oA4vS8sNt+3iM2Qv4FscipDZlHOLbeXShRrnLswgHYE=; b=hIGHjZ9hauk6uEjLvTDkBIucx13I3LxylxXbxyzsogZovkD8Sg8LcPZQGobz7C3h 0AwW5/yAlOOjQPxiEK/L6j7cpCmV/9UUjTpg367MkaQf2DIaRz0DCnsLae07NIRju7c QnW2RXxTn+s5GCTl4xKdpMAsY+C0K+Xl6P1ed418= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1705340028; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=oA4vS8sNt+3iM2Qv4FscipDZlHOLbeXShRrnLswgHYE=; b=rhQHA+pHjr2S+plt92nMkM7KdqQkl8e6MDuxyz1ksxPsMENgVWT4Iy7y865njMli hNh02QcwdlYYE7zTmyna382RRggnDktc3ElWnUbBX8ia/V9VYFp4+WndQL+jk5WVXbx OKlOTbchNuqR47FUGg5ZP4RetNshkLkGp7TsdhAs= 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: <0101018d0e2fc62a-7e4a9d5d-9f05-427a-bcf3-888b95e1edd8-000000@us-west-2.amazonses.com> Date: Mon, 15 Jan 2024 17:33:48 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.01.15-54.240.27.192 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, 15 Jan 2024 17:34:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/193701 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 7c0bd0cd9b58387172143a5f7f8356c718f2c44d Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 15 Jan 2024 05:29:05 +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..8b9e0f7452 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 e5c82f3b179416a395b0c578ea527deb11c7b310 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..4a98cf8966 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 34bd2c790e807442723c9e7fdd5401b3ff4d206c 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