# SPDX-FileCopyrightText: Huawei Inc. # # SPDX-License-Identifier: Apache-2.0 # We have a conf and classes directory, add to BBPATH BBPATH .= ":${LAYERDIR}" # We have recipes-* directories, add to BBFILES BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ ${LAYERDIR}/recipes-*/*/*.bbappend" BBFILE_COLLECTIONS += "meta-ohos-acts" BBFILE_PATTERN_meta-ohos-acts = "^${LAYERDIR}/" BBFILE_PRIORITY_meta-ohos-acts = "6" LAYERDEPENDS_meta-ohos-acts = "core" LAYERSERIES_COMPAT_meta-ohos-acts = "dunfell" LICENSE_PATH += "${LAYERDIR}/custom-licenses"