layer.conf 342 B

1234567891011
  1. # We have a conf and classes directory, add to BBPATH
  2. BBPATH := "${BBPATH}:${LAYERDIR}"
  3. # We have a packages directory, add to BBFILES
  4. BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \
  5. ${LAYERDIR}/recipes-*/*/*.bbappend"
  6. BBFILE_COLLECTIONS += "networking"
  7. BBFILE_PATTERN_networking := "^${LAYERDIR}/"
  8. BBFILE_PRIORITY_networking = "5"