layer.conf 388 B

123456789
  1. # We have a conf and classes directory, prepend to BBPATH to prefer our versions
  2. BBPATH := "${LAYERDIR}:${BBPATH}"
  3. # We have a recipes directory, add to BBFILES
  4. BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
  5. BBFILE_COLLECTIONS += "openembedded-layer"
  6. BBFILE_PATTERN_openembedded-layer := "^${LAYERDIR}/"
  7. BBFILE_PRIORITY_openembedded-layer = "6"