diff options
author | Sam Nelson <sam.nelson@ti.com> | 2016-09-26 23:24:39 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-09-28 03:26:08 -0400 |
commit | 1a28c9dbaf9fe32e450ec3b27aff0c0d7d9eecc8 (patch) | |
tree | 638945965315a78744fed10082aaf5657598a064 /recipes-bsp/cmem | |
parent | 9ffe3eb8cf5fcf13e274039fc57c77c78bc9d337 (diff) | |
download | meta-ti-1a28c9dbaf9fe32e450ec3b27aff0c0d7d9eecc8.tar.gz |
cmem: Update to new version 4.12.00.00
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/cmem')
-rw-r--r-- | 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 413f925b..e68bb6b3 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" | |||
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://include/ti/cmem.h;beginline=1;endline=30;md5=9b745e2765a6ba8a636c91aed4b02ac1" | 4 | LIC_FILES_CHKSUM = "file://include/ti/cmem.h;beginline=1;endline=30;md5=9b745e2765a6ba8a636c91aed4b02ac1" |
5 | 5 | ||
6 | BRANCH ?= "lu-next" | 6 | BRANCH = "master" |
7 | # This corresponds to version 4.11.00.00_eng | 7 | # This corresponds to version 4.12.00.00 |
8 | SRCREV = "852e97b5584cbdb6aa0fdef02a7c4e245409bcb6" | 8 | SRCREV = "d6d3e84c84d0e84a9b96c3f6f789ac642d03afcb" |
9 | 9 | ||
10 | PV = "4.11.00.00+git${SRCPV}" | 10 | PV = "4.12.00.00+git${SRCPV}" |
11 | 11 | ||
12 | SRC_URI = "git://git.ti.com/ipc/ludev.git;protocol=git;branch=${BRANCH}" | 12 | SRC_URI = "git://git.ti.com/ipc/ludev.git;protocol=git;branch=${BRANCH}" |
13 | 13 | ||