layer.conf 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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"