layer.conf 926 B

1234567891011121314151617181920212223242526272829
  1. # We have a conf and classes directory, append to BBPATH
  2. BBPATH .= ":${LAYERDIR}"
  3. # We have a recipes directory, add to BBFILES
  4. BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
  5. BBFILE_COLLECTIONS += "xfce-layer"
  6. BBFILE_PATTERN_xfce-layer := "^${LAYERDIR}/"
  7. BBFILE_PRIORITY_xfce-layer = "7"
  8. # This should only be incremented on significant changes that will
  9. # cause compatibility issues with other layers
  10. LAYERVERSION_xfce-layer = "1"
  11. LAYERDEPENDS_xfce-layer = "core"
  12. LAYERDEPENDS_xfce-layer += "openembedded-layer"
  13. LAYERDEPENDS_xfce-layer += "gnome-layer"
  14. LAYERDEPENDS_xfce-layer += "multimedia-layer"
  15. LAYERDEPENDS_xfce-layer += "meta-python"
  16. LAYERDEPENDS_xfce-layer += "networking-layer"
  17. LAYERSERIES_COMPAT_xfce-layer = "gatesgarth hardknott"
  18. SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += "\
  19. openzone->gdk-pixbuf \
  20. openzone->gtk+3 \
  21. rodent-icon-theme->gdk-pixbuf \
  22. rodent-icon-theme->gtk+3 \
  23. "