summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-wht/conf/layer.conf
blob: cc568c2ecdee05415f9b2b9ad1214d06c9cbabcf (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 += "wht"
BBFILE_PATTERN_wht = ""
BBFILE_PRIORITY_wht = "7"
LAYERSERIES_COMPAT_wht = "warrior zeus"

PRODUCT_GENERATION = "wht"