aboutsummaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen3-adas/conf/layer.conf
blob: 8d415aa711d1d83b6c81501312d05bb287720985 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# We have a conf and classes directory, append to BBPATH
BBPATH .= ":${LAYERDIR}"

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

BBFILE_COLLECTIONS += "rcar-gen3-adas"
BBFILE_PATTERN_rcar-gen3-adas := "^${LAYERDIR}/"
BBFILE_PRIORITY_rcar-gen3-adas = "7"