sdk-ng/meta-zephyr-sdk
Stephanos Ioannidis b2f094fb36 openocd: Pull in STM32WBA5xx device support
This commit pulls in the OpenOCD patch that adds STM32WBA5xx device
support.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
2024-01-26 01:43:28 +09:00
..
conf meta-zephyr-sdk: set DISTRO_FEATURES to "none". 2020-07-16 16:38:44 -05:00
files/additional-licenses import meta-zephyr-sdk into sdk-ng 2019-01-15 11:18:26 -05:00
recipes-core meta-zephyr-sdk: Fix expat source URI 2022-03-01 07:38:55 -05:00
recipes-devtools meta-zephyr-sdk: arc_qemu: Update to 2023.07.28 release 2023-08-26 16:48:43 -04:00
recipes-hosttools openocd: Pull in STM32WBA5xx device support 2024-01-26 01:43:28 +09:00
recipes-kernel/kmod meta-zephyr-sdk: rework hidapi recipe 2020-07-16 16:38:44 -05:00
recipes-support meta-zephyr-sdk: Fix libpcre source URI 2022-03-01 07:38:55 -05:00
scripts meta-zephyr-sdk: Pull in AArch64 host build fix 2022-11-07 23:59:03 +09:00
LICENSE import meta-zephyr-sdk into sdk-ng 2019-01-15 11:18:26 -05:00
README.md import meta-zephyr-sdk into sdk-ng 2019-01-15 11:18:26 -05:00

README.md

Run Status

Build Zephyr SDK

Build the SDK in Docker using poky-zephyr-sdk container, follow the instructions below:

$ cd $HOME
$ mkdir -p zephyr-sdk
$ git clone git@github.com:zephyrproject-rtos/meta-zephyr-sdk.git zephyr-sdk/meta-zephyr-sdk
$ docker run --privileged --rm -it -v $HOME/zephyr-sdk:/workdir crops/poky-zephyr-sdk --workdir=/workdir

Once in the container, clone the repos and build the SDK:

workdir$ ./meta-zephyr-sdk/scripts/meta-zephyr-sdk-clone.sh
workdir$ ./meta-zephyr-sdk/scripts/meta-zephyr-sdk-build.sh

When finished, the resulting SDK binary can be found under

workdir/poky/meta-zephyr-sdk/scripts

For more info about container, please see: https://github.com/crops/poky-container