layer.conf 320 B

1234567891011
  1. BBPATH =. "${LAYERDIR}:"
  2. BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
  3. ${LAYERDIR}/recipes-*/*/*.bbappend"
  4. BBFILE_COLLECTIONS += "meta-starfive"
  5. BBFILE_PATTERN_meta-starfive = "^${LAYERDIR}/"
  6. BBFILE_PRIORITY_meta-starfive = "7"
  7. LAYERVERSION_meta-starfive = "1"
  8. LAYERSERIES_COMPAT_meta-starfive = "hardknott"