mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-16 14:27:48 +00:00
12b8d3c9ec
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
21 lines
511 B
Plaintext
21 lines
511 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"
|
|
|
|
SIGGEN_EXCLUDERECIPES_ABISAFE += " \
|
|
ti-ipc \
|
|
cmem-mod \
|
|
hplib-mod \
|
|
gdbserverproxy-module-drv \
|
|
debugss-module-drv \
|
|
uio-module-drv \
|
|
"
|