summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-egs/conf/layer.conf
blob: e139b72493027a5e02b9e6f43af5806f99efa717 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
LOCALCONF_VERSION = "4"
# 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 += "egs"
BBFILE_PATTERN_egs = ""
BBFILE_PRIORITY_egs = "7"
LAYERSERIES_COMPAT_egs = "warrior zeus"

PRODUCT_GENERATION = "egs"