Browse Source

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 <jslater@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Joe Slater 7 years ago
parent
commit
335ea1777f
1 changed files with 6 additions and 0 deletions
  1. 6 0
      meta-multimedia/conf/layer.conf

+ 6 - 0
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"
+