From 3e1546ac57331e88939e678db8e9b45f99ac7a49 Mon Sep 17 00:00:00 2001 From: Jon Mason Date: Thu, 19 Mar 2020 11:18:23 -0400 Subject: [PATCH] meta-arm-bsp: add layer dependencies meta-arm-bsp has dependencies on other layers, which are not being represented in the layers.conf file. This causes build breaks when using tools like `bitbake-layers layerindex-fetch`, as it will not fetch the depencies properly. Currently, the dependencies on other layers are: * core => u-boot, linux, etc * openembedded-layer (meta-oe) => haveged * meta-arm => trusted-firmware-a Change-Id: Icafc2f1c55a6138172706bb4b99e9dc59904cad4 Signed-off-by: Jon Mason Reviewed-by: Bertrand Marquis Reviewed-by: Diego Sueiro --- meta-arm-bsp/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arm-bsp/conf/layer.conf b/meta-arm-bsp/conf/layer.conf index 931b54c1..0632ba37 100644 --- a/meta-arm-bsp/conf/layer.conf +++ b/meta-arm-bsp/conf/layer.conf @@ -9,7 +9,7 @@ BBFILE_COLLECTIONS += "meta-arm-bsp" BBFILE_PATTERN_meta-arm-bsp = "^${LAYERDIR}/" BBFILE_PRIORITY_meta-arm-bsp = "6" -LAYERDEPENDS_meta-arm-bsp = "core" +LAYERDEPENDS_meta-arm-bsp = "core openembedded-layer meta-arm" LAYERSERIES_COMPAT_meta-arm-bsp = "warrior zeus" # We have patches for xen but meta-virtualization might not be there so filter