meta-smalltalk: Make this a proper overlay

This commit is contained in:
Holger Hans Peter Freyther 2013-01-05 19:48:58 +08:00
parent 4780150164
commit 081e7870ae
1 changed files with 10 additions and 0 deletions

10
conf/layer.conf Normal file
View File

@ -0,0 +1,10 @@
# We have a conf and classes directory, add to BBPATH
BBPATH := "${BBPATH}:${LAYERDIR}"
# We have a packages directory, add to BBFILES
BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "smalltalk"
BBFILE_PATTERN_smalltalk := "^${LAYERDIR}/"
BBFILE_PRIORITY_smalltalk = "1"