summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/conf/layer.conf
blob: fc30a04ef47425881cbf27590c7e6c1780c68424 (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 = "dunfell gatesgarth"

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 = "14"

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