1*4882a593Smuzhiyun# We might have a conf and classes directory, append 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 += "meta-python" 8*4882a593SmuzhiyunBBFILE_PATTERN_meta-python := "^${LAYERDIR}/" 9*4882a593SmuzhiyunBBFILE_PRIORITY_meta-python = "5" 10*4882a593Smuzhiyun 11*4882a593Smuzhiyun# This should only be incremented on significant changes that will 12*4882a593Smuzhiyun# cause compatibility issues with other layers 13*4882a593SmuzhiyunLAYERVERSION_meta-python = "1" 14*4882a593Smuzhiyun 15*4882a593SmuzhiyunLAYERDEPENDS_meta-python = "core (>= 12) openembedded-layer" 16*4882a593Smuzhiyun 17*4882a593SmuzhiyunLAYERSERIES_COMPAT_meta-python = "kirkstone" 18*4882a593Smuzhiyun 19*4882a593SmuzhiyunLICENSE_PATH += "${LAYERDIR}/licenses" 20