mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-27 14:28:05 +00:00
5bdcd9aa84
Neither of recipes nor their ABI is all that stable. OpenGL might be slightly more stable, but that is not what these provide anymore. The variable helps with re-use of generic packages down the dependency tree, when they depend on a machine-specific package. SGX UM used to provide different standard OpenGL ABIs (EGL, GLES, GBM) and hence was listed here. Now those ABIs are provided by Mesa, so SGX is removed. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
25 lines
612 B
Plaintext
25 lines
612 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 = "kirkstone langdale"
|
|
|
|
LICENSE_PATH += "${LAYERDIR}/licenses"
|
|
|
|
LAYERDEPENDS_meta-ti-bsp = " \
|
|
core \
|
|
meta-arm \
|
|
"
|
|
|
|
SIGGEN_EXCLUDERECIPES_ABISAFE += " \
|
|
"
|
|
|
|
HOSTTOOLS_NONFATAL += "truncate xxd comm"
|