From b3406dc185f4805de0f6f69090b005f115eb3dbb Mon Sep 17 00:00:00 2001 From: night1rider Date: Mon, 13 Apr 2026 09:09:56 -0600 Subject: [PATCH 1/2] Update to latest packages --- .../wolfcrypt/wolfcryptbenchmark/wolfcryptbenchmark.bb | 2 +- recipes-examples/wolfcrypt/wolfcrypttest/wolfcrypttest.bb | 2 +- .../wolfmqtt/{wolfmqtt_1.21.0.bb => wolfmqtt_2.0.0.bb} | 2 +- recipes-wolfssl/wolfssl/{wolfssl_5.8.4.bb => wolfssl_5.9.1.bb} | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) rename recipes-wolfssl/wolfmqtt/{wolfmqtt_1.21.0.bb => wolfmqtt_2.0.0.bb} (94%) rename recipes-wolfssl/wolfssl/{wolfssl_5.8.4.bb => wolfssl_5.9.1.bb} (93%) diff --git a/recipes-examples/wolfcrypt/wolfcryptbenchmark/wolfcryptbenchmark.bb b/recipes-examples/wolfcrypt/wolfcryptbenchmark/wolfcryptbenchmark.bb index f39d1e7..84d2df6 100644 --- a/recipes-examples/wolfcrypt/wolfcryptbenchmark/wolfcryptbenchmark.bb +++ b/recipes-examples/wolfcrypt/wolfcryptbenchmark/wolfcryptbenchmark.bb @@ -16,7 +16,7 @@ python __anonymous() { wolfssl_varAppend(d, 'RDEPENDS', '${PN}', ' wolfssl') } -SRC_URI = "git://github.com/wolfSSL/wolfssl.git;nobranch=1;protocol=https;rev=59f4fa568615396fbf381b073b220d1e8d61e4c2" +SRC_URI = "git://github.com/wolfSSL/wolfssl.git;nobranch=1;protocol=https;rev=1d363f3adceba9d1478230ede476a37b0dcdef24" do_configure[noexec] = "1" do_compile[noexec] = "1" diff --git a/recipes-examples/wolfcrypt/wolfcrypttest/wolfcrypttest.bb b/recipes-examples/wolfcrypt/wolfcrypttest/wolfcrypttest.bb index 4095e38..6f1cb7d 100644 --- a/recipes-examples/wolfcrypt/wolfcrypttest/wolfcrypttest.bb +++ b/recipes-examples/wolfcrypt/wolfcrypttest/wolfcrypttest.bb @@ -16,7 +16,7 @@ python __anonymous() { wolfssl_varAppend(d, 'RDEPENDS', '${PN}', ' wolfssl') } -SRC_URI = "git://github.com/wolfSSL/wolfssl.git;nobranch=1;protocol=https;rev=59f4fa568615396fbf381b073b220d1e8d61e4c2" +SRC_URI = "git://github.com/wolfSSL/wolfssl.git;nobranch=1;protocol=https;rev=1d363f3adceba9d1478230ede476a37b0dcdef24" do_configure[noexec] = "1" diff --git a/recipes-wolfssl/wolfmqtt/wolfmqtt_1.21.0.bb b/recipes-wolfssl/wolfmqtt/wolfmqtt_2.0.0.bb similarity index 94% rename from recipes-wolfssl/wolfmqtt/wolfmqtt_1.21.0.bb rename to recipes-wolfssl/wolfmqtt/wolfmqtt_2.0.0.bb index 61e0ec2..56b37fc 100644 --- a/recipes-wolfssl/wolfmqtt/wolfmqtt_1.21.0.bb +++ b/recipes-wolfssl/wolfmqtt/wolfmqtt_2.0.0.bb @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=d32239bcb673463ab874e80d47fae504" DEPENDS += "virtual/wolfssl" -SRC_URI = "git://github.com/wolfssl/wolfMQTT.git;nobranch=1;protocol=https;rev=0afcd8d342e30c440236482e8a50e909a04c455e" +SRC_URI = "git://github.com/wolfssl/wolfMQTT.git;nobranch=1;protocol=https;rev=88d37edd4569d07ed3896273fdea9e80a117de76" S = "${WORKDIR}/git" diff --git a/recipes-wolfssl/wolfssl/wolfssl_5.8.4.bb b/recipes-wolfssl/wolfssl/wolfssl_5.9.1.bb similarity index 93% rename from recipes-wolfssl/wolfssl/wolfssl_5.8.4.bb rename to recipes-wolfssl/wolfssl/wolfssl_5.9.1.bb index d6ffc37..900739d 100644 --- a/recipes-wolfssl/wolfssl/wolfssl_5.8.4.bb +++ b/recipes-wolfssl/wolfssl/wolfssl_5.9.1.bb @@ -10,7 +10,7 @@ DEPENDS += "util-linux-native" PROVIDES += "wolfssl virtual/wolfssl" RPROVIDES_${PN} = "wolfssl" -SRC_URI = "git://github.com/wolfssl/wolfssl.git;nobranch=1;protocol=https;rev=59f4fa568615396fbf381b073b220d1e8d61e4c2" +SRC_URI = "git://github.com/wolfssl/wolfssl.git;nobranch=1;protocol=https;rev=1d363f3adceba9d1478230ede476a37b0dcdef24" S = "${WORKDIR}/git" From 1593dfdda29fc77294fe121bed2c783ae16db5b6 Mon Sep 17 00:00:00 2001 From: Zackery Backman Date: Mon, 13 Apr 2026 10:38:53 -0600 Subject: [PATCH 2/2] Update wolfCLU to point to master to resolve compile issues with MACROs --- .../wolfclu/{wolfclu_0.1.8.bb => wolfclu_0.1.8+master.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-wolfssl/wolfclu/{wolfclu_0.1.8.bb => wolfclu_0.1.8+master.bb} (95%) diff --git a/recipes-wolfssl/wolfclu/wolfclu_0.1.8.bb b/recipes-wolfssl/wolfclu/wolfclu_0.1.8+master.bb similarity index 95% rename from recipes-wolfssl/wolfclu/wolfclu_0.1.8.bb rename to recipes-wolfssl/wolfclu/wolfclu_0.1.8+master.bb index 077f13f..c52395f 100644 --- a/recipes-wolfssl/wolfclu/wolfclu_0.1.8.bb +++ b/recipes-wolfssl/wolfclu/wolfclu_0.1.8+master.bb @@ -12,7 +12,7 @@ RPROVIDES_${PN} = "wolfclu" DEPENDS += "virtual/wolfssl" -SRC_URI = "git://github.com/wolfssl/wolfclu.git;nobranch=1;protocol=https;rev=439a801afb3b9050af7906479300afb29f7b72ff" +SRC_URI = "git://github.com/wolfssl/wolfclu.git;nobranch=1;protocol=https;rev=a17667097d253c97d8f7110e214ea90e2be5e1bd" S = "${WORKDIR}/git"