layer.conf 389 B

1234567891011121314
  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 += "selftest"
  7. BBFILE_PATTERN_selftest = "^${LAYERDIR}/"
  8. BBFILE_PRIORITY_selftest = "5"
  9. addpylib ${LAYERDIR}/lib oeqa
  10. LAYERSERIES_COMPAT_selftest = "scarthgap"