sdk-ng/meta-zephyr-sdk
hadrien barral hWX1125572 44f489b715 qemu: Enable KVM
We now have a QEMU/KVM AArch64 board.

Signed-off-by: hadrien barral hWX1125572 <hadrien.barral@huawei.com>
2022-11-29 12:52:58 +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 qemu: Enable KVM 2022-11-29 12:52:58 +09:00
recipes-hosttools openocd: Pull in sleeping target flash failure fix 2022-09-29 19:09:03 +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