mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-09-12 00:49:30 +02:00
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:
committed by
Naveen Saini
parent
b6938016f4
commit
71dd975d79
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user