layer.conf 424 B

1234567891011
  1. # Layer configuration for meta-initramfs layer
  2. # We have a conf and classes directory, prepend to BBPATH to prefer our versions
  3. BBPATH := "${LAYERDIR}:${BBPATH}"
  4. # We have a recipes directory, add to BBFILES
  5. BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
  6. BBFILE_COLLECTIONS += "meta-initramfs"
  7. BBFILE_PATTERN_meta-initramfs := "^${LAYERDIR}/"
  8. BBFILE_PRIORITY_meta-initramfs = "8"