guowenxue
2026-07-13 f7e4847e7574dd4ad8db7a8f40320c392b5b4523
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"