diff options
author | Sam Nelson <sam.nelson@ti.com> | 2015-05-27 23:07:34 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2015-06-01 10:58:51 -0400 |
commit | f573db51b2db4934f4ba8eb1b9e903973e051706 (patch) | |
tree | 7afa9a6504c2a05ac981f1008e1bb7ae45ee2ad9 /recipes-bsp/cmem | |
parent | c0bb5060bfbe7744f5d3d117517c89a2b184b073 (diff) | |
download | meta-ti-f573db51b2db4934f4ba8eb1b9e903973e051706.tar.gz |
cmem: Update to new version 4.10.01.02
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 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/cmem/cmem.inc b/recipes-bsp/cmem/cmem.inc index bbb86b05..23e5f2e2 100644 --- a/recipes-bsp/cmem/cmem.inc +++ b/recipes-bsp/cmem/cmem.inc | |||
@@ -4,10 +4,10 @@ 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 ?= "master" | 6 | BRANCH ?= "master" |
7 | # This corresponds to version 4.10.00.01 | 7 | # This corresponds to version 4.10.01.02 |
8 | SRCREV = "0d2fac7187ca1f6af62a98dee5b3621908cf5831" | 8 | SRCREV = "a51d9770021fd16c97fc59b320286a3fa43278bc" |
9 | 9 | ||
10 | PV = "4.10.00.01+git${SRCPV}" | 10 | PV = "4.10.01.02+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 | ||