19 lines
566 B
Plaintext
19 lines
566 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 += "netmodule-bsp"
|
|
BBFILE_PATTERN_netmodule-bsp = "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_netmodule-bsp = "10"
|
|
|
|
# This should only be incremented on significant changes that will
|
|
# cause compatibility issues with other layers
|
|
LAYERVERSION_netmodule-bsp = "1"
|
|
|
|
LAYERDEPENDS_netmodule-bsp = "core"
|
|
|
|
LAYERSERIES_COMPAT_netmodule-bsp = "warrior"
|