31 lines
832 B
Plaintext
31 lines
832 B
Plaintext
|
|
# We have a conf and classes directory, append to BBPATH
|
||
|
|
BBPATH .= ":${LAYERDIR}"
|
||
|
|
METATIBASE := '${@os.path.normpath("${LAYERDIR}/")}'
|
||
|
|
|
||
|
|
# We have a recipes directory, add to BBFILES
|
||
|
|
BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
|
||
|
|
|
||
|
|
BBFILE_COLLECTIONS += "meta-ti-bsp"
|
||
|
|
BBFILE_PATTERN_meta-ti-bsp := "^${LAYERDIR}/"
|
||
|
|
BBFILE_PRIORITY_meta-ti-bsp = "6"
|
||
|
|
|
||
|
|
LAYERSERIES_COMPAT_meta-ti-bsp = "scarthgap"
|
||
|
|
|
||
|
|
LICENSE_PATH += "${LAYERDIR}/licenses"
|
||
|
|
|
||
|
|
LAYERDEPENDS_meta-ti-bsp = " \
|
||
|
|
core \
|
||
|
|
meta-arm \
|
||
|
|
"
|
||
|
|
|
||
|
|
SIGGEN_EXCLUDERECIPES_ABISAFE += " \
|
||
|
|
mesa-pvr \
|
||
|
|
"
|
||
|
|
|
||
|
|
HOSTTOOLS_NONFATAL += "truncate xxd comm"
|
||
|
|
|
||
|
|
TI_COMMON_DEPLOY ?= "${TOPDIR}/deploy-ti"
|
||
|
|
DEPLOY_DIR_IMAGE:ti-soc = "${TI_COMMON_DEPLOY}/images/${MACHINE}"
|
||
|
|
SDK_DEPLOY:ti-soc = "${TI_COMMON_DEPLOY}/sdk"
|
||
|
|
PSEUDO_IGNORE_PATHS:append:ti-soc = ",${TI_COMMON_DEPLOY}"
|