mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-01-12 01:20:20 +00:00
32 lines
736 B
Plaintext
32 lines
736 B
Plaintext
# 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 thud warrior zeus"
|
|
|
|
LICENSE_PATH += "${LAYERDIR}/licenses"
|
|
|
|
LAYERDEPENDS_meta-ti = "core"
|
|
|
|
SIGGEN_EXCLUDERECIPES_ABISAFE += " \
|
|
ti-sgx-ddk-km \
|
|
ti-sgx-ddk-um \
|
|
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"
|