Skip to content

Commit b8a1e1f

Browse files
authored
Switch to elektrobit-contrib GitHub Organization (#34)
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.
1 parent 6029e43 commit b8a1e1f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ebclfsa/MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ bazel_dep(name = "rules_cc", version = "0.2.1")
2424
bazel_dep(name = "score_toolchains_gcc", dev_dependency=True)
2525
git_override( # Elektrobit corbos Linux for Safety Applications needs a specific toolchain
2626
module_name = "score_toolchains_gcc",
27-
remote = "https://github.com/Elektrobit/eclipse-score_toolchains_gcc.git",
27+
remote = "https://github.com/elektrobit-contrib/eclipse-score_toolchains_gcc.git",
2828
tag = "0.5.0-alpha", # commit sha: fb009e490b9b8f28805d587f50d0bf6d885f3414
2929
)
3030
gcc = use_extension("@score_toolchains_gcc//extentions:gcc.bzl", "gcc", dev_dependency=True)
3131
gcc.toolchain(
32-
url = "https://github.com/Elektrobit/eclipse-score_toolchains_gcc/releases/download/0.5.0-alpha/fastdev-sdk-ubuntu-ebcl-deb-qemu-arm64.tar.xz",
32+
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",
3333
sha256 = "cf8d277a2b95bbdad3e177c488fa77d01723510690a911218ef33747574d78fe",
3434
strip_prefix = "fastdev-sdk-ubuntu-ebcl-deb-qemuarm64",
3535
)

ebclfsa/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ This way `cflinit` keeps its static entrypoint for the Eclipse S-CORE example ap
220220
221221
### S-CORE Toolchain in Linux for Safety Applications
222222
223-
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):
223+
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):
224224
225225
- Additional tooling for AArch64 cross-building.
226226
- 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.

ebclfsa/scrample_integration/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ genrule(
5252
name = "fetch-fastdev-archive",
5353
srcs = [],
5454
outs = ["fastdev-archive.tgz"],
55-
cmd = "wget -O $@ https://github.com/Elektrobit/eclipse-score_toolchains_gcc/releases/download/0.5.0-alpha/fastdev-ubuntu-ebcl-deb-qemu-arm64.tgz"
55+
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"
5656
)
5757

5858
genrule(

0 commit comments

Comments
 (0)