aboutsummaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
blob: 74855b0ba5aa2e5806fc3baa6d51bd22f75e26e0 (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}/common/recipes-*/*/*.bb \
	${LAYERDIR}/common/recipes-*/*/*.bbappend"

BBFILE_COLLECTIONS += "renesas"
BBFILE_PATTERN_renesas := "^${LAYERDIR}/"
BBFILE_PRIORITY_renesas = "5"


PREFERRED_VERSION_libnl = "3.2.25"