summaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
blob: 3084e34b74f25290951aec6dd855ddf6e7410cda (plain)
1
2
3
4
5
6
7
8
9
10
# We have a conf and classes directory, add to BBPATH
BBPATH .= ":${LAYERDIR}"

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

BBFILE_COLLECTIONS += "openbmc"
BBFILE_PATTERN_openbmc = "^${LAYERDIR}/"
BBFILE_PRIORITY_openbmc = "6"
OpenPOWER on IntegriCloud