diff mbox series

[meta-oe,v1] iwd: upgrade 2.8 -> 2.9

Message ID 20240108135018.2967504-1-joaomarcos.costa@bootlin.com
State Superseded
Headers show
Series [meta-oe,v1] iwd: upgrade 2.8 -> 2.9 | expand

Commit Message

Joao Marcos Costa Jan. 8, 2024, 1:50 p.m. UTC
Tested in station and access point modes, running on a iMX93 evaluation
kit with U-Blox's Jody-W3 wireless module.

ver 2.9:
	Fix issue with handling certain FT failures.
	Fix issue with handling user-disabled bands.
	Fix issue with handling roam on beacon loss event.
	Add support for PKEX configurator.
	Add support for PKEX enrollee.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>
---
 meta-oe/recipes-connectivity/iwd/{iwd_2.8.bb => iwd_2.9.bb} | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
 rename meta-oe/recipes-connectivity/iwd/{iwd_2.8.bb => iwd_2.9.bb} (88%)

Comments

Khem Raj Jan. 8, 2024, 6:38 p.m. UTC | #1
there is another patch which bumps it to 2.12 see
https://patchwork.yoctoproject.org/project/oe/patch/1704720002-29880-1-git-send-email-wangmy@fujitsu.com/

On Mon, Jan 8, 2024 at 5:50 AM Joao Marcos Costa
<joaomarcos.costa@bootlin.com> wrote:
>
> Tested in station and access point modes, running on a iMX93 evaluation
> kit with U-Blox's Jody-W3 wireless module.
>
> ver 2.9:
>         Fix issue with handling certain FT failures.
>         Fix issue with handling user-disabled bands.
>         Fix issue with handling roam on beacon loss event.
>         Add support for PKEX configurator.
>         Add support for PKEX enrollee.
>
> Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>
> ---
>  meta-oe/recipes-connectivity/iwd/{iwd_2.8.bb => iwd_2.9.bb} | 6 ++----
>  1 file changed, 2 insertions(+), 4 deletions(-)
>  rename meta-oe/recipes-connectivity/iwd/{iwd_2.8.bb => iwd_2.9.bb} (88%)
>
> diff --git a/meta-oe/recipes-connectivity/iwd/iwd_2.8.bb b/meta-oe/recipes-connectivity/iwd/iwd_2.9.bb
> similarity index 88%
> rename from meta-oe/recipes-connectivity/iwd/iwd_2.8.bb
> rename to meta-oe/recipes-connectivity/iwd/iwd_2.9.bb
> index ee310d295..82a294909 100644
> --- a/meta-oe/recipes-connectivity/iwd/iwd_2.8.bb
> +++ b/meta-oe/recipes-connectivity/iwd/iwd_2.9.bb
> @@ -5,10 +5,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fb504b67c50331fc78734fed90fb0e09"
>
>  DEPENDS = "ell"
>
> -SRC_URI = "https://www.kernel.org/pub/linux/network/wireless/${BP}.tar.xz \
> -           file://0001-build-Use-abs_top_srcdir-instead-of-abs_srcdir-for-e.patch \
> -           "
> -SRC_URI[sha256sum] = "a90e621f45b9c2f9021beea0fa6477ee0334fcd2ee34beaab42e31ea0fd3be29"
> +SRC_URI = "https://www.kernel.org/pub/linux/network/wireless/${BP}.tar.xz"
> +SRC_URI[sha256sum] = "ec02ae5750e47204f4b91791cbab7cde670e3035f884f4143f6d00f400089d4c"
>
>  inherit autotools manpages pkgconfig python3native systemd
>
> --
> 2.43.0
>
diff mbox series

Patch

diff --git a/meta-oe/recipes-connectivity/iwd/iwd_2.8.bb b/meta-oe/recipes-connectivity/iwd/iwd_2.9.bb
similarity index 88%
rename from meta-oe/recipes-connectivity/iwd/iwd_2.8.bb
rename to meta-oe/recipes-connectivity/iwd/iwd_2.9.bb
index ee310d295..82a294909 100644
--- a/meta-oe/recipes-connectivity/iwd/iwd_2.8.bb
+++ b/meta-oe/recipes-connectivity/iwd/iwd_2.9.bb
@@ -5,10 +5,8 @@  LIC_FILES_CHKSUM = "file://COPYING;md5=fb504b67c50331fc78734fed90fb0e09"
 
 DEPENDS = "ell"
 
-SRC_URI = "https://www.kernel.org/pub/linux/network/wireless/${BP}.tar.xz \
-           file://0001-build-Use-abs_top_srcdir-instead-of-abs_srcdir-for-e.patch \
-           "
-SRC_URI[sha256sum] = "a90e621f45b9c2f9021beea0fa6477ee0334fcd2ee34beaab42e31ea0fd3be29"
+SRC_URI = "https://www.kernel.org/pub/linux/network/wireless/${BP}.tar.xz"
+SRC_URI[sha256sum] = "ec02ae5750e47204f4b91791cbab7cde670e3035f884f4143f6d00f400089d4c"
 
 inherit autotools manpages pkgconfig python3native systemd