layer.conf 430 B

1234567891011121314
  1. # We have a conf and classes directory, add to BBPATH
  2. BBPATH .= ":${LAYERDIR}"
  3. # We have a recipes directory, add to BBFILES
  4. BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
  5. ${LAYERDIR}/recipes-*/*/*.bbappend"
  6. BBFILE_COLLECTIONS += "swupdate"
  7. BBFILE_PATTERN_swupdate := "^${LAYERDIR}/"
  8. BBFILE_PRIORITY_swupdate = "6"
  9. LAYERSERIES_COMPAT_swupdate = "rocko sumo thud warrior zeus dunfell"
  10. LAYERDEPENDS_swupdate = "openembedded-layer"