linuxOS_PX30_CAR/yocto/meta-browser/meta-chromium/conf/layer.conf

15 lines
560 B
Plaintext
Raw Normal View History

2026-01-20 05:50:57 +00:00
# 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 += "chromium-browser-layer"
BBFILE_PATTERN_chromium-browser-layer := "^${LAYERDIR}/"
BBFILE_PRIORITY_chromium-browser-layer = "7"
LAYERVERSION_chromium-browser-layer = "1"
LAYERSERIES_COMPAT_chromium-browser-layer = "dunfell gatesgarth hardknott honister"
LAYERDEPENDS_chromium-browser-layer = "clang-layer core openembedded-layer"