Message ID | 20240715235724.28197-1-praneeth@ti.com |
---|---|
State | Accepted |
Delegated to: | Ryan Eatmon |
Headers | show |
Series | [scarthgap] ipc: ti-rpmsg-char: Update library to 0.6.7 | expand |
Hi Praneeth, I believe this patch is applicable to master branch as well. So, an update is needed in patch title. s/[scarthgap]/[master/scarthgap] --- Chirag On 16/07/24 05:27, praneeth via lists.yoctoproject.org wrote: > From: Praneeth Bajjuri <praneeth@ ti. com> update from 0. 6. 6 to > 0. 6. 7. This update brings the following fixes from ti-rpmsg-char > repo. 5100a2e lib: Fix truncation warnings 15011fe example: Add > roundtrip delay metering aac39ae lib: fix truncation > ZjQcmQRYFpfptBannerStart > This message was sent from outside of Texas Instruments. > Do not click links or open attachments unless you recognize the source > of this email and know the content is safe. If you wish to report this > message to IT Security, please forward the message as an attachment to > phishing@list.ti.com > ZjQcmQRYFpfptBannerEnd > From: Praneeth Bajjuri <praneeth@ti.com> > > update from 0.6.6 to 0.6.7. > This update brings the following fixes from ti-rpmsg-char repo. > > 5100a2e lib: Fix truncation warnings > 15011fe example: Add roundtrip delay metering > aac39ae lib: fix truncation warnings with spritnf > 4b9fd76 include: rproc_id: Add numbered enum > > Signed-off-by: Praneeth Bajjuri <praneeth@ti.com> > --- > meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc b/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc > index 4710be09..22d03d97 100644 > --- a/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc > +++ b/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc > @@ -7,10 +7,10 @@ PROTOCOL = "https" > BRANCH = "master" > SRC_URI = "git://git.ti.com/git/rpmsg/ti-rpmsg-char.git;protocol=${PROTOCOL};branch=${BRANCH};" > > -# 0.6.6 release > -SRCREV = "55a6f4032246631a309f8608af5e822024664b59" > +# 0.6.7 release > +SRCREV = "5100a2e4a4a951e40ea0708fa78960770ec0ac33" > > -PV = "0.6.6+git" > +PV = "0.6.7+git" > > S = "${WORKDIR}/git" > > -- > 2.17.1 > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#17864): https://urldefense.com/v3/__https://lists.yoctoproject.org/g/meta-ti/message/17864__;!!G3vK!QuZEGugMEXWahQ5JD6pgtKPRv_c9J4hSKNw0BKTezGXPlwBdo3eAB3QE00s-KVodpzMi1t_ypIA-zO6v1pb2qJ6720InGszZ0dU$ > Mute This Topic: https://urldefense.com/v3/__https://lists.yoctoproject.org/mt/107243546/7030289__;!!G3vK!QuZEGugMEXWahQ5JD6pgtKPRv_c9J4hSKNw0BKTezGXPlwBdo3eAB3QE00s-KVodpzMi1t_ypIA-zO6v1pb2qJ6720InXBtMpww$ > Group Owner: meta-ti+owner@lists.yoctoproject.org > Unsubscribe: https://urldefense.com/v3/__https://lists.yoctoproject.org/g/meta-ti/unsub__;!!G3vK!QuZEGugMEXWahQ5JD6pgtKPRv_c9J4hSKNw0BKTezGXPlwBdo3eAB3QE00s-KVodpzMi1t_ypIA-zO6v1pb2qJ6720In5zb8cmc$ [c-shilwant@ti.com] > -=-=-=-=-=-=-=-=-=-=-=- >
On 7/15/24 18:57, praneeth@ti.com wrote: > --- a/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc > +++ b/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc > @@ -7,10 +7,10 @@ PROTOCOL = "https" > BRANCH = "master" > SRC_URI = "git://git.ti.com/git/rpmsg/ti-rpmsg-char.git;protocol=${PROTOCOL};branch=${BRANCH};" > > -# 0.6.6 release > -SRCREV = "55a6f4032246631a309f8608af5e822024664b59" > +# 0.6.7 release > +SRCREV = "5100a2e4a4a951e40ea0708fa78960770ec0ac33" > > -PV = "0.6.6+git" > +PV = "0.6.7+git" > > S = "${WORKDIR}/git" > Acked-by : Hari Nagalla <hnagalla@ti.com>
diff --git a/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc b/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc index 4710be09..22d03d97 100644 --- a/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc +++ b/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc @@ -7,10 +7,10 @@ PROTOCOL = "https" BRANCH = "master" SRC_URI = "git://git.ti.com/git/rpmsg/ti-rpmsg-char.git;protocol=${PROTOCOL};branch=${BRANCH};" -# 0.6.6 release -SRCREV = "55a6f4032246631a309f8608af5e822024664b59" +# 0.6.7 release +SRCREV = "5100a2e4a4a951e40ea0708fa78960770ec0ac33" -PV = "0.6.6+git" +PV = "0.6.7+git" S = "${WORKDIR}/git"