diff options
author | 2020-10-20 10:18:52 +0100 | |
---|---|---|
committer | 2020-10-21 18:47:20 +0800 | |
commit | 71dd975d79b3c6faf60eed8f84580a2a7a8a3daf (patch) | |
tree | 89c47e64b8705bdf61d59b7360f5983ad4415576 | |
parent | b6938016f45863e7100b78972c4558178fd369a5 (diff) | |
download | meta-zephyr-71dd975d79b3c6faf60eed8f84580a2a7a8a3daf.tar.gz meta-zephyr-71dd975d79b3c6faf60eed8f84580a2a7a8a3daf.tar.bz2 meta-zephyr-71dd975d79b3c6faf60eed8f84580a2a7a8a3daf.zip |
layer.conf: add layer dependency on meta-python
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
-rw-r--r-- | conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index 4ecd6a2..f9de654 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -13,6 +13,6 @@ BBFILE_PRIORITY_zephyr = "6" # cause compatibility issues with other layers LAYERVERSION_zephyr = "1" -LAYERDEPENDS_zephyr = "core" +LAYERDEPENDS_zephyr = "core meta-python" LAYERSERIES_COMPAT_zephyr = "dunfell gatesgarth" |