mirror of
https://github.com/Freescale/meta-freescale-distro.git
synced 2025-10-22 23:13:02 +02:00

http://cgit.openembedded.org/meta-openembedded/commit/?id=3c21a46020bd0816579648 This triggers exception NameError: name 'base_contains' is not defined without this change Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
11 lines
329 B
Plaintext
11 lines
329 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 += "fsl-demos"
|
|
BBFILE_PATTERN_fsl-demos := "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_fsl-demos = "4"
|