mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-05-07 11:59:49 +00:00
1a9fd1a222
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
23 lines
558 B
Plaintext
23 lines
558 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 += " \
|
|
omapdrm-pvr \
|
|
omap5-sgx-ddk-um-linux \
|
|
ti-ipc \
|
|
cmem-mod \
|
|
hplib-mod \
|
|
gdbserverproxy-module-drv \
|
|
debugss-module-drv \
|
|
uio-module-drv \
|
|
"
|