guowenxue
2024-04-06 500bbe8b4315af88da2c6aaf23b6cb3e44dbee11
commit | author | age
849fbd 1 # We have a conf and classes directory, add to BBPATH
G 2 BBPATH .= ":${LAYERDIR}"
3
4 # We have a packages directory, add to BBFILES
5 BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
6             ${LAYERDIR}/recipes-*/*/*.bbappend \
7             ${LAYERDIR}/images/*.bb "
8
9 BBFILE_COLLECTIONS += "meta-igkboard"
10 BBFILE_PATTERN_meta-igkboard := "^${LAYERDIR}/"
11 BBFILE_PRIORITY_meta-igkboard = "9"
12 LAYERVERSION_meta-igkboard = "1"
13 LAYERSERIES_COMPAT_meta-igkboard = "mickledore"