layer.conf 608 B

12345678910111213141516171819
  1. # We might have a conf and classes directory, append to BBPATH
  2. BBPATH .= ":${LAYERDIR}"
  3. # We have recipes directories, add to BBFILES
  4. BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
  5. BBFILE_COLLECTIONS += "meta-python"
  6. BBFILE_PATTERN_meta-python := "^${LAYERDIR}/"
  7. BBFILE_PRIORITY_meta-python = "7"
  8. # This should only be incremented on significant changes that will
  9. # cause compatibility issues with other layers
  10. LAYERVERSION_meta-python = "1"
  11. LAYERDEPENDS_meta-python = "core openembedded-layer"
  12. LAYERSERIES_COMPAT_meta-python = "sumo"
  13. LICENSE_PATH += "${LAYERDIR}/licenses"