1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-15 07:11:24 +00:00
Files
meta-ti/conf/layer.conf
T
Denys Dmytriyenko 3b1e101d9b layer.conf: add unzip to HOSTTOOLS
CCS install uses unzip

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-03-29 20:19:02 -04:00

33 lines
719 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"
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 \
"
# Required by CCS installer
HOSTTOOLS += "unzip"