21 lines
615 B
Plaintext
21 lines
615 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-rpi"
|
|
BBFILE_PATTERN_helium-rpi = "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_helium-rpi = "6"
|
|
|
|
# This should only be incremented on significant changes that will
|
|
# cause compatibility issues with other layers
|
|
LAYERVERSION_helium-rpi = "2"
|
|
|
|
|
|
LAYERDEPENDS_helium-rpi = "core raspberrypi helium"
|
|
LAYERSERIES_COMPAT_helium-rpi = "scarthgap"
|
|
|
|
LICENSE_FLAGS_ACCEPTED = "synaptics-killswitch"
|