mirror of
https://github.com/feyisay07/meta-bsp-imx8mm.git
synced 2026-09-24 14:20:07 +01:00
18 lines
620 B
Plaintext
18 lines
620 B
Plaintext
# We have a conf and classes directory, append to BBPATH
|
|
BBPATH .= ":${LAYERDIR}"
|
|
|
|
# We have a recipes directory containing .bb and .bbappend files, add to BBFILES
|
|
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
|
|
${LAYERDIR}/recipes-*/*/*.bbappend"
|
|
|
|
BBFILE_COLLECTIONS += "compulab-bsp-imx8mm"
|
|
BBFILE_PATTERN_compulab-bsp-imx8mm := "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_compulab-bsp-imx8mm = "9"
|
|
|
|
BBMASK += "meta-compulab/recipes-xfce"
|
|
BBMASK += "meta-compulab/recipes-kernel"
|
|
BBMASK += "meta-compulab/recipes-graphics"
|
|
BBMASK += ".*boundary.*"
|
|
|
|
LAYERSERIES_COMPAT_compulab-bsp-imx8mm = "sumo thud warrior zeus dunfell"
|