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

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

BBFILE_COLLECTIONS += "minnow"
BBFILE_PATTERN_minnow := "^${LAYERDIR}/"
BBFILE_PRIORITY_minnow = "6"

LAYERDEPENDS_minnow = "intel"

# Additional license directories.
LICENSE_PATH += "${LAYERDIR}/custom-licenses"