summaryrefslogtreecommitdiffstats
path: root/meta-ivi-demo/conf/layer.conf
blob: 784882c628e3f18f0acd29beb9ee09e242339498 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# We have a conf and classes directory, add to BBPATH
BBPATH =. "${LAYERDIR}:"

# We have recipes-* directories, add to BBFILES
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
            ${LAYERDIR}/recipes-*/*/*.bbappend"

BBFILE_COLLECTIONS += "ividemo"
BBFILE_PATTERN_ividemo = "^${LAYERDIR}/"
BBFILE_PRIORITY_ividemo = "7"

# This should only be incremented on significant changes that will
# cause compatibility issues with other layers
LAYERVERSION_ividemo = "1"

LAYERDEPENDS_ividemo = "ivi"