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/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. 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(