layer.conf 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  1. # It really depends on order of the layers appearing in BBLAYERS
  2. # variable in toplevel bblayers.conf file, where bitbake will search
  3. # for .inc files and others where bitbake uses BBPATH since it will
  4. # search the directories from first to last as specified in BBPATH
  5. # Therefore if you want a given layer to be considered high priority
  6. # for the .inc and .conf etc. then consider it adding at the beginning
  7. # of BBPATH. For bblayers bitbake will use BBFILES_PRIORITY to resolve
  8. # the recipe contention so the order of directories in BBFILES does
  9. # not matter.
  10. # We have a conf and classes directory, append to BBPATH
  11. BBPATH .= ":${LAYERDIR}"
  12. # We have a recipes directory, add to BBFILES
  13. BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
  14. BBFILE_COLLECTIONS += "openembedded-layer"
  15. BBFILE_PATTERN_openembedded-layer := "^${LAYERDIR}/"
  16. # Define the priority for recipes (.bb files) from this layer,
  17. # choosing carefully how this layer interacts with all of the
  18. # other layers.
  19. BBFILE_PRIORITY_openembedded-layer = "6"
  20. LICENSE_PATH += "${LAYERDIR}/licenses"
  21. SIGGEN_EXCLUDERECIPES_ABISAFE += " \
  22. pointercal-xinput \
  23. mplayer-common \
  24. fbset-modes \
  25. gpsd-machine-conf \
  26. distro-feed-configs \
  27. ca-certificates \
  28. "