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>
This commit is contained in:
Ross Burton
2020-10-20 10:18:52 +01:00
committed by Naveen Saini
parent b6938016f4
commit 71dd975d79

View File

@@ -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"