# We have a conf and classes directory, append to BBPATH BBPATH .= ":${LAYERDIR}" # We have a recipes directory, add to BBFILES BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend" BBFILE_COLLECTIONS += "inputmethod-layer" BBFILE_PATTERN_inputmethod-layer := "^${LAYERDIR}/" BBFILE_PRIORITY_inputmethod-layer = "7" LAYERVERSION_inputmethod-layer = "1" LAYERSERIES_COMPAT_inputmethod-layer = "rocko sumo thud warrior zeus dunfell" LAYERDEPENDS_inputmethod = "core openembedded-layer qt5-layer" 这