layer.conf: add LAYERDEPEND / LAYERSERIES

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2018-04-06 20:59:54 +02:00
parent d6d52b5844
commit e6e2d9fbda

View File

@@ -7,3 +7,6 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb"
BBFILE_COLLECTIONS += "meta-retro"
BBFILE_PATTERN_meta-retro := "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-retro = "10"
LAYERDEPENDS_meta-retro = "core openembedded-layer filesystems-layer games-layer"
LAYERSERIES_COMPAT_meta-retro = "sumo rocko"