mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00

Aligns layer.conf layer dependencies with reality and the declared dependencies in the README. Signed-off-by: Christopher Larson <kergoth@gmail.com>
13 lines
386 B
Plaintext
13 lines
386 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"
|
|
|
|
LAYERDEPENDS_fsl-arm-extra = "core fsl-arm"
|