From 761e1d793950cdfddcc328aa3cf6294308ee34bb Mon Sep 17 00:00:00 2001 From: Oliver Pajonk Date: Thu, 13 Nov 2025 11:47:26 +0000 Subject: [PATCH 1/2] Switch to elektrobit-contrib GitHub Organization Since Elektrobit plans to establish a "contrib" organization for centralizing its contributions to OSS projects, it is advisable to replace URLs pointing to the regular Elektrobit organization. --- ebclfsa/MODULE.bazel | 4 ++-- ebclfsa/scrample_integration/BUILD | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ebclfsa/MODULE.bazel b/ebclfsa/MODULE.bazel index f9a624ce16..2e63a232cf 100644 --- a/ebclfsa/MODULE.bazel +++ b/ebclfsa/MODULE.bazel @@ -24,12 +24,12 @@ bazel_dep(name = "rules_cc", version = "0.2.1") bazel_dep(name = "score_toolchains_gcc", dev_dependency=True) git_override( # Elektrobit corbos Linux for Safety Applications needs a specific toolchain module_name = "score_toolchains_gcc", - remote = "https://github.com/Elektrobit/eclipse-score_toolchains_gcc.git", + remote = "https://github.com/elektrobit-contrib/eclipse-score_toolchains_gcc.git", tag = "0.5.0-alpha", # commit sha: fb009e490b9b8f28805d587f50d0bf6d885f3414 ) gcc = use_extension("@score_toolchains_gcc//extentions:gcc.bzl", "gcc", dev_dependency=True) gcc.toolchain( - url = "https://github.com/Elektrobit/eclipse-score_toolchains_gcc/releases/download/0.5.0-alpha/fastdev-sdk-ubuntu-ebcl-deb-qemu-arm64.tar.xz", + url = "https://github.com/elektrobit-contrib/eclipse-score_toolchains_gcc/releases/download/0.5.0-alpha/fastdev-sdk-ubuntu-ebcl-deb-qemu-arm64.tar.xz", sha256 = "cf8d277a2b95bbdad3e177c488fa77d01723510690a911218ef33747574d78fe", strip_prefix = "fastdev-sdk-ubuntu-ebcl-deb-qemuarm64", ) diff --git a/ebclfsa/scrample_integration/BUILD b/ebclfsa/scrample_integration/BUILD index c009126c78..a0be59b95d 100644 --- a/ebclfsa/scrample_integration/BUILD +++ b/ebclfsa/scrample_integration/BUILD @@ -52,7 +52,7 @@ genrule( name = "fetch-fastdev-archive", srcs = [], outs = ["fastdev-archive.tgz"], - cmd = "wget -O $@ https://github.com/Elektrobit/eclipse-score_toolchains_gcc/releases/download/0.5.0-alpha/fastdev-ubuntu-ebcl-deb-qemu-arm64.tgz" + cmd = "wget -O $@ https://github.com/elektrobit-contrib/eclipse-score_toolchains_gcc/releases/download/0.5.0-alpha/fastdev-ubuntu-ebcl-deb-qemu-arm64.tgz" ) genrule( From c3c73bfac8675245037d4a405844d204de512300 Mon Sep 17 00:00:00 2001 From: Oliver Pajonk Date: Thu, 13 Nov 2025 11:51:57 +0000 Subject: [PATCH 2/2] fix one more location --- ebclfsa/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ebclfsa/README.md b/ebclfsa/README.md index afdb7ae4e2..4d2bdd3590 100644 --- a/ebclfsa/README.md +++ b/ebclfsa/README.md @@ -220,7 +220,7 @@ This way `cflinit` keeps its static entrypoint for the Eclipse S-CORE example ap ### S-CORE Toolchain in Linux for Safety Applications -The demo SDK integrates the [S-CORE toolchain with two extensions](https://github.com/Elektrobit/eclipse-score_toolchains_gcc/releases/tag/0.5.0-alpha): +The demo SDK integrates the [S-CORE toolchain with two extensions](https://github.com/elektrobit-contrib/eclipse-score_toolchains_gcc/releases/tag/0.5.0-alpha): - Additional tooling for AArch64 cross-building. - Additional tool `lisa-elf-enabler`: It marks an ELF header of an application in a way that Linux for Safety Applications detects it as an HI application.