layer.conf 930 B

1234567891011121314151617181920212223242526272829303132333435
  1. # We have a conf and classes directory, add to BBPATH
  2. BBPATH .= ":${LAYERDIR}"
  3. # We have recipes-* directories, add to BBFILES
  4. BBFILES += "${LAYERDIR}/recipes-*/*/*.bb"
  5. BBFILE_COLLECTIONS += "core"
  6. BBFILE_PATTERN_core = "^${LAYERDIR}/"
  7. BBFILE_PRIORITY_core = "5"
  8. # This should only be incremented on significant changes that will
  9. # cause compatibility issues with other layers
  10. LAYERVERSION_core = "1"
  11. # Set a variable to get to the top of the metadata location
  12. COREBASE = '${@os.path.normpath("${LAYERDIR}/../")}'
  13. # Set path to qemu image tests included in this layer
  14. QEMUIMAGETESTS = "${COREBASE}/scripts/qemuimage-tests"
  15. SIGGEN_EXCLUDERECIPES_ABISAFE += " \
  16. sysvinit-inittab \
  17. shadow-securetty \
  18. opkg-config-base \
  19. netbase \
  20. init-ifupdown \
  21. connman-conf \
  22. formfactor \
  23. xserver-xf86-config \
  24. pointercal \
  25. base-files \
  26. keymaps \
  27. udev-extraconf \
  28. packagegroup-x11-xserver \
  29. systemd-serialgetty \
  30. "