yocto-img-build/meta-netmodule-redtesting/conf/layer.conf

13 lines
393 B
Plaintext

# We have a conf and classes directory, add to BBPATH
BBPATH .= ":${LAYERDIR}"
# We have recipes-* directories, add to BBFILES
#
# This should only be incremented on significant changes that will
# cause compatibility issues with other layers
LAYERVERSION_netmodule-redtesting = "1"
LAYERDEPENDS_netmodule-redtesting = "netmodule-distro"
LAYERSERIES_COMPAT_netmodule-redtesting = "dunfell"