# We have a conf and classes directory, add to BBPATH
|
BBPATH .= ":${LAYERDIR}"
|
|
# We have a packages directory, add to BBFILES
|
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
|
${LAYERDIR}/recipes-*/*/*.bbappend \
|
${LAYERDIR}/images/*.bb "
|
|
BBFILE_COLLECTIONS += "meta-igkboard"
|
BBFILE_PATTERN_meta-igkboard := "^${LAYERDIR}/"
|
BBFILE_PRIORITY_meta-igkboard = "9"
|
LAYERVERSION_meta-igkboard = "1"
|
LAYERSERIES_COMPAT_meta-igkboard = "mickledore"
|