-
Notifications
You must be signed in to change notification settings - Fork 218
Expand file tree
/
Copy pathlayer.conf
More file actions
45 lines (36 loc) · 1.62 KB
/
layer.conf
File metadata and controls
45 lines (36 loc) · 1.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# We have a conf and classes directory, add to BBPATH
BBPATH .= ":${LAYERDIR}"
# We have a packages directory, add to BBFILES
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "qcom"
BBFILE_PATTERN_qcom := "^${LAYERDIR}/"
BBFILE_PRIORITY_qcom = "6"
LAYERDEPENDS_qcom = "core"
LAYERRECOMMENDS_qcom = "openembedded-layer meta-arm"
LAYERSERIES_COMPAT_qcom = "whinlatter"
LICENSE_PATH += "${LAYERDIR}/licenses"
BBFILES_DYNAMIC += " \
meta-arm:${LAYERDIR}/dynamic-layers/meta-arm/*/*/*.bb \
meta-arm:${LAYERDIR}/dynamic-layers/meta-arm/*/*/*.bbappend \
networking-layer:${LAYERDIR}/dynamic-layers/networking-layer/*/*/*.bb \
networking-layer:${LAYERDIR}/dynamic-layers/networking-layer/*/*/*.bbappend \
openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/*/*/*.bb \
openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/*/*/*.bbappend \
qcom-distro:${LAYERDIR}/dynamic-layers/qcom-distro/*/*/*.bb \
qcom-distro:${LAYERDIR}/dynamic-layers/qcom-distro/*/*/*.bbappend \
selinux:${LAYERDIR}/dynamic-layers/selinux/*/*/*.bb \
selinux:${LAYERDIR}/dynamic-layers/selinux/*/*/*.bbappend \
"
# Release
QCOM_RELEASE = "main"
# Set default provider for virtual-diag-router to avoid warnings
# when both diag and diag-router are available
PREFERRED_RPROVIDER_virtual-diag-router ?= "diag"
# Location for layer-specific Python helpers
addpylib ${LAYERDIR}/lib qcom
# Runtime-only dependencies of recipes depending on kernel modules, safe to
# exclude from task signatures.
SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
qcom-adreno->kgsl-dlkm \
"