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

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

BBFILE_COLLECTIONS += "isg"
BBFILE_PATTERN_isg := "^${LAYERDIR}/common/"
BBFILE_PRIORITY_isg = "5"

LAYERDEPENDS_isg = "intel"