xref: /OK3568_Linux_fs/yocto/poky/meta-selftest/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 += "selftest"
9*4882a593SmuzhiyunBBFILE_PATTERN_selftest = "^${LAYERDIR}/"
10*4882a593SmuzhiyunBBFILE_PRIORITY_selftest = "5"
11*4882a593Smuzhiyun
12*4882a593SmuzhiyunLAYERSERIES_COMPAT_selftest = "kirkstone"
13