summaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
blob: ca4482e59cbdb4b0db8b510d077ab6a0eed6f8ba (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"

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"