layer.conf 842 B

1234567891011121314151617181920212223242526
  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 += "gnome-layer"
  6. BBFILE_PATTERN_gnome-layer := "^${LAYERDIR}/"
  7. BBFILE_PRIORITY_gnome-layer = "7"
  8. # auto-pack gnome help files
  9. IMAGE_LINGUAS_COMPLEMENTARY_append = " ${@bb.utils.contains('DISTRO_FEATURES','helpfiles','*-help-%s','',d)}"
  10. # This should only be incremented on significant changes that will
  11. # cause compatibility issues with other layers
  12. LAYERVERSION_gnome-layer = "1"
  13. LAYERDEPENDS_gnome-layer = "core openembedded-layer networking-layer"
  14. LAYERSERIES_COMPAT_gnome-layer = "gatesgarth hardknott"
  15. SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += "\
  16. faenza-icon-theme->gdk-pixbuf \
  17. faenza-icon-theme->gtk+3 \
  18. "