summaryrefslogtreecommitdiff
path: root/meta-asrock/conf/layer.conf
blob: 37982235f2f1db338f002ff8a0c2045745536194 (plain)
1
2
3
4
5
6
7
8
9
10
11
# We have a conf and classes directory, add to BBPATH
BBPATH .= ":${LAYERDIR}"

# We have recipes-* directories, add to BBFILES
BBFILES += "${LAYERDIR}/meta-common/recipes-*/*/*.bb \
            ${LAYERDIR}/meta-common/recipes-*/*/*.bbappend"

BBFILE_COLLECTIONS += "asrock-layer"
BBFILE_PATTERN_asrock-layer = "^${LAYERDIR}/"
LAYERVERSION_asrock-layer = "1"
LAYERSERIES_COMPAT_asrock-layer = "hardknott honister"