layer.conf 396 B

123456789101112
  1. # We have a conf and classes directory, add to BBPATH
  2. BBPATH .= ":${LAYERDIR}"
  3. # We have recipes-* directories, add to BBFILES
  4. BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
  5. ${LAYERDIR}/recipes-*/*/*.bbappend"
  6. BBFILE_COLLECTIONS += "yoctobsp"
  7. BBFILE_PATTERN_yoctobsp = "^${LAYERDIR}/"
  8. BBFILE_PRIORITY_yoctobsp = "5"
  9. LAYERVERSION_yoctobsp = "4"
  10. LAYERSERIES_COMPAT_yoctobsp = "scarthgap"