mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 20:19:01 +02:00

its not going to be backward ABI compatible with honister due to variable renaming. Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 lines
466 B
Plaintext
14 lines
466 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 = "kirkstone"
|
|
LAYERDEPENDS_freescale-3rdparty = "core freescale-layer"
|