Skip to content

Commit 5348388

Browse files
authored
Update README with OS Integration Details, exclude from main Bazel project (#66)
* Update README with OS Integration Details, exclude them from main Bazel project Since the OS integrations are currently realized as separate Bazel projects, and contain individual documentation, this should be reflected in the main README. Also, the sub-directories should be excluded explicitly from the top-level Bazel project. For this, the https://bazel.build/run/bazelrc#bazelignore is updated. # Conflicts: # README.md * fix: outdated module name
1 parent 36c010b commit 5348388

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.bazelignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
autosd
2+
ebclfsa
13
qnx_qemu

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ bazel build --config bl-x86_64-linux @score_baselibs//score/... --verbose_failur
2727

2828
### Communication
2929
```bash
30-
bazel build --config bl-x86_64-linux @communication//score/mw/com:com --verbose_failures
30+
bazel build --config bl-x86_64-linux @score_communication//score/mw/com:com --verbose_failures
3131
```
3232

3333
### Persistency
@@ -57,6 +57,16 @@ Execute `bazel query //feature_showcase/...` to obtain list of targets that You
5757
bazel build --config bl-x86_64-linux @score_orchestrator//src/... --verbose_failures
5858
```
5959

60+
## Operating system integrations
61+
62+
> [!NOTE]
63+
> Integrations of Eclipse S-CORE into reference operating systems are currently realized as **independent Bazel projects**.
64+
> Please refer to the README documents in the respective sub-directories for details about the specific integration.
65+
66+
* [QNX](./qnx_qemu/README.md)
67+
* [Red Hat AutoSD](./autosd/build/README.md)
68+
* [Elektrobit corbos Linux for Safety Applications](./ebclfsa/README.md)
69+
6070
## Workspace support
6171

6272
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.

0 commit comments

Comments
 (0)