layer.conf 710 B

1234567891011121314151617181920
  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 += "meta-arm-bsp"
  7. BBFILE_PATTERN_meta-arm-bsp = "^${LAYERDIR}/"
  8. BBFILE_PRIORITY_meta-arm-bsp = "6"
  9. LAYERSERIES_COMPAT_meta-arm-bsp = "gatesgarth"
  10. LAYERDEPENDS_meta-arm-bsp = "core meta-arm meta-kernel"
  11. # This won't be used by layerindex-fetch, but works everywhere else
  12. LAYERDEPENDS_meta-arm-bsp_append_musca-b1 = " meta-python"
  13. LAYERDEPENDS_meta-arm-bsp_append_musca-s1 = " meta-python"
  14. # Additional license directories.
  15. LICENSE_PATH += "${LAYERDIR}/custom-licenses"