凌云实验室i.MX系列 IGKBoard 开发板Yocto Meta文件
guowenxue
2025-12-19 93f689187d57f2589fb5371437cb7c0b9ac9be9b
1
2
3
4
5
6
7
8
9
10
11
12
13
# We have a conf and classes directory, add to BBPATH
BBPATH .= ":${LAYERDIR}"
 
# We have a packages directory, add to BBFILES
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
            ${LAYERDIR}/recipes-*/*/*.bbappend \
            ${LAYERDIR}/images/*.bb "
 
BBFILE_COLLECTIONS += "meta-igkboard"
BBFILE_PATTERN_meta-igkboard := "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-igkboard = "9"
LAYERVERSION_meta-igkboard = "1"
LAYERSERIES_COMPAT_meta-igkboard = "mickledore"