aboutsummaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
blob: f64ac5eb53effc97ca8797e6b7b511145a59330b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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"
BBFILE_PATTERN_meta-ti := "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-ti = "6"

LAYERSERIES_COMPAT_meta-ti = "honister"

LICENSE_PATH += "${LAYERDIR}/licenses"

LAYERDEPENDS_meta-ti = " \
    core \
    meta-arm \
"

SIGGEN_EXCLUDERECIPES_ABISAFE += " \
    ti-sgx-ddk-km \
    ti-sgx-ddk-um \
"

HOSTTOOLS_NONFATAL += "truncate xxd comm"