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 ${LAYERDIR}/recipes-*/*/*.bbappend" 6*4882a593Smuzhiyun 7*4882a593SmuzhiyunBBFILE_COLLECTIONS += "skeleton" 8*4882a593SmuzhiyunBBFILE_PATTERN_skeleton = "^${LAYERDIR}/" 9*4882a593SmuzhiyunBBFILE_PRIORITY_skeleton = "1" 10*4882a593Smuzhiyun 11*4882a593Smuzhiyun# This should only be incremented on significant changes that will 12*4882a593Smuzhiyun# cause compatibility issues with other layers 13*4882a593SmuzhiyunLAYERVERSION_skeleton = "1" 14*4882a593Smuzhiyun 15*4882a593SmuzhiyunLAYERDEPENDS_skeleton = "core" 16*4882a593Smuzhiyun 17*4882a593SmuzhiyunLAYERSERIES_COMPAT_skeleton = "kirkstone" 18