guowenxue
2026-07-12 c5fd0ecd7b61fc9d38344555e6f7a3b3d15cab62
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"