mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-01-12 01:20:20 +00:00
Add MIT license file for the metadata. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
17 lines
486 B
Plaintext
17 lines
486 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-extras"
|
|
BBFILE_PATTERN_meta-ti-extras := "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_meta-ti-extras = "6"
|
|
|
|
LAYERSERIES_COMPAT_meta-ti-extras = "honister"
|
|
|
|
LAYERDEPENDS_meta-ti-extras = " \
|
|
meta-ti-bsp \
|
|
"
|