Skip to content

Commit be4038d

Browse files
committed
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.
1 parent 03eb3f1 commit be4038d

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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
## Known Issues ⚠️
6171

6272
### Orchestrator

0 commit comments

Comments
 (0)