From c6ea54b3399f31f04e972809a9688816ed8c3cab Mon Sep 17 00:00:00 2001 From: Alex Robenko Date: Sat, 13 Apr 2024 15:49:40 +1000 Subject: [PATCH 1/2] Updated versions: cc-comms - v5.2.3 cc-commsdsl - v6.3.2 cc-mqtt5 - v2.7 cc-mqtt5-libs - v0.4 cc-mqtt311 - v2.7 cc-mqttsn - v2.7 cc-mqttsn-libs - v1.0.8 cc-ublox - v2.7 cc-x509 - v0.9 --- recipes-applications/cc-commsdsl/cc-commsdsl_6.3.2.bb | 2 ++ recipes-applications/cc-commsdsl/cc-commsdsl_6.3.bb | 2 -- recipes-support/cc-comms/cc-comms_5.2.2.bb | 2 -- recipes-support/cc-comms/cc-comms_5.2.3.bb | 2 ++ recipes-support/cc-mqtt311/cc-mqtt311_2.6.bb | 2 -- recipes-support/cc-mqtt311/cc-mqtt311_2.7.bb | 2 ++ recipes-support/cc-mqtt5-libs/cc-mqtt5-libs_0.3.1.bb | 2 -- recipes-support/cc-mqtt5-libs/cc-mqtt5-libs_0.4.bb | 2 ++ recipes-support/cc-mqtt5/cc-mqtt5_2.6.bb | 3 --- recipes-support/cc-mqtt5/cc-mqtt5_2.7.bb | 3 +++ recipes-support/cc-mqttsn-libs/cc-mqttsn-libs_1.0.7.bb | 2 -- recipes-support/cc-mqttsn-libs/cc-mqttsn-libs_1.0.8.bb | 2 ++ recipes-support/cc-mqttsn/cc-mqttsn_2.6.bb | 2 -- recipes-support/cc-mqttsn/cc-mqttsn_2.7.bb | 2 ++ recipes-support/cc-ublox/cc-ublox_2.6.bb | 2 -- recipes-support/cc-ublox/cc-ublox_2.7.bb | 2 ++ recipes-support/cc-x509/cc-x509_0.8.bb | 2 -- recipes-support/cc-x509/cc-x509_0.9.bb | 2 ++ 18 files changed, 19 insertions(+), 19 deletions(-) create mode 100644 recipes-applications/cc-commsdsl/cc-commsdsl_6.3.2.bb delete mode 100644 recipes-applications/cc-commsdsl/cc-commsdsl_6.3.bb delete mode 100644 recipes-support/cc-comms/cc-comms_5.2.2.bb create mode 100644 recipes-support/cc-comms/cc-comms_5.2.3.bb delete mode 100644 recipes-support/cc-mqtt311/cc-mqtt311_2.6.bb create mode 100644 recipes-support/cc-mqtt311/cc-mqtt311_2.7.bb delete mode 100644 recipes-support/cc-mqtt5-libs/cc-mqtt5-libs_0.3.1.bb create mode 100644 recipes-support/cc-mqtt5-libs/cc-mqtt5-libs_0.4.bb delete mode 100644 recipes-support/cc-mqtt5/cc-mqtt5_2.6.bb create mode 100644 recipes-support/cc-mqtt5/cc-mqtt5_2.7.bb delete mode 100644 recipes-support/cc-mqttsn-libs/cc-mqttsn-libs_1.0.7.bb create mode 100644 recipes-support/cc-mqttsn-libs/cc-mqttsn-libs_1.0.8.bb delete mode 100644 recipes-support/cc-mqttsn/cc-mqttsn_2.6.bb create mode 100644 recipes-support/cc-mqttsn/cc-mqttsn_2.7.bb delete mode 100644 recipes-support/cc-ublox/cc-ublox_2.6.bb create mode 100644 recipes-support/cc-ublox/cc-ublox_2.7.bb delete mode 100644 recipes-support/cc-x509/cc-x509_0.8.bb create mode 100644 recipes-support/cc-x509/cc-x509_0.9.bb diff --git a/recipes-applications/cc-commsdsl/cc-commsdsl_6.3.2.bb b/recipes-applications/cc-commsdsl/cc-commsdsl_6.3.2.bb new file mode 100644 index 0000000..f526be1 --- /dev/null +++ b/recipes-applications/cc-commsdsl/cc-commsdsl_6.3.2.bb @@ -0,0 +1,2 @@ +SRCREV = "0a362f4b2c2f66ff975200f902821b130af2bdf2" +require cc-commsdsl.inc diff --git a/recipes-applications/cc-commsdsl/cc-commsdsl_6.3.bb b/recipes-applications/cc-commsdsl/cc-commsdsl_6.3.bb deleted file mode 100644 index 8321fc2..0000000 --- a/recipes-applications/cc-commsdsl/cc-commsdsl_6.3.bb +++ /dev/null @@ -1,2 +0,0 @@ -SRCREV = "195e6141ecbd1d0c569f30a6f06383cf89f3759f" -require cc-commsdsl.inc diff --git a/recipes-support/cc-comms/cc-comms_5.2.2.bb b/recipes-support/cc-comms/cc-comms_5.2.2.bb deleted file mode 100644 index dddd30a..0000000 --- a/recipes-support/cc-comms/cc-comms_5.2.2.bb +++ /dev/null @@ -1,2 +0,0 @@ -SRCREV = "d2aaffcaecd089b548f71db9c615730b57f7364a" -require cc-comms.inc diff --git a/recipes-support/cc-comms/cc-comms_5.2.3.bb b/recipes-support/cc-comms/cc-comms_5.2.3.bb new file mode 100644 index 0000000..b71aff6 --- /dev/null +++ b/recipes-support/cc-comms/cc-comms_5.2.3.bb @@ -0,0 +1,2 @@ +SRCREV = "6cfc9af6ecaf5e6f2b30adfd9ab2a789cbd452a6" +require cc-comms.inc diff --git a/recipes-support/cc-mqtt311/cc-mqtt311_2.6.bb b/recipes-support/cc-mqtt311/cc-mqtt311_2.6.bb deleted file mode 100644 index 6dfd61c..0000000 --- a/recipes-support/cc-mqtt311/cc-mqtt311_2.6.bb +++ /dev/null @@ -1,2 +0,0 @@ -SRCREV = "902b48da1b9cc828c3e394e917d9279584875d9a" -require cc-mqtt311.inc diff --git a/recipes-support/cc-mqtt311/cc-mqtt311_2.7.bb b/recipes-support/cc-mqtt311/cc-mqtt311_2.7.bb new file mode 100644 index 0000000..ea7dcc8 --- /dev/null +++ b/recipes-support/cc-mqtt311/cc-mqtt311_2.7.bb @@ -0,0 +1,2 @@ +SRCREV = "8540b3d581e7711b4d3d11eaa65ddf728e244f1d" +require cc-mqtt311.inc diff --git a/recipes-support/cc-mqtt5-libs/cc-mqtt5-libs_0.3.1.bb b/recipes-support/cc-mqtt5-libs/cc-mqtt5-libs_0.3.1.bb deleted file mode 100644 index f40885c..0000000 --- a/recipes-support/cc-mqtt5-libs/cc-mqtt5-libs_0.3.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -SRCREV = "deec71f205be0abc7cf36fc6e55392609f62ab1f" -require cc-mqtt5-libs.inc diff --git a/recipes-support/cc-mqtt5-libs/cc-mqtt5-libs_0.4.bb b/recipes-support/cc-mqtt5-libs/cc-mqtt5-libs_0.4.bb new file mode 100644 index 0000000..89b675b --- /dev/null +++ b/recipes-support/cc-mqtt5-libs/cc-mqtt5-libs_0.4.bb @@ -0,0 +1,2 @@ +SRCREV = "0953fd1e275412e3fa333f81ab8a0547d703c8a7" +require cc-mqtt5-libs.inc diff --git a/recipes-support/cc-mqtt5/cc-mqtt5_2.6.bb b/recipes-support/cc-mqtt5/cc-mqtt5_2.6.bb deleted file mode 100644 index 62e32b9..0000000 --- a/recipes-support/cc-mqtt5/cc-mqtt5_2.6.bb +++ /dev/null @@ -1,3 +0,0 @@ -SRCREV = "10fea164cf5f5c897f5b36b267163ab469c7d09b" -require cc-mqtt5.inc - diff --git a/recipes-support/cc-mqtt5/cc-mqtt5_2.7.bb b/recipes-support/cc-mqtt5/cc-mqtt5_2.7.bb new file mode 100644 index 0000000..7c0efbf --- /dev/null +++ b/recipes-support/cc-mqtt5/cc-mqtt5_2.7.bb @@ -0,0 +1,3 @@ +SRCREV = "77e53c3e51109ab7e2b23830ac78aac14e43e4dd" +require cc-mqtt5.inc + diff --git a/recipes-support/cc-mqttsn-libs/cc-mqttsn-libs_1.0.7.bb b/recipes-support/cc-mqttsn-libs/cc-mqttsn-libs_1.0.7.bb deleted file mode 100644 index 0e58b7a..0000000 --- a/recipes-support/cc-mqttsn-libs/cc-mqttsn-libs_1.0.7.bb +++ /dev/null @@ -1,2 +0,0 @@ -SRCREV = "e2864440003626991d480d29ae0ad6b11bdd6991" -require cc-mqttsn-libs.inc diff --git a/recipes-support/cc-mqttsn-libs/cc-mqttsn-libs_1.0.8.bb b/recipes-support/cc-mqttsn-libs/cc-mqttsn-libs_1.0.8.bb new file mode 100644 index 0000000..bafd6e1 --- /dev/null +++ b/recipes-support/cc-mqttsn-libs/cc-mqttsn-libs_1.0.8.bb @@ -0,0 +1,2 @@ +SRCREV = "bcdd9ba76827bfbb393fad03a56249a3607ae864" +require cc-mqttsn-libs.inc diff --git a/recipes-support/cc-mqttsn/cc-mqttsn_2.6.bb b/recipes-support/cc-mqttsn/cc-mqttsn_2.6.bb deleted file mode 100644 index 573982c..0000000 --- a/recipes-support/cc-mqttsn/cc-mqttsn_2.6.bb +++ /dev/null @@ -1,2 +0,0 @@ -SRCREV = "06e18788224ec6bd31f87709af48da46067b198e" -require cc-mqttsn.inc diff --git a/recipes-support/cc-mqttsn/cc-mqttsn_2.7.bb b/recipes-support/cc-mqttsn/cc-mqttsn_2.7.bb new file mode 100644 index 0000000..9292a25 --- /dev/null +++ b/recipes-support/cc-mqttsn/cc-mqttsn_2.7.bb @@ -0,0 +1,2 @@ +SRCREV = "d8a7eefd5f1bf5daa064eaee8930045e21130a64" +require cc-mqttsn.inc diff --git a/recipes-support/cc-ublox/cc-ublox_2.6.bb b/recipes-support/cc-ublox/cc-ublox_2.6.bb deleted file mode 100644 index 3cbf243..0000000 --- a/recipes-support/cc-ublox/cc-ublox_2.6.bb +++ /dev/null @@ -1,2 +0,0 @@ -SRCREV = "d8d54ab02ccd4dd12e785dcaf8d496076ba8bf5b" -require cc-ublox.inc diff --git a/recipes-support/cc-ublox/cc-ublox_2.7.bb b/recipes-support/cc-ublox/cc-ublox_2.7.bb new file mode 100644 index 0000000..a230854 --- /dev/null +++ b/recipes-support/cc-ublox/cc-ublox_2.7.bb @@ -0,0 +1,2 @@ +SRCREV = "784e1047eb2f25691bb553b3865e78139b6e6988" +require cc-ublox.inc diff --git a/recipes-support/cc-x509/cc-x509_0.8.bb b/recipes-support/cc-x509/cc-x509_0.8.bb deleted file mode 100644 index f017b56..0000000 --- a/recipes-support/cc-x509/cc-x509_0.8.bb +++ /dev/null @@ -1,2 +0,0 @@ -SRCREV = "9751b71f0c1dc812373d716d43c97ecaeefc8c78" -require cc-x509.inc diff --git a/recipes-support/cc-x509/cc-x509_0.9.bb b/recipes-support/cc-x509/cc-x509_0.9.bb new file mode 100644 index 0000000..c991e91 --- /dev/null +++ b/recipes-support/cc-x509/cc-x509_0.9.bb @@ -0,0 +1,2 @@ +SRCREV = "4f91a7b852be983e404f307f8a9b085fbba7dc0c" +require cc-x509.inc From 8ca84d06acb336d780497ec610bc193768baf12d Mon Sep 17 00:00:00 2001 From: Alex Robenko Date: Sat, 13 Apr 2024 15:56:30 +1000 Subject: [PATCH 2/2] Updated README with info on LTS yocto release and not providing updates to the branches of the EOL releases. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7816022..85ea554 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ This meta layer follows the convention of branch names after the [yocto releases In most cases the branch names will follow the same hashes until the backward compatibility of the recipe syntax is broken, like it happened with the **honister** release. -The **master** branch will follow the latest yocto release, and the [release tags](https://github.com/commschamp/meta-commschamp/releases) +The **master** branch will follow the latest yocto **LTS** release, and the [release tags](https://github.com/commschamp/meta-commschamp/releases) will be assigned to the commits on the **master** branch. They will serve as an announcement that all the branches have been updated and their latest updates could be pulled in. @@ -29,6 +29,9 @@ Note that the names of the supported yocto releases are listed in the **LAYERSER the [conf/layer.conf](conf/layer.conf). In case newer version of yocto is being used, just update the variable accordingly and then submit a pull-request with the update. +In case some yocto release is EOL, then its relevant branch in this repository may also stop receiving +updates of the latest [CommsChampion Ecosystem](https://commschamp.github.io/) projects releases. + # PACKAGECONFIG of cc-commsdsl By default the `cc-commsdsl` recipe produces single **commsdsl2comms** code generator. However, the recipe defines multiple **PACKAGECONFIG** features named after the possible code generator binary name. To enable the relevant code generator use