layer.conf 4.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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 += "csky-layer"
  7. BBFILE_PATTERN_csky-layer = "^${LAYERDIR}/"
  8. BBFILE_PRIORITY_csky-layer = "6"
  9. BBFILES_DYNAMIC += " \
  10. virtualization-layer:${LAYERDIR}/dynamic-layers/virt-layer/*/*/*.bb \
  11. virtualization-layer:${LAYERDIR}/dynamic-layers/virt-layer/*/*/*.bbappend \
  12. openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/*/*/*.bb \
  13. openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/*/*/*.bbappend \
  14. gnome-layer:${LAYERDIR}/dynamic-layers/gnome-layer/*/*/*.bb \
  15. gnome-layer:${LAYERDIR}/dynamic-layers/gnome-layer/*/*/*.bbappend \
  16. multimedia-layer:${LAYERDIR}/dynamic-layers/multimedia-layer/*/*/*.bb \
  17. multimedia-layer:${LAYERDIR}/dynamic-layers/multimedia-layer/*/*/*.bbappend \
  18. \
  19. "
  20. LAYERSERIES_COMPAT_csky-layer = "gatesgarth hardknott"
  21. INSANE_SKIP_append_pn-cmocka_csky = " textrel"
  22. INSANE_SKIP_append_pn-xfsdump_csky = " textrel"
  23. INSANE_SKIP_append_pn-zabbix_csky = " textrel"
  24. INSANE_SKIP_append_pn-netdata_csky = " textrel"
  25. INSANE_SKIP_append_pn-tipcutils_csky = " textrel"
  26. INSANE_SKIP_append_pn-tvheadend_csky = " textrel"
  27. INSANE_SKIP_append_pn-monkey_csky = " textrel"
  28. INSANE_SKIP_append_pn-eudev_csky = " textrel"
  29. INSANE_SKIP_append_pn-dracut_csky = " textrel"
  30. INSANE_SKIP_append_pn-rt-tests_csky = " textrel"
  31. INSANE_SKIP_append_pn-gdb_csky = " textrel"
  32. INSANE_SKIP_append_pn-capnproto_csky = " textrel"
  33. INSANE_SKIP_append_pn-rdma-core_csky = " textrel"
  34. INSANE_SKIP_append_pn-util-linux_csky = " textrel"
  35. INSANE_SKIP_append_pn-ltp_csky = " textrel"
  36. INSANE_SKIP_append_pn-poppler_csky = " textrel"
  37. INSANE_SKIP_append_pn-qtbase_csky = " textrel"
  38. INSANE_SKIP_append_pn-gerbera_csky = " textrel"
  39. INSANE_SKIP_append_pn-opensaf_csky = " textrel"
  40. INSANE_SKIP_append_pn-doxygen_csky = " textrel"
  41. INSANE_SKIP_append_pn-opengl-es-cts_csky = " textrel"
  42. INSANE_SKIP_append_pn-perf_csky = " textrel"
  43. # These recipe dont _yet_ build for rv32
  44. COMPATIBLE_HOST_pn-openh264_csky = "null"
  45. # Need to port - tcf/cpudefs-mdep.h
  46. COMPATIBLE_HOST_pn-tcf-agent_csky = "null"
  47. # needs SYS_ppoll and SYS_pselect6
  48. COMPATIBLE_HOST_pn-lttng-tools_csky = "null"
  49. # LTTng-modules requires CONFIG_KPROBES on kernels >= 5.7.0
  50. COMPATIBLE_HOST_pn-lttng-modules_csky = "null"
  51. # Needs porting to rv32
  52. COMPATIBLE_HOST_pn-android-tools_csky = "null"
  53. # Needs porting to rv32
  54. COMPATIBLE_HOST_pn-strace_csky = "null"
  55. COMPATIBLE_HOST_pn-ostree_csky = "null"
  56. # Klibc needs porting in usr/klibc/arch/csky
  57. COMPATIBLE_HOST_pn-klibc_csky = "null"
  58. COMPATIBLE_HOST_pn-klibc-static-utils_csky = "null"
  59. COMPATIBLE_HOST_pn-klibc-utils_csky = "null"
  60. COMPATIBLE_HOST_pn-klcc-cross_csky = "null"
  61. COMPATIBLE_HOST_pn-kexecboot-klibc_csky = "null"
  62. COMPATIBLE_HOST_pn-ubi-utils-klibc_csky = "null"
  63. # needs syscalls addressed for rv32
  64. COMPATIBLE_HOST_pn-qemu_csky = "null"
  65. # Fails to configure
  66. #COMPATIBLE_HOST_pn-samba_csky = "null"
  67. COMPATIBLE_HOST_pn-smbnetfs_csky = "null"
  68. #COMPATIBLE_HOST_pn-gnome-control-center_csky = "null"
  69. COMPATIBLE_HOST_pn-thunar-shares-plugin_csky = "null"
  70. # sipe-mime.c:129:30: error: cast from 'GTypeInstance *' (aka 'struct _GTypeInstance *') to 'GMimeStreamFilter *' (aka 'struct _GMimeStreamFilter *') increases required al ignment from 4 to 8 [-Werror,-Wcast-align]
  71. COMPATIBLE_HOST_pn-pidgin-sipe_csky = "null"
  72. COMPATIBLE_HOST_pn-libacpi = '(x86_64|i.86|riscv32|riscv64|csky).*-(linux|freebsd.*)'
  73. COMPATIBLE_HOST_pn-efivar = "(i.86|x86_64|arm|aarch64|riscv64|riscv32|csky).*-linux"
  74. COMPATIBLE_HOST_pn-efibootmgr = "(i.86|x86_64|arm|aarch64|riscv64|riscv32|csky).*-linux"
  75. COMPATIBLE_HOST_pn-dmidecode = "(i.86|x86_64|aarch64|arm|powerpc|powerpc64|riscv32|riscv64|csky).*-linux"
  76. COMPATIBLE_HOST_pn-acpica = "(i.86|x86_64|arm|aarch64|riscv64|riscv32|csky).*-linux"
  77. COMPATIBLE_HOST_pn-systemd = "(x86_64.*|i.86.*|riscv.*|csky.*)-linux"
  78. #COMPATIBLE_HOST_pn-gnome-control-center="(x86_64.*|i.86.*|riscv.*|csky.*)-linux"