guowenxue
2026-07-12 b7502990ad6509ff7349cc0ee17e0d7180e85b3d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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"