From 67debf2121d2330f589515a1c8c9a1ad3a036fec Mon Sep 17 00:00:00 2001 From: Dirk Macke Date: Thu, 21 May 2026 11:55:38 +0200 Subject: [PATCH 1/2] bazel config for AutoSD x86 build fixed. --- README.md | 2 +- runners/docker_x86_64/scripts/BUILD | 2 +- score_starter | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 308c979ded5..16c58de3908 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ bazel run //:docs_combo_experimental > Please refer to the README documents in the respective sub-directories for details about the specific integration. - [QNX](./images/qnx_x86_64//README.md) -- [Red Hat AutoSD](./images/autosd_x86_64/build/README.md) +- [Red Hat AutoSD](./images/autosd/) - [Elektrobit corbos Linux for Safety Applications](./images/ebclfsa_aarch64/README.md) - Linux x86_64 diff --git a/runners/docker_x86_64/scripts/BUILD b/runners/docker_x86_64/scripts/BUILD index 4db11a78234..39108bc2aff 100644 --- a/runners/docker_x86_64/scripts/BUILD +++ b/runners/docker_x86_64/scripts/BUILD @@ -17,7 +17,7 @@ sh_library( name = "run_docker", srcs = ["run_docker.sh"], visibility = [ - "//images/auto_x86_64:__pkg__", + "//images/autosd:__pkg__", "//images/linux_x86_64:__pkg__", ], deps = ["@rules_shell//shell/runfiles"], diff --git a/score_starter b/score_starter index cb77dd6729c..85b804ef5ce 100755 --- a/score_starter +++ b/score_starter @@ -26,7 +26,7 @@ mEntries = [ ), ( "Run Autosd x86_64 QEMU", - "bazel --output_base=build/autosd-x86_64 run --config autosd-x86_64 //images/autosd_x86_64:run", + "bazel --output_base=build/autosd-x86_64 run --config autosd-x86_64 //images/autosd:run", "autosd-x86_64", ), ("Exit", "exit 0", "exit"), From 8bca04a5948b33bd5f62538fac72eb2b43a03a97 Mon Sep 17 00:00:00 2001 From: Dirk Macke Date: Thu, 21 May 2026 12:10:39 +0200 Subject: [PATCH 2/2] AutoSD menu entry in score_starter renamed to Docker instead of QEMU. --- score_starter | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/score_starter b/score_starter index 85b804ef5ce..751d1b4efc0 100755 --- a/score_starter +++ b/score_starter @@ -25,7 +25,7 @@ mEntries = [ "eb-aarch64", ), ( - "Run Autosd x86_64 QEMU", + "Run AutoSD x86_64 Docker", "bazel --output_base=build/autosd-x86_64 run --config autosd-x86_64 //images/autosd:run", "autosd-x86_64", ),