DistroKit Mailinglist
 help / color / mirror / Atom feed
* [DistroKit] [PATCH] beagleplay: link 32bit toolchain
@ 2025-07-29  7:38 Lars Schmidt
  2025-07-29 15:43 ` Uwe Kleine-König
  0 siblings, 1 reply; 2+ messages in thread
From: Lars Schmidt @ 2025-07-29  7:38 UTC (permalink / raw)
  To: distrokit; +Cc: Lars Schmidt

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [DistroKit] [PATCH] beagleplay: link 32bit toolchain
  2025-07-29  7:38 [DistroKit] [PATCH] beagleplay: link 32bit toolchain Lars Schmidt
@ 2025-07-29 15:43 ` Uwe Kleine-König
  0 siblings, 0 replies; 2+ messages in thread
From: Uwe Kleine-König @ 2025-07-29 15:43 UTC (permalink / raw)
  To: Lars Schmidt; +Cc: distrokit

[-- Attachment #1: Type: text/plain, Size: 572 bytes --]

On Tue, Jul 29, 2025 at 09:38:12AM +0200, Lars Schmidt wrote:
> 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

Note this link doesn't work outside the Pengutronix networks.
https://lore.distrokit.org/distrokit/ would be a public archive.

Best regards
Uwe

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-07-29 15:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-07-29  7:38 [DistroKit] [PATCH] beagleplay: link 32bit toolchain Lars Schmidt
2025-07-29 15:43 ` Uwe Kleine-König

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox