blob: bea5a65569c5673b26ce852414c6fb95938bd91e [file] [log] [blame]
Patrick Williams8b8bc412016-08-17 15:02:23 -05001# We have a conf and classes directory, append to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have a recipes directory containing .bb and .bbappend files, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes*/*/*.bb \
6 ${LAYERDIR}/recipes*/*/*.bbappend"
7
8BBFILE_COLLECTIONS += "raspberrypi"
9BBFILE_PATTERN_raspberrypi := "^${LAYERDIR}/"
10BBFILE_PRIORITY_raspberrypi = "9"
11
12# Additional license directories.
13LICENSE_PATH += "${LAYERDIR}/files/custom-licenses"
14