summaryrefslogtreecommitdiffstats
path: root/bsp/meta-freescale-3rdparty/conf/layer.conf
blob: 1de1d658a8c455468c77036c809949d7cebc3159 (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 += "freescale-3rdparty"
BBFILE_PATTERN_freescale-3rdparty := "^${LAYERDIR}/"
BBFILE_PRIORITY_freescale-3rdparty = "4"

LAYERSERIES_COMPAT_freescale-3rdparty = "zeus dunfell"
LAYERDEPENDS_freescale-3rdparty = "core freescale-layer"