summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/conf/layer.conf
blob: 8fcab4a0a34cbbabbdfdaca60223a96256bf8926 (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"
BBFILE_PATTERN_intel = "^${LAYERDIR}/"
BBFILE_PRIORITY_intel = "5"
LAYERSERIES_COMPAT_intel = "sumo"

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

# 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}/")}'