diff options
author | Sam Nelson <sam.nelson@ti.com> | 2018-03-06 00:49:05 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-03-05 19:26:46 -0500 |
commit | 96cea59a43a384e1ecfabd96e41d18588ad08a82 (patch) | |
tree | 392d70ce91dbe1741462993da2c1a6f6e51c984c /recipes-bsp/cmem | |
parent | 0064fb7ab73ca6d958664a8bbcaea4d45d79ebb3 (diff) | |
download | meta-ti-96cea59a43a384e1ecfabd96e41d18588ad08a82.tar.gz |
cmem: Update to new version 4.15.00.01
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 436368ef..695432a9 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=26be509e4bb413905bda8309e338e2b1" | 4 | LIC_FILES_CHKSUM = "file://include/ti/cmem.h;beginline=1;endline=30;md5=26be509e4bb413905bda8309e338e2b1" |
5 | 5 | ||
6 | BRANCH = "lu-next" | 6 | BRANCH = "master" |
7 | # This corresponds to version 4.15.00.00_eng | 7 | # This corresponds to version 4.15.00.01 |
8 | SRCREV = "86462821d99cf0e5c4ad33158e08feeb01b26484" | 8 | SRCREV = "000038a65af9428b559de5e00e4a7588892ad7b0" |
9 | 9 | ||
10 | PV = "4.15.00.00+git${SRCPV}" | 10 | PV = "4.15.00.01+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 | ||