Go to file
Kumar Gala 293872862c crosstool-ng: add support for building a no-python gdb version
Add the ability if python support in GDB is enabled to also build a
version of GDB w/o python.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-05-15 13:19:33 -05:00
cmake cmake: Introduce CMake package for Zephyr SDK 2020-05-06 17:00:59 -05:00
configs Update GDB to used python3.8 2020-05-15 13:18:36 -05:00
meta-zephyr-sdk QEMU: Add support of ARCv2 processors 2020-05-08 22:18:58 -05:00
overlays xtensa: add config nxp_imx8m_adsp 2020-02-13 17:52:48 -06:00
patches crosstool-ng: add support for building a no-python gdb version 2020-05-15 13:19:33 -05:00
scripts template_dir: improved help text for toolchain install dir 2020-05-13 06:41:58 -05:00
.gitignore gitignore: Add Emacs style backup file pattern 2019-11-14 09:34:13 -06:00
.shippable.yml shippable: Update env to have python3.8 2020-05-15 13:18:36 -05:00
LICENSE license: add LICENSE file 2018-12-06 22:57:30 -05:00
README.md xtensa: add config nxp_imx8m_adsp 2020-02-13 17:52:48 -06:00
VERSION bump version for 0.11.3-beta-1 2020-05-06 17:04:56 -05:00
go.sh cmake: Introduce CMake package for Zephyr SDK 2020-05-06 17:00:59 -05:00
release-notes.md release-notes: Add new Intel and NXP xtensa ADSP tools. 2020-02-13 17:52:48 -06:00

README.md

Zephyr SDK with Crosstool NG

This project is to replace the current Yocto based SDK with a new framework for building the Zephyr SDK using crosstool-ng.

The repoistory consists of configurations for the various architectures (not fully tests) and a script that builds on Linux (x86_64) and Mac in a consistent way, apply patches where needed.

Currently we build the following toolchains:

  • i586
  • nios2
  • arm
  • arm64
  • riscv64
  • sparc
  • xtensa (sample_controller, intel_apl_adsp, intel_s1000, intel_bdw_adsp, intel_byt_adsp, nxp_imx_adsp, nxp_imx8m_adsp)

To build for any of the above, run:

./go.sh <arch>

Released Binaries packages

Pre-built binaries releases of the SDK are made and currently only available for an x86_64 Linux host environment. The releases can be found here:

https://github.com/zephyrproject-rtos/sdk-ng/releases

PR Builds

Successfull PR builds will get posted here:

https://builds.zephyrproject.org/zephyrproject-rtos/sdk-ng//zephyr-sdk--setup.run

Release Process

To release a new SDK:

  • Update the VERSION file with the new version, for example 0.11.0 or 0.11.0-beta1 etc.
  • On https://github.com/zephyrproject-rtos/sdk-ng/releases, create the release tag and add the release information.
  • One the release is created, CI will build the SDK image and will upload it to the release page.