Commit f95f82e
build: migrate consumers to musl-cross-make cross-compilers
Migrate pillar, optee-os, and bsp-imx to use cross-compiler toolchains
built from musl-cross-make (added in a previous PR). This replaces the
old Alpine aports bootstrap approach.
Key changes:
- Remove old pkg/cross-compilers (aports bootstrap)
- Remove cross-compilers from Makefile PKGS lists
- Update consumers to use new toolchain from build-tools/cross-compilers
with prefix {arch}-linux-musl- (e.g. aarch64-linux-musl-gcc)
- Eliminate QEMU-based sysroot extraction using eve-cross-sysroot.sh
which extracts target-arch packages from the eve-alpine mirror on the
build host without needing a target-arch container
Depends on: eve-cross-sysroot.sh in pkg/alpine (commit 1 of this PR)
and build-tools/cross-compilers (separate PR lf-edge#5752)
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
Signed-off-by: Mikhail Malyshev <[email protected]>1 parent 857f54a commit f95f82e
9 files changed
Lines changed: 50 additions & 249 deletions
File tree
- pkg
- bsp-imx
- cross-compilers
- patches/aports
- optee-os
- pillar
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
484 | 484 | | |
485 | 485 | | |
486 | 486 | | |
487 | | - | |
| 487 | + | |
488 | 488 | | |
489 | 489 | | |
490 | 490 | | |
| |||
498 | 498 | | |
499 | 499 | | |
500 | 500 | | |
501 | | - | |
502 | | - | |
| 501 | + | |
| 502 | + | |
503 | 503 | | |
504 | 504 | | |
505 | 505 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | | - | |
| 27 | + | |
30 | 28 | | |
31 | 29 | | |
32 | 30 | | |
| |||
38 | 36 | | |
39 | 37 | | |
40 | 38 | | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
46 | 49 | | |
47 | 50 | | |
48 | 51 | | |
| |||
This file was deleted.
This file was deleted.
Lines changed: 0 additions & 27 deletions
This file was deleted.
Lines changed: 0 additions & 26 deletions
This file was deleted.
Lines changed: 0 additions & 32 deletions
This file was deleted.
0 commit comments