gdb_13.2.bbappend 1.0 KB

12345678910111213141516171819202122232425262728
  1. FORK = "bminor"
  2. BRANCH = "gdb-13-branch"
  3. SRCREV = "9987c0f86ef0a6c3957cdc500cbd9e8b62b3f445"
  4. SRC_URI = " \
  5. git://github.com/bminor/binutils-gdb.git;branch=${BRANCH};protocol=https \
  6. 0001-add-Custom-CSR-instructions.patch \
  7. 0002-add-customer-pref-insn-support.patch \
  8. 0003-add-intial-rvv-support-to-display-rvv-registers.patch \
  9. 0004-fix-incorrect-short-size.patch \
  10. 0005-add-print-parameter-dis_style_immediate.patch \
  11. 0006-fix-gbbranch_tdep-func-call-error.patch \
  12. "
  13. # Yocto upstream patches (rebased)
  14. SRC_URI += " \
  15. file://0001-mips-linux-nat-Define-_ABIO32-if-not-defined.patch \
  16. file://0002-ppc-ptrace-Define-pt_regs-uapi_pt_regs-on-GLIBC-syst.patch \
  17. file://0003-Dont-disable-libreadline.a-when-using-disable-static.patch \
  18. file://0004-use-asm-sgidefs.h.patch \
  19. file://0005-Change-order-of-CFLAGS.patch \
  20. file://0006-resolve-restrict-keyword-conflict.patch \
  21. file://0007-Fix-invalid-sigprocmask-call.patch \
  22. file://0008-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch \
  23. file://add-missing-ldflags.patch \
  24. "
  25. S = "${WORKDIR}/git"