summaryrefslogtreecommitdiffstats
path: root/bsp/meta-freescale-3rdparty/conf/layer.conf
blob: 63fdea3d9d7c3cb1ed0869eebd3d70b65b16642d (plain)
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"

BBFILE_COLLECTIONS += "fsl-arm-extra"
BBFILE_PATTERN_fsl-arm-extra := "^${LAYERDIR}/"
BBFILE_PRIORITY_fsl-arm-extra = "4"

LAYERSERIES_COMPAT_fsl-arm-extra = "thud"
LAYERDEPENDS_fsl-arm-extra = "core freescale-layer"