# We have a conf and classes directory, add to BBPATH BBPATH .= ":${LAYERDIR}" # We have a packages directory, add to BBFILES BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ ${LAYERDIR}/recipes-*/*/*.bbappend" BBFILE_COLLECTIONS += "qcom" BBFILE_PATTERN_qcom := "^${LAYERDIR}/" BBFILE_PRIORITY_qcom = "6" LAYERDEPENDS_qcom = "core" LAYERRECOMMENDS_qcom = "openembedded-layer" LAYERSERIES_COMPAT_qcom = "whinlatter" LICENSE_PATH += "${LAYERDIR}/licenses" BBFILES_DYNAMIC += " \ openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/*/*/*.bb \ openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/*/*/*.bbappend \ networking-layer:${LAYERDIR}/dynamic-layers/networking-layer/*/*/*.bb \ networking-layer:${LAYERDIR}/dynamic-layers/networking-layer/*/*/*.bbappend \ selinux:${LAYERDIR}/dynamic-layers/selinux/*/*/*.bb \ selinux:${LAYERDIR}/dynamic-layers/selinux/*/*/*.bbappend \ " # Set default provider for virtual-diag-router to avoid warnings # when both diag and diag-router are available PREFERRED_RPROVIDER_virtual-diag-router ?= "diag" # Location for layer-specific Python helpers addpylib ${LAYERDIR}/lib qcom