meta-zephyr-sdk: set DISTRO_FEATURES to "none".

Set various DISTRO_FEATURES* to "none" (ie empty string) as we don't
need any features for the purpose of building a mini-nativesdk with
qemu, dtc, bossa, and openocd.  This reduces building recipes we
don't need.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2020-07-15 00:23:58 -05:00 committed by Kumar Gala
parent 1297b0483d
commit d0eb67ffc9
1 changed files with 5 additions and 0 deletions

View File

@ -9,6 +9,11 @@ SANITY_TESTED_DISTROS = " \
DISTRO = "zephyr-sdk"
DISTRO_CODENAME = "zephyr-sdk"
DISTRO_NAME = "Zephyr Yocto Toolchain"
DISTRO_FEATURES = ""
DISTRO_FEATURES_NATIVE = ""
DISTRO_FEATURES_BACKFILL = ""
DISTRO_FEATURES_NATIVESDK = ""
MAINTAINER = "Intel Yocto team"
SSTATE_DIR ?= "${TOPDIR}/../zephyr-cache/sstate-cache"