diff options
Diffstat (limited to 'recipes-bsp/cmem/cmem.inc')
-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 23e5f2e2..0d3e918b 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 ?= "master" | 6 | BRANCH ?= "lu-next" |
7 | # This corresponds to version 4.10.01.02 | 7 | # This corresponds to version 4.10.02.03 |
8 | SRCREV = "a51d9770021fd16c97fc59b320286a3fa43278bc" | 8 | SRCREV = "d47ac635699da6bee6daff31b87b0123e13af4ac" |
9 | 9 | ||
10 | PV = "4.10.01.02+git${SRCPV}" | 10 | PV = "4.10.02.03+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 | ||