Updating Releases, Update Script, and adding yocto lts/petalinux

pull/84/head
msi-debian 2024-04-29 09:15:49 -06:00
parent 8bcfb2eab3
commit d0ee867280
5 changed files with 21 additions and 6328 deletions

View File

@ -186,4 +186,4 @@ BBFILES += "${@bb.utils.contains('WOLFENGINE_TYPE', \
'', d)}"
# Versions of OpenEmbedded-Core which layer has been tested against
LAYERSERIES_COMPAT_wolfssl = "sumo thud warrior zeus hardknott gatesgarth dunfell kirkstone nanbield"
LAYERSERIES_COMPAT_wolfssl = "sumo thud warrior zeus hardknott gatesgarth dunfell kirkstone nanbield langdale scarthgap"

View File

@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://LICENSING;md5=2c2d0ee3db6ceba278dd43212ed03733"
DEPENDS += "wolfssl"
SRC_URI = "git://github.com/wolfssl/wolfssh.git;nobranch=1;protocol=https;rev=60a29602e5893fd4e2ca0f4b6e2e05c6324154ed"
SRC_URI = "git://github.com/wolfssl/wolfssh.git;nobranch=1;protocol=https;rev=9204ae711999facc7a6a386e1306ae5fb1506da5"
S = "${WORKDIR}/git"

File diff suppressed because it is too large Load Diff

View File

@ -12,8 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
DEPENDS += "wolfssl"
SRC_URI = "git://github.com/wolfssl/wolfTPM.git;nobranch=1;protocol=https;rev=e54734a3ab2507fbba378567d16aa3e27c54655b \
file://wolftpm_3_1_0.patch"
SRC_URI = "git://github.com/wolfssl/wolfTPM.git;nobranch=1;protocol=https;rev=1fa15951eb91a8fe89b3326077b9be6fb105edeb"
S = "${WORKDIR}/git"

View File

@ -101,42 +101,32 @@ update() {
}
check_and_update() {
printf "Checking version of wolfSSL to use..."
get_current "wolfssl"
get_new "wolfssl"
update "wolfssl"
printf "Checking version of ${1} to use..."
get_current "${1}"
get_new "${1}"
update "${1}"
printf "Checking version of wolfMQTT to use..."
get_current "wolfmqtt"
get_new "wolfmqtt"
update "wolfmqtt"
}
printf "Checking version of wolfSSH to use..."
get_current "wolfssh"
get_new "wolfssh"
update "wolfssh"
check_and_update "wolfssl"
printf "Checking version of wolfTPM to use..."
get_current "wolftpm"
get_new "wolftpm"
update "wolftpm"
check_and_update "wolfmqtt"
printf "Checking version of wolfCLU to use..."
get_current "wolfclu"
get_new "wolfclu"
update "wolfclu"
check_and_update "wolfssh"
printf "Checking version of wolfssl-py to use..."
get_current "wolfssl-py"
get_new "wolfssl-py"
update "wolfssl-py"
check_and_update "wolftpm"
check_and_update "wolfclu"
printf "Checking version of wolfcrypt-py to use..."
get_current "wolfcrypt-py"
get_new "wolfcrypt-py"
update "wolfcrypt-py"
check_and_update "wolfssl-py"
check_and_update "wolfcrypt-py"
check_and_update "wolfengine"
check_and_update "wolfprovider"