blob: 429a56b2bc42ebec245f0f653e37a412eec1e58d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# 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"
|