19 lines
614 B
Plaintext
19 lines
614 B
Plaintext
# We have a conf and classes directory, add to BBPATH
|
|
BBPATH .= ":${LAYERDIR}"
|
|
|
|
# We have recipes-* directories, add to BBFILES
|
|
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
|
|
${LAYERDIR}/recipes-*/*/*.bbappend"
|
|
|
|
BBFILE_COLLECTIONS += "helium-pinecube"
|
|
BBFILE_PATTERN_helium-pinecube = "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_helium-pinecube = "6"
|
|
|
|
# This should only be incremented on significant changes that will
|
|
# cause compatibility issues with other layers
|
|
LAYERVERSION_helium-pinecube = "2"
|
|
|
|
|
|
LAYERDEPENDS_helium-pinecube = "core pinecube-bsp helium multimedia-layer"
|
|
LAYERSERIES_COMPAT_helium-pinecube = "scarthgap"
|