layer.conf 327 B

123456789
  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"