meta-freescale-3rdparty/conf/layer.conf
Max Krummenacher 348de865c2 layer.conf: Update to styhead
Drop all older release names as there have been potentially incompatible
changes, e.g. the S must not point to WORKDIR.

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2024-09-09 09:34:14 +02:00

14 lines
464 B
Plaintext

# We have a conf and classes directory, add to BBPATH
BBPATH .= ":${LAYERDIR}"
# We have a packages directory, add to BBFILES
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "freescale-3rdparty"
BBFILE_PATTERN_freescale-3rdparty := "^${LAYERDIR}/"
BBFILE_PRIORITY_freescale-3rdparty = "4"
LAYERSERIES_COMPAT_freescale-3rdparty = "styhead"
LAYERDEPENDS_freescale-3rdparty = "core freescale-layer"