guowenxue
2024-05-06 435024a55a8a3f64af6ebeff596332aebd15b7e9
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"