aboutsummaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
blob: 551504702f7baaef71c0b2a5157848e0aedd6979 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Layer configuration for meta-baryon layer
# Copyright 2011 Intel Corporation

# We have a conf directory, prepend to BBPATH to prefer our versions
BBPATH =. "${LAYERDIR}:"

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

BBFILE_COLLECTIONS += "meta-baryon"
BBFILE_PATTERN_meta-baryon = "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-baryon = "7"