mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-01-12 01:20:20 +00:00
update rpmsg library to 0.6.10 It brings the following fixes from ti-rpmsg-char repo: d4cf638 src: fix bug in file_read_string() 3e72722 src: add api to fetch kernel allocated remote proc id 5061690 benchmark: update max runs = 1 trillion, max latency = 9sec 4aa2a84 examples: clean up tabs, delay metering 07660dd example: add rpmsg_char_benchmark b40845f Replace read bytes from 256 --> 496 b2e9e2f Update max message size to 496 Signed-off-by: Hari Nagalla <hnagalla@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
16 lines
432 B
PHP
16 lines
432 B
PHP
SUMMARY = "TI RPMsg Char Utility Library"
|
|
|
|
LICENSE = "BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://${S}/src/rpmsg_char.c;beginline=1;endline=31;md5=71987db43a2159cff5ea00505c6fce58"
|
|
|
|
PROTOCOL = "https"
|
|
BRANCH = "master"
|
|
SRC_URI = "git://git.ti.com/git/rpmsg/ti-rpmsg-char.git;protocol=${PROTOCOL};branch=${BRANCH};"
|
|
|
|
# 0.6.10 release
|
|
SRCREV = "057b1a249261e26d00c501b59646957160ec815b"
|
|
|
|
PV = "0.6.10+git"
|
|
|
|
COMPATIBLE_MACHINE = "^(k3)$"
|