summaryrefslogtreecommitdiffstats
path: root/bsp/meta-altera/conf/layer.conf
blob: 1ce4d2d564c2045ad1cecea35a6afaf1f807ded8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# We have a conf and classes directory, append to BBPATH
BBPATH .= ":${LAYERDIR}"

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

BBFILE_COLLECTIONS += "meta-altera"
BBFILE_PATTERN_meta-altera := "^${LAYERDIR}/"
# increase the number
BBFILE_PRIORITY_meta-altera = "6"
LAYERSERIES_COMPAT_meta-altera = "thud"
# yves
BBDEBUG = "yes"