layer.conf 367 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 += "gnome-layer"
  6. BBFILE_PATTERN_gnome-layer := "^${LAYERDIR}/"
  7. BBFILE_PRIORITY_gnome-layer = "7"