1# Copyright (c) 2019, Fuzhou Rockchip Electronics Co., Ltd 2# Released under the MIT license (see COPYING.MIT for the terms) 3 4# We have a conf and classes directory, add to BBPATH 5BBPATH .= ":${LAYERDIR}" 6 7# We have recipes-* directories, add to BBFILES 8BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ 9 ${LAYERDIR}/recipes-*/*/*.bbappend" 10 11BBFILES_DYNAMIC += " \ 12 browser-layer:${LAYERDIR}/dynamic-layers/recipes-browser/*/*.bbappend \ 13 chromium-browser-layer:${LAYERDIR}/dynamic-layers/recipes-browser/*/*.bbappend \ 14 qt5-layer:${LAYERDIR}/dynamic-layers/recipes-qt/*/*.bbappend \ 15" 16 17BBFILE_COLLECTIONS += "rockchip" 18BBFILE_PATTERN_rockchip := "^${LAYERDIR}/" 19BBFILE_PRIORITY_rockchip = "9" 20 21RKBASE = '${@os.path.normpath("${LAYERDIR}")}' 22BB_BASEHASH_IGNORE_VARS:append = " RKBASE" 23 24# Additional license directories. 25LICENSE_PATH += "${LAYERDIR}/licenses" 26 27LAYERDEPENDS_rockchip = "core openembedded-layer" 28 29# This should only be incremented on significant changes that will 30# cause compatibility issues with other layers 31LAYERVERSION_rockchip = "1" 32LAYERSERIES_COMPAT_rockchip = "kirkstone langdale mickledore" 33