summaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
blob: 5114b3bf5a56736a806f92814bad4e970bdf0f5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# We have a conf directory, append to BBPATH
BBPATH .= ":${LAYERDIR}"

# We have a packages directory, add to BBFILES
BBFILES += "${LAYERDIR}/recipes/*/*.bb ${LAYERDIR}/recipes/*/*.bbappend"

BBFILE_COLLECTIONS += "micro-layer"
BBFILE_PATTERN_micro-layer := "^${LAYERDIR}/"

# Define the priority for recipes (.bb files) from this layer,
# choosing carefully how this layer interacts with all of the
# other layers.
# 
# openembedded-layer is 6, we want to be above that.

BBFILE_PRIORITY_micro-layer = "10"