diff --git a/.bazelignore b/.bazelignore index 1dc4fc5817..ee0205ffc2 100644 --- a/.bazelignore +++ b/.bazelignore @@ -1 +1,3 @@ +autosd +ebclfsa qnx_qemu diff --git a/README.md b/README.md index 2946b1237e..e2f67be8f3 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ bazel build --config bl-x86_64-linux @score_baselibs//score/... --verbose_failur ### Communication ```bash -bazel build --config bl-x86_64-linux @communication//score/mw/com:com --verbose_failures +bazel build --config bl-x86_64-linux @score_communication//score/mw/com:com --verbose_failures ``` ### Persistency @@ -57,6 +57,16 @@ Execute `bazel query //feature_showcase/...` to obtain list of targets that You bazel build --config bl-x86_64-linux @score_orchestrator//src/... --verbose_failures ``` +## Operating system integrations + +> [!NOTE] +> Integrations of Eclipse S-CORE into reference operating systems are currently realized as **independent Bazel projects**. +> Please refer to the README documents in the respective sub-directories for details about the specific integration. + +* [QNX](./qnx_qemu/README.md) +* [Red Hat AutoSD](./autosd/build/README.md) +* [Elektrobit corbos Linux for Safety Applications](./ebclfsa/README.md) + ## Workspace support You can obtain a complete S-CORE workspace, i.e. a git checkout of all modules from `known_good.json`, on the specific branches / commits, integrated into one Bazel build.