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 --- meta-qat/conf/layer.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-qat') diff --git a/meta-qat/conf/layer.conf b/meta-qat/conf/layer.conf index 08921659..2e3aa847 100644 --- a/meta-qat/conf/layer.conf +++ b/meta-qat/conf/layer.conf @@ -9,6 +9,8 @@ BBFILE_COLLECTIONS += "intel-qat" BBFILE_PATTERN_intel-qat := "^${LAYERDIR}/" BBFILE_PRIORITY_intel-qat = "5" +LAYERDEPENDS_intel-qat = "core intel" + # This should only be incremented on significant changes that will # cause compatibility issues with other layers LAYERVERSION_intel-qat = "1" -- cgit v1.2.3-54-g00ecf