19 lines
551 B
Plaintext
19 lines
551 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 += "sunxi-bsp"
|
|
BBFILE_PATTERN_sunxi-bsp = "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_sunxi-bsp = "6"
|
|
|
|
# This should only be incremented on significant changes that will
|
|
# cause compatibility issues with other layers
|
|
LAYERVERSION_sunxi-bsp = "2"
|
|
|
|
|
|
LAYERDEPENDS_sunxi-bsp = "core"
|
|
LAYERSERIES_COMPAT_sunxi-bsp = "langdale mickledore"
|