xref: /OK3568_Linux_fs/yocto/meta-browser/meta-chromium/conf/layer.conf (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1# We have a conf and classes directory, append to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have a recipes directory, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
6
7BBFILE_COLLECTIONS += "chromium-browser-layer"
8BBFILE_PATTERN_chromium-browser-layer := "^${LAYERDIR}/"
9BBFILE_PRIORITY_chromium-browser-layer = "7"
10
11LAYERVERSION_chromium-browser-layer = "1"
12LAYERSERIES_COMPAT_chromium-browser-layer = "dunfell gatesgarth hardknott honister kirkstone langdale mickledore"
13
14LAYERDEPENDS_chromium-browser-layer = "clang-layer core openembedded-layer"
15