blob: 6e16b20f1148d2e926fe18a38dc4f4aaf95f86f9 (
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_PROVIDER_virtual/mesa = "mesa"
PREFERRED_VERSION_libnl = "3.2.25"
|