layer.conf 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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. virtualization-layer:${LAYERDIR}/dynamic-layers/virt-layer/*/*/*.bb \
  13. virtualization-layer:${LAYERDIR}/dynamic-layers/virt-layer/*/*/*.bbappend \
  14. openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/*/*/*.bb \
  15. openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/*/*/*.bbappend \
  16. \
  17. "
  18. LAYERSERIES_COMPAT_riscv-layer = "warrior zeus dunfell"
  19. INSANE_SKIP_append_pn-eudev_riscv64 = " textrel"
  20. INSANE_SKIP_append_pn-gdb_riscv64 = " textrel"
  21. INSANE_SKIP_append_pn-perf_riscv64 = " textrel"
  22. INSANE_SKIP_append_pn-qtbase_riscv64 = " textrel"
  23. INSANE_SKIP_append_pn-qtbase-tools_riscv64 = " textrel"
  24. INSANE_SKIP_append_pn-dracut_riscv64 = " textrel"
  25. INSANE_SKIP_append_pn-qemu_riscv64 = " textrel"
  26. INSANE_SKIP_append_pn-qemu-ptest_riscv64 = " textrel"
  27. INSANE_SKIP_append_pn-rt-tests_riscv64 = " textrel"
  28. INSANE_SKIP_append_pn-tvheadend_riscv64 = " textrel"
  29. INSANE_SKIP_append_pn-tipcutils_riscv64 = " textrel"
  30. INSANE_SKIP_append_pn-zabbix_riscv64 = " textrel"
  31. INSANE_SKIP_append_pn-xfsdump_riscv64 = " textrel"
  32. INSANE_SKIP_append_pn-capnproto_riscv64 = " textrel"
  33. INSANE_SKIP_append_pn-monkey_riscv64 = " textrel"
  34. INSANE_SKIP_append_pn-netdata_riscv64 = " textrel"
  35. INSANE_SKIP_append_pn-ltp_riscv64 = " textrel"
  36. INSANE_SKIP_append_pn-opensaf_riscv64 = " textrel"
  37. INSANE_SKIP_append_pn-rdma-core_riscv64 = " textrel"
  38. INSANE_SKIP_append_pn-util-linux_riscv64 = " textrel"
  39. INSANE_SKIP_append_pn-xfsdump_riscv32 = " textrel"
  40. INSANE_SKIP_append_pn-zabbix_riscv32 = " textrel"
  41. INSANE_SKIP_append_pn-netdata_riscv32 = " textrel"
  42. INSANE_SKIP_append_pn-tipcutils_riscv32 = " textrel"
  43. INSANE_SKIP_append_pn-tvheadend_riscv32 = " textrel"
  44. INSANE_SKIP_append_pn-monkey_riscv32 = " textrel"
  45. INSANE_SKIP_append_pn-eudev_riscv32 = " textrel"
  46. INSANE_SKIP_append_pn-dracut_riscv32 = " textrel"
  47. INSANE_SKIP_append_pn-rt-tests_riscv32 = " textrel"
  48. INSANE_SKIP_append_pn-gdb_riscv32 = " textrel"
  49. INSANE_SKIP_append_pn-capnproto_riscv32 = " textrel"
  50. INSANE_SKIP_append_pn-rdma-core_riscv32 = " textrel"
  51. INSANE_SKIP_append_pn-util-linux_riscv32 = " textrel"
  52. INSANE_SKIP_append_pn-ltp_riscv32 = " textrel"