mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
14 lines
444 B
Plaintext
14 lines
444 B
Plaintext
# 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"
|
|
|
|
BBFILE_COLLECTIONS += "fsl-arm-extra"
|
|
BBFILE_PATTERN_fsl-arm-extra := "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_fsl-arm-extra = "4"
|
|
|
|
LAYERSERIES_COMPAT_fsl-arm-extra = "zeus dunfell"
|
|
LAYERDEPENDS_fsl-arm-extra = "core freescale-layer"
|