From 335ea1777f1711d7fec8c19b984d52f19bd2b00f Mon Sep 17 00:00:00 2001 From: Joe Slater Date: Mon, 26 Sep 2016 14:08:47 -0700 Subject: layer.conf: add LAYERVERSION and LAYERDEPENDS The layer README states we depend on meta-ruby and meta-oe, but bitbake-layers show-cross-depends does not find these dependencies. Signed-off-by: Joe Slater Signed-off-by: Martin Jansa --- meta-multimedia/conf/layer.conf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'meta-multimedia/conf/layer.conf') diff --git a/meta-multimedia/conf/layer.conf b/meta-multimedia/conf/layer.conf index 64a0a443c2..d68b13f7fe 100644 --- a/meta-multimedia/conf/layer.conf +++ b/meta-multimedia/conf/layer.conf @@ -23,3 +23,9 @@ BBFILE_PATTERN_multimedia-layer := "^${LAYERDIR}/" BBFILE_PRIORITY_multimedia-layer = "6" +# This should only be incremented on significant changes that will +# cause compatibility issues with other layers +LAYERVERSION_multimedia-layer = "1" + +LAYERDEPENDS_multimedia-layer = "core" + -- cgit 1.2.3-korg