19 lines
605 B
Plaintext
19 lines
605 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 += "nwl-marvell-bsp"
|
|
BBFILE_PATTERN_nwl-marvell-bsp = "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_nwl-marvell-bsp = "7"
|
|
|
|
# This should only be incremented on significant changes that will
|
|
# cause compatibility issues with other layers
|
|
LAYERVERSION_nwl-marvell-bsp = "1"
|
|
|
|
LAYERDEPENDS_nwl-marvell-bsp = "core meta-belden-coreos"
|
|
|
|
LAYERSERIES_COMPAT_nwl-marvell-bsp = "kirkstone"
|