cv-tools: Update to latest

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2018-05-05 00:52:30 -07:00
parent 1dfa54ac46
commit 831a056c89
3 changed files with 8 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.GPLv2;md5=751419260aa954499f7abaabaa882bbe"
SRCREV = "68c12d06ebbdfe20856b886570822fe66804fd26"
SRCREV = "d50327faefd454ed812d820110227166c740ced2"
SRC_URI = "git://github.com/riscv/riscv-fesvr.git \
file://fesvr-makefile.patch"
@@ -24,3 +24,4 @@ do_install_append () {
# Make install doesn't properly install these
oe_libinstall -so libfesvr ${D}${libdir}
}
COMPATIBLE_HOST_class-target = "(riscv64|riscv32).*-linux"

View File

@@ -4,7 +4,7 @@ LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.GPLv2;md5=751419260aa954499f7abaabaa882bbe"
SRCREV = "2bbd8e1a1bccae13ec87882baf423abfc6ef76fd"
SRCREV = "9d0911092df8e9bd483edf495a9a780e5f0e660f"
SRC_URI = "git://github.com/riscv/riscv-pk.git \
file://0001-add-acinclude.m4.patch \
"
@@ -29,7 +29,7 @@ do_install_prepend () {
}
do_install_append() {
rm -rf ${D}${exec_prefix}/riscv64-unknown-elf
rm -rf ${D}${exec_prefix}/riscv64-*
}
do_install_append_freedom-u540() {
@@ -49,3 +49,5 @@ addtask deploy before do_build after do_install
SECURITY_CFLAGS = "${SECURITY_NOPIE_CFLAGS}"
SECURITY_LDFLAGS = ""
COMPATIBLE_HOST = "(riscv64|riscv32).*-linux"

View File

@@ -4,7 +4,7 @@ LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.GPLv2;md5=751419260aa954499f7abaabaa882bbe"
SRCREV = "9d1e10a36e771bf8cfbf515e07e856e021c1007a"
SRCREV = "d48f107dba6a96fb827cb47fdf290261feadeb35"
SRC_URI = "git://github.com/riscv/riscv-isa-sim.git \
file://spike-makefile.patch"
@@ -22,3 +22,4 @@ do_configure_prepend () {
fi
}
BBCLASSEXTEND = "native nativesdk"
COMPATIBLE_HOST_class-target = "(riscv64|riscv32).*-linux"