-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlayer.conf
30 lines (24 loc) · 883 Bytes
/
layer.conf
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
# It really depends on order of the layers appearing in BBLAYERS
# variable in toplevel bblayers.conf file, where bitbake will search
# We have a conf and classes directory, add to BBPATH
BBPATH .= ":${LAYERDIR}"
# We have recipes-* directories, add to BBFILES
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb*"
BBFILE_COLLECTIONS += "commschamp"
BBFILE_PATTERN_commschamp = "^${LAYERDIR}/"
## Layer priority - the higher number the higher priority.
BBFILE_PRIORITY_commschamp = "100"
# This should only be incremented on significant changes that will
# cause compatibility issues with other layers
LAYERVERSION_commschamp = "1"
LAYERDEPENDS_commschamp = "core"
# The recipes / sources are generic and expected to be compativle
# with any yocto release.
LAYERSERIES_COMPAT_commschamp = "\
honister \
kirkstone \
langdale \
mickledore \
nanbield \
scarthgap \
"