aboutsummaryrefslogtreecommitdiffstats
path: root/meta-eca/conf/layer.conf
blob: c746254f8af21ecd93215076a5e7345e12759c0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
BBPATH ?= ""
# We add conf directory to BBPATH
BBPATH .= ":${LAYERDIR}"

# We have a recipes directory containing .bb and .bbappend files, add to BBFILES
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
            ${LAYERDIR}/recipes-*/*/*.bbappend"

BBFILE_COLLECTIONS += "eca"
BBFILE_PATTERN_eca := "^${LAYERDIR}/"
BBFILE_PRIORITY_eca = "7"

# Define a similar VARIABLE to COREBASE in order to get a reference to
# top directory easily
ECA_COREBASE := '${@os.path.normpath("${LAYERDIR}/../")}'