From abd8c6ad4b6786e2bb4014115a0bf5a14449c875 Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Mon, 8 Oct 2018 11:07:45 +0800 Subject: conf/layer.conf: add `core' to LAYERDEPENDS Signed-off-by: Hongxu Jia Signed-off-by: Bruce Ashfield --- conf/layer.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/layer.conf b/conf/layer.conf index 18b0feb..1a53886 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -8,3 +8,4 @@ BBFILE_COLLECTIONS += "cloud-services-layer" BBFILE_PATTERN_cloud-services-layer := "^${LAYERDIR}/" BBFILE_PRIORITY_cloud-services-layer = "5" LAYERSERIES_COMPAT_cloud-services-layer = "sumo thud" +LAYERDEPENDS_cloud-services-layer = "core" -- cgit v1.2.3-54-g00ecf