summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-wht/conf/layer.conf
blob: 6b2661f3a0bbc2251d131dc4e7843fcde94c1988 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
LOCALCONF_VERSION = "5"
# 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 += "wht"
BBFILE_PATTERN_wht = ""
BBFILE_PRIORITY_wht = "7"
LAYERSERIES_COMPAT_wht = "zeus dunfell"

PRODUCT_GENERATION = "wht"