Skip to content

Commit

Permalink
Release 2024-04-14
Browse files Browse the repository at this point in the history
  • Loading branch information
arobenko committed Apr 14, 2024
2 parents 6165853 + 8ca84d0 commit fc98ab4
Show file tree
Hide file tree
Showing 19 changed files with 23 additions and 20 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down
2 changes: 2 additions & 0 deletions recipes-applications/cc-commsdsl/cc-commsdsl_6.3.2.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SRCREV = "0a362f4b2c2f66ff975200f902821b130af2bdf2"
require cc-commsdsl.inc
2 changes: 0 additions & 2 deletions recipes-applications/cc-commsdsl/cc-commsdsl_6.3.bb

This file was deleted.

2 changes: 0 additions & 2 deletions recipes-support/cc-comms/cc-comms_5.2.2.bb

This file was deleted.

2 changes: 2 additions & 0 deletions recipes-support/cc-comms/cc-comms_5.2.3.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SRCREV = "6cfc9af6ecaf5e6f2b30adfd9ab2a789cbd452a6"
require cc-comms.inc
2 changes: 0 additions & 2 deletions recipes-support/cc-mqtt311/cc-mqtt311_2.6.bb

This file was deleted.

2 changes: 2 additions & 0 deletions recipes-support/cc-mqtt311/cc-mqtt311_2.7.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SRCREV = "8540b3d581e7711b4d3d11eaa65ddf728e244f1d"
require cc-mqtt311.inc
2 changes: 0 additions & 2 deletions recipes-support/cc-mqtt5-libs/cc-mqtt5-libs_0.3.1.bb

This file was deleted.

2 changes: 2 additions & 0 deletions recipes-support/cc-mqtt5-libs/cc-mqtt5-libs_0.4.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SRCREV = "0953fd1e275412e3fa333f81ab8a0547d703c8a7"
require cc-mqtt5-libs.inc
3 changes: 0 additions & 3 deletions recipes-support/cc-mqtt5/cc-mqtt5_2.6.bb

This file was deleted.

3 changes: 3 additions & 0 deletions recipes-support/cc-mqtt5/cc-mqtt5_2.7.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SRCREV = "77e53c3e51109ab7e2b23830ac78aac14e43e4dd"
require cc-mqtt5.inc

2 changes: 0 additions & 2 deletions recipes-support/cc-mqttsn-libs/cc-mqttsn-libs_1.0.7.bb

This file was deleted.

2 changes: 2 additions & 0 deletions recipes-support/cc-mqttsn-libs/cc-mqttsn-libs_1.0.8.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SRCREV = "bcdd9ba76827bfbb393fad03a56249a3607ae864"
require cc-mqttsn-libs.inc
2 changes: 0 additions & 2 deletions recipes-support/cc-mqttsn/cc-mqttsn_2.6.bb

This file was deleted.

2 changes: 2 additions & 0 deletions recipes-support/cc-mqttsn/cc-mqttsn_2.7.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SRCREV = "d8a7eefd5f1bf5daa064eaee8930045e21130a64"
require cc-mqttsn.inc
2 changes: 0 additions & 2 deletions recipes-support/cc-ublox/cc-ublox_2.6.bb

This file was deleted.

2 changes: 2 additions & 0 deletions recipes-support/cc-ublox/cc-ublox_2.7.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SRCREV = "784e1047eb2f25691bb553b3865e78139b6e6988"
require cc-ublox.inc
2 changes: 0 additions & 2 deletions recipes-support/cc-x509/cc-x509_0.8.bb

This file was deleted.

2 changes: 2 additions & 0 deletions recipes-support/cc-x509/cc-x509_0.9.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SRCREV = "4f91a7b852be983e404f307f8a9b085fbba7dc0c"
require cc-x509.inc

0 comments on commit fc98ab4

Please sign in to comment.