rk3568_ubuntu_r60_v1.3.2/yocto/poky/meta-qti-ubuntu/conf/layer.conf

15 lines
810 B
Plaintext
Raw Normal View History

2023-11-03 14:12:44 +08:00
#BBFILES += "${@bb.utils.contains_any('DISTRO', 'qti-distro-ubuntu-debug qti-distro-ubuntu-fullstack-debug qti-distro-ubuntu-perf qti-distro-ubuntu-fullstack-perf',"${LAYERDIR}/recipes/*/*.bb ${LAYERDIR}/recipes/*/*.bbappend ${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend ${LAYERDIR}/recipes-products/images/*.bbappend ${LAYERDIR}/recipes-*/*/*/*.bb","./recipes-toolchain/bbappends/linux-msm_%.bbappend",d)}"
BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
BBPATH .= ":${LAYERDIR}/"
BBFILE_COLLECTIONS += "ubuntu"
BBFILE_PRIORITY_ubuntu = "15"
BBFILE_PATTERN_ubuntu := "^${LAYERDIR}/"
export GOPROXY="https://goproxy.io,direct"
UBUNTU:VERSION = "focal"
LAYERSERIES_COMPAT_ubuntu = "hardknott honister"
PNBLACKLIST[musl] = "musl is mismatch with COMPATIBLE_HOST"