aboutsummaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
blob: cfa97783cf749ef45fb2f1c9fe90f43ea62439d6 (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
27
28
29
30
31
32
33
# We have a conf and classes directory, append to BBPATH
BBPATH .= ":${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 = "sumo"

LICENSE_PATH += "${LAYERDIR}/licenses"

LAYERDEPENDS_meta-ti = "core"

SIGGEN_EXCLUDERECIPES_ABISAFE += " \
    ti-sgx-ddk-km \
    ti-sgx-ddk-um \
    ti-ipc \
    ti-ipc-rtos \
    cmem-mod \
    hplib-mod \
    gdbserverproxy-module-drv \
    debugss-module-drv \
    uio-module-drv \
    mpm-transport \
    cppi-lld \
    qmss-lld \
    multiprocmgr \
"

HOSTTOOLS_NONFATAL += "truncate xxd comm"