meta-games: metafiles added

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
This commit is contained in:
Marko Lindqvist
2012-05-11 04:23:15 +03:00
parent 86cd58a14a
commit 0c3680f708
3 changed files with 13 additions and 2 deletions

4
README Normal file
View File

@@ -0,0 +1,4 @@
meta-games
==========
Open Source games layer for OpenEmbedded.

View File

@@ -1,2 +0,0 @@
meta-games
==========

9
conf/layer.conf Normal file
View File

@@ -0,0 +1,9 @@
# We have a conf and classes directory, append to BBPATH
BBPATH .= ":${LAYERDIR}"
# We have a recipes directory, add to BBFILES
BBFILES += "${LAYERDIR}/recipes/*/*.bb ${LAYERDIR}/recipes/*/*.bbappend"
BBFILE_COLLECTIONS += "games-layer"
BBFILE_PATTERN_games-layer := "^${LAYERDIR}/"
BBFILE_PRIORITY_games-layer = "15"