File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ This project is to replace the current Yocto based SDK with a new framework for
4
4
building the Zephyr SDK using crosstool-ng.
5
5
6
6
The repoistory consists of configurations for the various architectures (not
7
- fully tests) and a script that builds on Linux and Mac in a consistent way,
8
- apply patches where needed.
7
+ fully tests) and a script that builds on Linux (x86_64) and Mac in a consistent
8
+ way, apply patches where needed.
9
9
10
10
Currently we build the following toolchains:
11
11
- i586
@@ -14,14 +14,21 @@ Currently we build the following toolchains:
14
14
- arm64
15
15
- riscv64
16
16
- sparc
17
- - xtensa
17
+ - xtensa (sample_controller, intel_apl_adsp, intel_s1000)
18
18
19
19
To build for any of the above, run:
20
20
21
21
```
22
22
./go.sh <arch>
23
23
```
24
24
25
+ ## Released Binaries packages
26
+
27
+ Pre-built binaries releases of the SDK are made and currently only available for
28
+ an x86_64 Linux host environment. The releases can be found here:
29
+
30
+ https://github.com/zephyrproject-rtos/sdk-ng/releases
31
+
25
32
## PR Builds
26
33
27
34
Successfull PR builds will get posted here:
You can’t perform that action at this time.
0 commit comments