layer.conf 828 B

12345678910111213141516171819202122232425262728
  1. # We have a conf and classes directory, add to BBPATH
  2. BBPATH .= ":${LAYERDIR}"
  3. # We have a recipes-* directories, add to BBFILES
  4. BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
  5. ${LAYERDIR}/recipes-*/*/*.bbappend"
  6. BBFILE_COLLECTIONS += "riscv-layer"
  7. BBFILE_PATTERN_riscv-layer = "^${LAYERDIR}/"
  8. BBFILE_PRIORITY_riscv-layer = "6"
  9. BBFILES_DYNAMIC += " \
  10. qt5-layer:${LAYERDIR}/dynamic-layers/qt5-layer/*/*/*.bb \
  11. qt5-layer:${LAYERDIR}/dynamic-layers/qt5-layer/*/*/*.bbappend \
  12. \
  13. "
  14. LAYERSERIES_COMPAT_riscv-layer = "warrior"
  15. # risc-v does not get along with pie for reasons in so far not looked into
  16. SECURITY_CFLAGS_riscv64 = ""
  17. SECURITY_CFLAGS_pn-libgcc_riscv64 = ""
  18. GCCPIE_riscv64 = ""
  19. GLIBCPIE_riscv64 = ""
  20. SECURITY_CFLAGS_riscv32 = ""
  21. SECURITY_CFLAGS_pn-libgcc_riscv32 = ""
  22. GCCPIE_riscv32 = ""
  23. GLIBCPIE_riscv32 = ""