summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/conf/layer.conf
blob: d0a3e4057462e018b3ee61fe5455d4dc57ab9b98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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 += "intel-openbmc"
BBFILE_PATTERN_intel-openbmc = "^${LAYERDIR}/"
BBFILE_PRIORITY_intel-openbmc = "5"
LAYERSERIES_COMPAT_intel-openbmc = "warrior zeus"

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

# static userid assignments
USERADDEXTENSION = "useradd-staticids"
USERADD_UID_TABLES = "files/passwd"
USERADD_GID_TABLES = "files/group"

LAYER_CONF_VERSION = "10"

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