summaryrefslogtreecommitdiff
path: root/meta-ibs/conf/layer.conf
blob: 38c82962465aee8e9ea52eace3aff657122e5fa8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# We have a conf and classes directory, add to BBPATH
BBPATH .= ":${LAYERDIR}"

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

BBFILE_COLLECTIONS += "ibs"
BBFILE_PATTERN_ibs = "^${LAYERDIR}/"
BBFILE_PATTERN_IGNORE_EMPTY_ibs = "1"
LAYERVERSION_ibs = "1"
LAYERSERIES_COMPAT_ibs = "honister kirkstone"
LAYERDEPENDS_ibs = "phosphor-layer"

IMAGE_FEATURES[validitems] += "tools-sdk tools-debug validation-unsecure"

IBSBASE = '${@os.path.normpath("${LAYERDIR}/")}'

FACTORY = "ibs"