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