Module: meta-ti Branch: krogoth Commit: cd04df2f24fc562692e231b2d63bb8ed0340d971 URL: http://arago-project.org/git/meta-ti.git?a=commit;h=cd04df2f24fc562692e231b2d63bb8ed0340d971
Author: Sam Nelson <[email protected]> Date: Mon Sep 26 23:24:39 2016 +0000 cmem: Update to new version 4.12.00.00 Signed-off-by: Sam Nelson <[email protected]> Signed-off-by: Denys Dmytriyenko <[email protected]> --- recipes-bsp/cmem/cmem.inc | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-bsp/cmem/cmem.inc b/recipes-bsp/cmem/cmem.inc index 413f925..e68bb6b 100644 --- a/recipes-bsp/cmem/cmem.inc +++ b/recipes-bsp/cmem/cmem.inc @@ -3,11 +3,11 @@ HOMEPAGE = "http://processors.wiki.ti.com/index.php/Category:CMEM" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://include/ti/cmem.h;beginline=1;endline=30;md5=9b745e2765a6ba8a636c91aed4b02ac1" -BRANCH ?= "lu-next" -# This corresponds to version 4.11.00.00_eng -SRCREV = "852e97b5584cbdb6aa0fdef02a7c4e245409bcb6" +BRANCH = "master" +# This corresponds to version 4.12.00.00 +SRCREV = "d6d3e84c84d0e84a9b96c3f6f789ac642d03afcb" -PV = "4.11.00.00+git${SRCPV}" +PV = "4.12.00.00+git${SRCPV}" SRC_URI = "git://git.ti.com/ipc/ludev.git;protocol=git;branch=${BRANCH}" -- _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
