xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-filesystems/conf/layer.conf (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun# We have a conf and classes directory, add to BBPATH
2*4882a593SmuzhiyunBBPATH .= ":${LAYERDIR}"
3*4882a593Smuzhiyun
4*4882a593Smuzhiyun# We have recipes-* directories, add to BBFILES
5*4882a593SmuzhiyunBBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
6*4882a593Smuzhiyun	${LAYERDIR}/recipes-*/*/*.bbappend"
7*4882a593Smuzhiyun
8*4882a593SmuzhiyunBBFILE_COLLECTIONS += "filesystems-layer"
9*4882a593SmuzhiyunBBFILE_PATTERN_filesystems-layer = "^${LAYERDIR}/"
10*4882a593SmuzhiyunBBFILE_PRIORITY_filesystems-layer = "5"
11*4882a593Smuzhiyun
12*4882a593Smuzhiyun# This should only be incremented on significant changes that will
13*4882a593Smuzhiyun# cause compatibility issues with other layers
14*4882a593SmuzhiyunLAYERVERSION_filesystems-layer = "1"
15*4882a593Smuzhiyun
16*4882a593SmuzhiyunLAYERDEPENDS_filesystems-layer = "core openembedded-layer"
17*4882a593Smuzhiyun
18*4882a593SmuzhiyunLAYERSERIES_COMPAT_filesystems-layer = "kirkstone"
19