From 2f1bcac3fb3b42602f689fb4a1092aa5f4cf0c8a Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Tue, 26 Sep 2017 07:19:08 -0700 Subject: meta-*/layer.conf: Add LAYERDEPENDS This adds the missing LAYERDEPENDS as appropriate Signed-off-by: Saul Wold --- conf/layer.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'conf') diff --git a/conf/layer.conf b/conf/layer.conf index 40f406d4..53f831e0 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -12,6 +12,7 @@ BBFILE_PRIORITY_intel = "5" # Additional license directories. LICENSE_PATH += "${LAYERDIR}/common/custom-licenses" +LAYERDEPENDS_intel = "core" LAYERRECOMMENDS_intel = "dpdk intel-qat" # This should only be incremented on significant changes that will -- cgit v1.2.3-54-g00ecf