mirror of
https://github.com/cazfi/meta-games.git
synced 2026-09-12 21:49:32 +02:00
meta-games: metafiles added
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
This commit is contained in:
4
README
Normal file
4
README
Normal file
@@ -0,0 +1,4 @@
|
||||
meta-games
|
||||
==========
|
||||
|
||||
Open Source games layer for OpenEmbedded.
|
||||
9
conf/layer.conf
Normal file
9
conf/layer.conf
Normal 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"
|
||||
Reference in New Issue
Block a user