DistroKit Mailinglist
 help / color / mirror / Atom feed
From: Lars Schmidt <l.schmidt@pengutronix.de>
To: distrokit@pengutronix.de
Cc: Lars Schmidt <l.schmidt@pengutronix.de>
Subject: [DistroKit] [PATCH] beagleplay: link 32bit toolchain
Date: Tue, 29 Jul 2025 09:38:12 +0200	[thread overview]
Message-ID: <20250729073812.2347347-1-l.schmidt@pengutronix.de> (raw)

As stated in [1], beagleplay needs two bootloader stages.
The barebox-r5 bootloader needs a 32bit toolchain, which is currently not found
during execution of the build job on jenkins.
So ci-prepare is used in order to create that link and fix the failing build.

[1]: https://metis.pengutronix.de/pipermail/distrokit/2025-July/002078.html
---
 ci-prepare | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100755 ci-prepare

diff --git a/ci-prepare b/ci-prepare
new file mode 100755
index 0000000..2cd9e1b
--- /dev/null
+++ b/ci-prepare
@@ -0,0 +1,6 @@
+#!/bin/sh
+case "${JOB_BASE_NAME}" in
+       *v8a*)
+               ln -sfvT /opt/OSELAS.Toolchain-2024.11.1/arm-v7a-linux-gnueabihf/gcc-14.2.1-clang-19.1.7-glibc-2.40-binutils-2.43.1-kernel-6.11.6-sanitized/bin selected_toolchain_r5
+               ;;
+esac
\ No newline at end of file
-- 
2.39.5




             reply	other threads:[~2025-07-29  7:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-29  7:38 Lars Schmidt [this message]
2025-07-29 15:43 ` Uwe Kleine-König

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250729073812.2347347-1-l.schmidt@pengutronix.de \
    --to=l.schmidt@pengutronix.de \
    --cc=distrokit@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox