@@ -17,7 +17,7 @@ S-CORE Platform v0.9 release note
1717
1818.. document :: S-CORE v0.9 release note
1919 :id: doc__score_v09_release_note
20- :status: draft
20+ :status: valid
2121 :safety: QM
2222 :security: YES
2323 :realizes: wp__platform_sw_release_note
@@ -65,24 +65,25 @@ The `Configuration Management
6565integrated into the reference integration for the first time. It provides a
6666configuration daemon and a proxy API for platform-wide configuration handling.
6767
68+ Improvements
69+ ------------
70+
6871Logging Demo Application
6972~~~~~~~~~~~~~~~~~~~~~~~~
7073
7174A logging demo application was added to the reference integration, demonstrating
7275the use of the `Logging <https://github.com/eclipse-score/logging >`_ module in
7376an integrated setting.
7477
75- Improvements
76- ------------
77-
7878Integration Strategy (DR-008)
7979~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8080
8181The common integration strategy documented in DR-008, which was aligned during
82- v0.8, has been implemented: the reference integration gained a
82+ v0.8, has been partially implemented: the reference integration gained a
8383resolved-dependency override mechanism. This allows the integration to steer
8484transitive module dependency resolution centrally from ``known_good.json ``,
85- instead of relying on the pinning inside each individual module.
85+ instead of relying on the pinning inside each individual module. The remaining
86+ parts of DR-008 are not yet implemented and are planned for a follow-up release.
8687
8788Reproducible Dependency Pinning
8889~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -100,7 +101,9 @@ Build Environment
100101~~~~~~~~~~~~~~~~~
101102
102103- Bazel was updated to ``8.6.0 ``.
103- - The obsolete AutoSD toolchain usage was removed.
104+ - The legacy ``os_autosd_toolchain `` dependency (``inc_os_autosd ``) was dropped.
105+ AutoSD support itself remains part of this release; the AutoSD 10 toolchain is
106+ now provided by ``score_toolchains_gcc ``.
104107
105108Documentation
106109~~~~~~~~~~~~~
@@ -222,7 +225,8 @@ Reference integration
222225- Updated Bazel to ``8.6.0 ``.
223226- Hardened known-good dependency handling (tag-to-hash resolution fix,
224227 hash-pinned CI checkouts).
225- - Removed the obsolete AutoSD toolchain usage.
228+ - Dropped the legacy ``os_autosd_toolchain `` dependency in favour of the
229+ AutoSD 10 toolchain provided by ``score_toolchains_gcc ``.
226230
227231Reference QNX image
228232+++++++++++++++++++
@@ -232,7 +236,9 @@ Reference QNX image
232236Reference Red Hat AutoSD Linux image (Experimental)
233237+++++++++++++++++++++++++++++++++++++++++++++++++++
234238
235- - Removed the obsolete AutoSD toolchain usage from the image build flow.
239+ - The image is still built and remains part of this release. Only the legacy
240+ ``os_autosd_toolchain `` dependency was dropped from the build flow; the
241+ AutoSD 10 toolchain is now provided by ``score_toolchains_gcc ``.
236242
237243Reference Elektrobit corbos Linux for Safety Applications Linux image (Experimental)
238244++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
0 commit comments