aboutsummaryrefslogtreecommitdiffstats
path: root/meta-ti-extras/conf/layer.conf
blob: 1fb77e2a7d3488efa6b84372b47d49cdf253b443 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# We have a conf and classes directory, append to BBPATH
BBPATH .= ":${LAYERDIR}"
METATIBASE := '${@os.path.normpath("${LAYERDIR}/")}'

# We have a recipes directory, add to BBFILES
BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"

BBFILE_COLLECTIONS += "meta-ti-extras"
BBFILE_PATTERN_meta-ti-extras := "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-ti-extras = "6"

LAYERSERIES_COMPAT_meta-ti-extras = "kirkstone"

LICENSE_PATH += "${LAYERDIR}/licenses"

LAYERDEPENDS_meta-ti-extras = " \
    meta-ti-bsp \
"