This includes the following changes:

ver 1.6:
        Fix issue with handling missing AP stop events.
        Fix issue with handling out-of-order disconnect events.
        Fix issue with handling missing auth/assoc support.
        Fix issue with handling omitted EAP-TLS-CACert.
        Fix issue with handling OWE PTK derivation.
        Add support for internal frame exchange API.
        Add support for MAC randomization and override.
        Add support for per-network MAC addresses.

Also remove patch applied upstream

Signed-off-by: Pierre-Jean Texier <pjtex...@koncepto.io>
---
 ...-Avoid-redirection-of-input-and-output-fi.patch | 38 ----------------------
 .../iwd/{iwd_1.5.bb => iwd_1.6.bb}                 |  6 ++--
 2 files changed, 2 insertions(+), 42 deletions(-)
 delete mode 100644 
meta-oe/recipes-connectivity/iwd/iwd/0001-Makefile.am-Avoid-redirection-of-input-and-output-fi.patch
 rename meta-oe/recipes-connectivity/iwd/{iwd_1.5.bb => iwd_1.6.bb} (91%)

diff --git 
a/meta-oe/recipes-connectivity/iwd/iwd/0001-Makefile.am-Avoid-redirection-of-input-and-output-fi.patch
 
b/meta-oe/recipes-connectivity/iwd/iwd/0001-Makefile.am-Avoid-redirection-of-input-and-output-fi.patch
deleted file mode 100644
index 80126a8..0000000
--- 
a/meta-oe/recipes-connectivity/iwd/iwd/0001-Makefile.am-Avoid-redirection-of-input-and-output-fi.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-From 46fc0e197598579dc05e42f137e84f86a9b926e9 Mon Sep 17 00:00:00 2001
-From: Khem Raj <raj.k...@gmail.com>
-Date: Mon, 4 Nov 2019 16:38:04 -0800
-Subject: [PATCH] Makefile.am: Avoid redirection of input and output files
-
-Ensure that directory is created before its written to
-
-This can cause a build race in a highly parallelised build where a directory 
is not yet created but
-output file is being written using redirection e.g.
-
-rst2man.py --strict --no-raw --no-generator --no-datestamp < 
../git/monitor/iwmon.rst > monitor/iwmon.1
-/bin/sh: monitor/iwmon.1: No such file or directory
-make[1]: *** [Makefile:3544: monitor/iwmon.1] Error 1
-
-Upstream-Status: Pending
-
-Signed-off-by: Khem Raj <raj.k...@gmail.com>
-
----
- Makefile.am | 5 +++--
- 1 file changed, 3 insertions(+), 2 deletions(-)
-
-diff --git a/Makefile.am b/Makefile.am
-index 8c69d9f4..35a25fc0 100644
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -629,8 +629,9 @@ SED_PROCESS = $(AM_V_GEN)$(MKDIR_P) $(dir $@) && $(SED) \
-               < $< > $@
- 
- if RUN_RST2MAN
--RST2MAN_PROCESS = $(AM_V_GEN)$(RST2MAN) --strict --no-raw --no-generator \
--                      --no-datestamp $< $@
-+RST2MAN_PROCESS = $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
-+                      $(AM_V_GEN)$(RST2MAN) --strict --no-raw \
-+                      --no-generator --no-datestamp $< $@
- else
- RST2MAN_PROCESS = $(AM_V_GEN)test -f $@ || \
-               { echo "Generated manual page $@ does not exist"; false; }
diff --git a/meta-oe/recipes-connectivity/iwd/iwd_1.5.bb 
b/meta-oe/recipes-connectivity/iwd/iwd_1.6.bb
similarity index 91%
rename from meta-oe/recipes-connectivity/iwd/iwd_1.5.bb
rename to meta-oe/recipes-connectivity/iwd/iwd_1.6.bb
index 4d4c699..10ac03e 100644
--- a/meta-oe/recipes-connectivity/iwd/iwd_1.5.bb
+++ b/meta-oe/recipes-connectivity/iwd/iwd_1.6.bb
@@ -5,10 +5,8 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=fb504b67c50331fc78734fed90fb0e09"
 
 DEPENDS = "ell"
 
-SRC_URI = "git://git.kernel.org/pub/scm/network/wireless/iwd.git \
-           
file://0001-Makefile.am-Avoid-redirection-of-input-and-output-fi.patch \
-           "
-SRCREV = "1ee7b985aaa294447d073bfe1242744784278a8e"
+SRC_URI = "git://git.kernel.org/pub/scm/network/wireless/iwd.git"
+SRCREV = "ad97f4f945b828425ff288e905523e11b330d41d"
 S = "${WORKDIR}/git"
 
 inherit autotools manpages pkgconfig python3native systemd
-- 
2.7.4

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#83563): 
https://lists.openembedded.org/g/openembedded-devel/message/83563
Mute This Topic: https://lists.openembedded.org/mt/72657328/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to