# Add this layer to BBPATH
|
BBPATH .= ":${LAYERDIR}"
|
|
# Search recipes and bbappend files
|
BBFILES += " \
|
${LAYERDIR}/recipes-*/*/*.bb \
|
${LAYERDIR}/recipes-*/*/*.bbappend \
|
"
|
|
BBFILE_COLLECTIONS += "meta-igkboard"
|
BBFILE_PATTERN_meta-igkboard = "^${LAYERDIR}/"
|
BBFILE_PRIORITY_meta-igkboard = "9"
|
|
LAYERVERSION_meta-igkboard = "1"
|
LAYERSERIES_COMPAT_meta-igkboard = "mickledore nanbield scarthgap styhead walnascar whinlatter wrynose"
|
|
LAYERDEPENDS_meta-igkboard = "core freescale-layer"
|