aboutsummaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
blob: 0d33e3b75dbff30c3ec56b05325c951fc85782b0 (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}:${BBPATH}"

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

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