EBcLfSA
|
status: valid
security: YES
safety: QM
|
||||
EB corbos Linux for Safety Applications (EBcLfSA)#
TBD
OS Maintainers/Integration Assistance#
GitHub Handles of the target maintainers.
Oliver Pajonk - @opajonk
Integration Assistance#
The following fulfills integration assistance (aou_req__platform__integration_assistance)
Oliver Pajonk |
|
Github Handler |
@opajonk |
Slack Handler |
@opajonk |
Integration Manual#
The following fulfills integration manual (aou_req__platform__os_integration_manual)
Supported Architectures#
Target Architecture |
Comments |
aarch64 |
Cross-compilation supported |
Build Instructions#
TBD
Toolchain#
Refer to the upstream repository for detailed instructions.
A Bazel toolchain defintion is provided for users to build their Bazel modules and components with EBcLfSA’s tooling (compilers, libraries, etc).
Sample usage (MODULE.bazel file):
gcc = use_extension("@score_bazel_cpp_toolchains//extensions:gcc.bzl", "gcc", dev_dependency = True)
gcc.toolchain(
name = "score_ebclfsa_toolchain",
runtime_ecosystem = "ebclfsa",
sdk_version = "0.1.0",
target_cpu = "aarch64",
target_os = "linux",
use_default_package = True,
)
use_repo(
gcc,
"score_gcc_x86_64_toolchain",
)
Bug Interface#
The following fulfills bug interface (aou_req__platform__bug_interface)
GitHub Issue Tracker |
|
Eclipse SDV Slack Channel |
#ebclfsa (https://sdvworkinggroup.slack.com/archives/C0A33SCH8U9) |