layer.conf 382 B

12345678910
  1. # We have a conf and classes directory, append to BBPATH
  2. BBPATH .= ":${LAYERDIR}"
  3. # We have a recipes directory containing .bb and .bbappend files, add to BBFILES
  4. BBFILES := "${BBFILES} ${LAYERDIR}/recipes*/*/*.bb \
  5. ${LAYERDIR}/recipes*/*/*.bbappend"
  6. BBFILE_COLLECTIONS += "raspberrypi"
  7. BBFILE_PATTERN_raspberrypi := "^${LAYERDIR}/"
  8. BBFILE_PRIORITY_raspberrypi = "6"