diff options
author | Praneeth Bajjuri <praneeth@ti.com> | 2021-04-22 02:53:23 +0000 |
---|---|---|
committer | Praneeth Bajjuri <praneeth@ti.com> | 2021-04-22 16:53:03 -0500 |
commit | 856bc72e8aba3205b51e0b66dce382ee4450460e (patch) | |
tree | 32be7fae2506cffe3856e0ba38bb458be9a117ac /recipes-bsp/cmem | |
parent | 3bd1551585295fb205c3b811346f8921daf5c9bb (diff) | |
download | meta-ti-856bc72e8aba3205b51e0b66dce382ee4450460e.tar.gz |
cmem: Update to new version 4.20.00.01
The update brings the fix for 5.10.x linux kernel.
commit c0039f1fec25 ("cmemk: Fix 5.10 build errors for non Keystone2 platforms")
commit 8aba20e20bf7 ("cmemk: Fix build errors for 5.10+ kernels")
Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
Reviewed-by: Suman Anna <s-anna@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 c2719403..f568fa81 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=26be509e4bb413905bda8309e338e2b1" | 4 | LIC_FILES_CHKSUM = "file://include/ti/cmem.h;beginline=1;endline=30;md5=26be509e4bb413905bda8309e338e2b1" |
5 | 5 | ||
6 | BRANCH = "master" | 6 | BRANCH = "master" |
7 | # This corresponds to version 4.16.00.00 | 7 | # This corresponds to version 4.20.00.01 |
8 | SRCREV = "4f970f053b42e8d2a6f1a8cd4b14786196468fd3" | 8 | SRCREV = "86269258a48e0a9008dd9d5ebfae9da7ce843393" |
9 | 9 | ||
10 | PV = "4.16.00.00+git${SRCPV}" | 10 | PV = "4.20.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 | ||