Alistair Francis
672c73f1be
riscv-pk: Remove riscv-pk as we no longer use BBL
...
Signed-off-by: Alistair Francis <alistair.francis@wdc.com >
2019-03-07 22:37:41 -08:00
Khem Raj
0f0534a0d4
gdb-cross-canadian: Add bison-native dependency
...
This is needed when building gdb from git, in OE-core gdb is built from
tarballs where this issue is not seen, so keep this fix local here
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2019-01-03 15:44:47 -08:00
sungwon.pino
5b1e9f2fe0
gdb: Update to the latest version
...
Update to the latest version of the GDB.
Signed-off-by: pino-kim <sungwon.pino@gmail.com >
2018-12-22 12:31:32 -08:00
Alistair Francis
0e4b714f49
riscv-tools: Add support for the MicroSemi PCIe device
...
Add functionality to bbl to modify the device tree passed to Linux to
specify the MicroSemi PCIe device.
Signed-off-by: Alistair Francis <alistair.francis@wdc.com >
2018-12-21 09:49:59 -08:00
Alistair Francis
c24fd8ca21
riscv-pk: Bump to the latest version
...
Bump to the latest bbl version, this fixes the warnings printed by QEMU
on boot.
Signed-off-by: Alistair Francis <alistair.francis@wdc.com >
2018-12-07 14:45:32 -08:00
Alistair Francis
08026cad60
gdb: Update to mainline GDB
...
The mainline master GDB is very good now and even includes support for
debugging RISC-V Linux applications. Use the master branch until the
next GDB release is cut with all of this new support.
Signed-off-by: Alistair Francis <alistair.francis@wdc.com >
2018-11-27 09:23:46 -08:00
Khem Raj
aea3a88793
riscv-pk: Upgrade to latest
...
Drop --with-arch supressing patch its properly conditionalized now
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-11-14 21:15:20 -08:00
pino-kim
a561914f3d
riscv-fesvr : Update to the latest version
...
Update to the latest version of the RISC-V Front-end Server
Signed-off-by: pino-kim <sungwon.pino@gmail.com >
2018-11-13 06:50:21 -08:00
sungwon.pino
d6be7444f5
riscv-spike : Update to the latest version
...
Update to the latest version of the RISC-V Spike ISA Simulator.
Signed-off-by: pino-kim <sungwon.pino@gmail.com >
2018-11-13 06:50:21 -08:00
Alistair Francis
30eb9be70c
riscv-pk: Update to the latest version
...
Update to the latest version of the RISC-V Proxy Kernel. This means we
are running an updated bbl.
Signed-off-by: Alistair Francis <alistair.francis@wdc.com >
2018-11-05 13:14:09 -07:00
Khem Raj
3048b41652
prelink: Remove bbappends and patches
...
They have landed upstream
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-09-07 08:44:10 -07:00
Khem Raj
f2ec7afd1f
gdb: keep empty gdbserver
...
gdbserver is still not available but we can keep the empty
package so we can build complex SDKs from OE
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-08-29 19:03:01 -07:00
Alistair Francis
04eef316eb
gdb-riscv: Update the RISC-V GDB fork
...
Signed-off-by: Alistair Francis <alistair.francis@wdc.com >
2018-08-28 11:45:15 -07:00
Alistair Francis
eb3cbcb90a
gdb-riscv: Add bison dependency
...
Add the bison dependency for GDB that is required for newer versions of
GDB.
Signed-off-by: Alistair Francis <alistair.francis@wdc.com >
2018-08-28 11:45:15 -07:00
Alistair Francis
dcb61db68d
qemu: Remove the RISC-V fork of QEMU
...
As QEMU 3.0 is now included in OE-Corewe no longer need to use
the RISC-V specific fork.
Signed-off-by: Alistair Francis <alistair.francis@wdc.com >
2018-08-27 11:32:03 -07:00
Alistair Francis
f157841d37
gdb: Update to latest RISC-V fork
...
Update to the latest RISC-V GDB and a patch to fix a compilation error
Signed-off-by: Alistair Francis <alistair.francis@wdc.com >
2018-07-16 15:33:08 -07:00
Khem Raj
89c77d9ddb
qemu-riscv: Switch back to master branch
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-06-25 10:12:41 -07:00
Ricardo Salveti
7664795675
qemu-riscv: update to the latest
...
Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com >
2018-06-22 00:38:31 -07:00
Khem Raj
fb8ad42aee
Disable PIE
...
It needs some work in glibc "to be looked"
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-06-21 15:30:37 -07:00
Khem Raj
677de6e525
qemu-riscv: Update to latest
...
Adjust to oe-core change to not use autotools bbclass
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-06-21 15:30:37 -07:00
Ricardo Salveti
e07da3d676
riscv-pk: depend on virtual/kernel:do_deploy
...
bbl_payload requires the kernel deployed artifacts (e.g. vmlinux) during
compile time in order to generate the final bbl binary, so add
virtual/kernel:do_deploy as a do_compile dependency to get the
dependency task in the expected order.
Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com >
2018-05-15 17:31:01 -07:00
Alistair Francis
3adeec9dc3
recipes-devtools/rpm: Remove the beecrypt dependency
...
beecrypt is no longer included in OE-core (since fb8ca4225f beecrypt:
remove) so remove our dependency on it.
Signed-off-by: Alistair Francis <alistair.francis@wdc.com >
2018-05-08 21:48:56 -07:00
Khem Raj
831a056c89
cv-tools: Update to latest
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-05-05 00:52:30 -07:00
Khem Raj
1dfa54ac46
qemu: Update to latest on riscv fork
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-05-05 00:51:54 -07:00
Khem Raj
d0ef492974
gdb: Update to 8.1+git
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-05-05 00:51:30 -07:00
Taras Kondratiuk
ae10d093f6
riscv-pk: make it machine-specific
...
bbl has a machine specific payload (vmlinux), so it should be
machine-specific too. Otherwise riscv-pk build for different machines
will collide.
Signed-off-by: Taras Kondratiuk <takondra@cisco.com >
2018-04-29 07:19:32 -07:00
Moritz Fischer
2056e12220
recipes-devtools: Rename folder to recipes-devtools
...
Rename the folder to recipes-devtools as most other layers call it.
Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com >
2018-04-10 18:04:25 -07:00