Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .bazelignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
autosd
ebclfsa
qnx_qemu
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down
Loading