summaryrefslogtreecommitdiff
path: root/meta-portwell/meta-neptune/conf/layer.conf
blob: 652c8a85df38dde86a09dcf08a77d55783e432f6 (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}/recipes-*/*/*.bb \
            ${LAYERDIR}/recipes-*/*/*.bbappend"

BBFILE_COLLECTIONS += "neptune"
BBFILE_PATTERN_neptune = ""

LAYERSERIES_COMPAT_neptune = "hardknott"