* [meta-oe][dunfell][PATCH 1/3] iwd: upgrade 1.6 -> 1.7
@ 2020-09-18 10:34 Martin Jansa
2020-09-18 10:34 ` [meta-oe][dunfell][PATCH 2/3] iwd: update to 1.8 Martin Jansa
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Martin Jansa @ 2020-09-18 10:34 UTC (permalink / raw)
To: openembedded-devel; +Cc: Pierre-Jean Texier, Khem Raj
From: Pierre-Jean Texier <pjtexier@koncepto.io>
This includes the following changes:
ver 1.7:
Fix issue with APs that send IGTK falsely in big endian.
Fix issue with setting linkmode & operstate for open networks.
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
meta-oe/recipes-connectivity/iwd/{iwd_1.6.bb => iwd_1.7.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-oe/recipes-connectivity/iwd/{iwd_1.6.bb => iwd_1.7.bb} (96%)
diff --git a/meta-oe/recipes-connectivity/iwd/iwd_1.6.bb b/meta-oe/recipes-connectivity/iwd/iwd_1.7.bb
similarity index 96%
rename from meta-oe/recipes-connectivity/iwd/iwd_1.6.bb
rename to meta-oe/recipes-connectivity/iwd/iwd_1.7.bb
index 10ac03ef06..4911b3d803 100644
--- a/meta-oe/recipes-connectivity/iwd/iwd_1.6.bb
+++ b/meta-oe/recipes-connectivity/iwd/iwd_1.7.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fb504b67c50331fc78734fed90fb0e09"
DEPENDS = "ell"
SRC_URI = "git://git.kernel.org/pub/scm/network/wireless/iwd.git"
-SRCREV = "ad97f4f945b828425ff288e905523e11b330d41d"
+SRCREV = "ef6084dcb4fe2e00327bb9c7b113ece204042c22"
S = "${WORKDIR}/git"
inherit autotools manpages pkgconfig python3native systemd
--
2.25.1
^ permalink raw reply related [flat|nested] 4+ messages in thread* [meta-oe][dunfell][PATCH 2/3] iwd: update to 1.8
2020-09-18 10:34 [meta-oe][dunfell][PATCH 1/3] iwd: upgrade 1.6 -> 1.7 Martin Jansa
@ 2020-09-18 10:34 ` Martin Jansa
2020-09-18 10:34 ` [meta-oe][dunfell][PATCH 3/3] iwd: Upgrade to 1.9 Martin Jansa
[not found] ` <1635DA55744A95C6.24495@lists.openembedded.org>
2 siblings, 0 replies; 4+ messages in thread
From: Martin Jansa @ 2020-09-18 10:34 UTC (permalink / raw)
To: openembedded-devel; +Cc: Oleksandr Kravchuk, Khem Raj
From: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Changelog:
- Fix issue with handling FT AKMs when not supported.
- Fix issue with handling FILS and RSNE in authenticate.
- Fix issue with handling auto-connection and quick scan.
- Fix issue with sending multiple scan requests.
- Add support for P2P feature and API.
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
meta-oe/recipes-connectivity/iwd/{iwd_1.7.bb => iwd_1.8.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-oe/recipes-connectivity/iwd/{iwd_1.7.bb => iwd_1.8.bb} (96%)
diff --git a/meta-oe/recipes-connectivity/iwd/iwd_1.7.bb b/meta-oe/recipes-connectivity/iwd/iwd_1.8.bb
similarity index 96%
rename from meta-oe/recipes-connectivity/iwd/iwd_1.7.bb
rename to meta-oe/recipes-connectivity/iwd/iwd_1.8.bb
index 4911b3d803..bfbf3c7fa6 100644
--- a/meta-oe/recipes-connectivity/iwd/iwd_1.7.bb
+++ b/meta-oe/recipes-connectivity/iwd/iwd_1.8.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fb504b67c50331fc78734fed90fb0e09"
DEPENDS = "ell"
SRC_URI = "git://git.kernel.org/pub/scm/network/wireless/iwd.git"
-SRCREV = "ef6084dcb4fe2e00327bb9c7b113ece204042c22"
+SRCREV = "a01754f56aacdc641c819f983c3c0ad374be77b2"
S = "${WORKDIR}/git"
inherit autotools manpages pkgconfig python3native systemd
--
2.25.1
^ permalink raw reply related [flat|nested] 4+ messages in thread* [meta-oe][dunfell][PATCH 3/3] iwd: Upgrade to 1.9
2020-09-18 10:34 [meta-oe][dunfell][PATCH 1/3] iwd: upgrade 1.6 -> 1.7 Martin Jansa
2020-09-18 10:34 ` [meta-oe][dunfell][PATCH 2/3] iwd: update to 1.8 Martin Jansa
@ 2020-09-18 10:34 ` Martin Jansa
[not found] ` <1635DA55744A95C6.24495@lists.openembedded.org>
2 siblings, 0 replies; 4+ messages in thread
From: Martin Jansa @ 2020-09-18 10:34 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
From: Khem Raj <raj.khem@gmail.com>
Need this upgrade to work with ell >= 0.33
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
meta-oe/recipes-connectivity/iwd/{iwd_1.8.bb => iwd_1.9.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-oe/recipes-connectivity/iwd/{iwd_1.8.bb => iwd_1.9.bb} (96%)
diff --git a/meta-oe/recipes-connectivity/iwd/iwd_1.8.bb b/meta-oe/recipes-connectivity/iwd/iwd_1.9.bb
similarity index 96%
rename from meta-oe/recipes-connectivity/iwd/iwd_1.8.bb
rename to meta-oe/recipes-connectivity/iwd/iwd_1.9.bb
index bfbf3c7fa6..25500e6501 100644
--- a/meta-oe/recipes-connectivity/iwd/iwd_1.8.bb
+++ b/meta-oe/recipes-connectivity/iwd/iwd_1.9.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fb504b67c50331fc78734fed90fb0e09"
DEPENDS = "ell"
SRC_URI = "git://git.kernel.org/pub/scm/network/wireless/iwd.git"
-SRCREV = "a01754f56aacdc641c819f983c3c0ad374be77b2"
+SRCREV = "aa3dc1b95348dea177e9d8c2c3063b29e20fe2e9"
S = "${WORKDIR}/git"
inherit autotools manpages pkgconfig python3native systemd
--
2.25.1
^ permalink raw reply related [flat|nested] 4+ messages in thread[parent not found: <1635DA55744A95C6.24495@lists.openembedded.org>]
* Re: [oe] [meta-oe][dunfell][PATCH 3/3] iwd: Upgrade to 1.9
[not found] ` <1635DA55744A95C6.24495@lists.openembedded.org>
@ 2020-09-18 10:35 ` Martin Jansa
0 siblings, 0 replies; 4+ messages in thread
From: Martin Jansa @ 2020-09-18 10:35 UTC (permalink / raw)
To: Martin Jansa; +Cc: openembedded-devel, Khem Raj
[-- Attachment #1: Type: text/plain, Size: 1499 bytes --]
This is now needed in dunfell, because ell upgrade was backported to
dunfell in oe-core:
https://git.openembedded.org/openembedded-core/commit/?h=dunfell&id=deb77c59b9c11738a93fc80c1b256b3df8e14827
On Fri, Sep 18, 2020 at 12:35 PM Martin Jansa via lists.openembedded.org
<Martin.Jansa=gmail.com@lists.openembedded.org> wrote:
> From: Khem Raj <raj.khem@gmail.com>
>
> Need this upgrade to work with ell >= 0.33
>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
> meta-oe/recipes-connectivity/iwd/{iwd_1.8.bb => iwd_1.9.bb} | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> rename meta-oe/recipes-connectivity/iwd/{iwd_1.8.bb => iwd_1.9.bb} (96%)
>
> diff --git a/meta-oe/recipes-connectivity/iwd/iwd_1.8.bb
> b/meta-oe/recipes-connectivity/iwd/iwd_1.9.bb
> similarity index 96%
> rename from meta-oe/recipes-connectivity/iwd/iwd_1.8.bb
> rename to meta-oe/recipes-connectivity/iwd/iwd_1.9.bb
> index bfbf3c7fa6..25500e6501 100644
> --- a/meta-oe/recipes-connectivity/iwd/iwd_1.8.bb
> +++ b/meta-oe/recipes-connectivity/iwd/iwd_1.9.bb
> @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM =
> "file://COPYING;md5=fb504b67c50331fc78734fed90fb0e09"
> DEPENDS = "ell"
>
> SRC_URI = "git://git.kernel.org/pub/scm/network/wireless/iwd.git"
> -SRCREV = "a01754f56aacdc641c819f983c3c0ad374be77b2"
> +SRCREV = "aa3dc1b95348dea177e9d8c2c3063b29e20fe2e9"
> S = "${WORKDIR}/git"
>
> inherit autotools manpages pkgconfig python3native systemd
> --
> 2.25.1
>
>
>
>
>
[-- Attachment #2: Type: text/html, Size: 2989 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-09-18 10:36 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-18 10:34 [meta-oe][dunfell][PATCH 1/3] iwd: upgrade 1.6 -> 1.7 Martin Jansa
2020-09-18 10:34 ` [meta-oe][dunfell][PATCH 2/3] iwd: update to 1.8 Martin Jansa
2020-09-18 10:34 ` [meta-oe][dunfell][PATCH 3/3] iwd: Upgrade to 1.9 Martin Jansa
[not found] ` <1635DA55744A95C6.24495@lists.openembedded.org>
2020-09-18 10:35 ` [oe] " Martin Jansa
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.