1*4882a593Smuzhiyun# Layer configuration for meta-initramfs layer 2*4882a593Smuzhiyun 3*4882a593Smuzhiyun# We have a conf and classes directory, append to BBPATH 4*4882a593SmuzhiyunBBPATH .= ":${LAYERDIR}" 5*4882a593Smuzhiyun 6*4882a593Smuzhiyun# We have a recipes directory, add to BBFILES 7*4882a593SmuzhiyunBBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend" 8*4882a593Smuzhiyun 9*4882a593SmuzhiyunBBFILE_COLLECTIONS += "meta-initramfs" 10*4882a593SmuzhiyunBBFILE_PATTERN_meta-initramfs := "^${LAYERDIR}/" 11*4882a593Smuzhiyun 12*4882a593Smuzhiyun# Define the priority for recipes (.bb files) from this layer, 13*4882a593Smuzhiyun# choosing carefully how this layer interacts with all of the 14*4882a593Smuzhiyun# other layers. 15*4882a593Smuzhiyun 16*4882a593SmuzhiyunBBFILE_PRIORITY_meta-initramfs = "5" 17*4882a593SmuzhiyunLAYERDEPENDS_meta-initramfs = "core" 18*4882a593Smuzhiyun 19*4882a593SmuzhiyunLAYERSERIES_COMPAT_meta-initramfs = "kirkstone" 20*4882a593Smuzhiyun 21*4882a593SmuzhiyunSIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ 22*4882a593Smuzhiyun dracut->virtual/kernel \ 23*4882a593Smuzhiyun" 24