Includes the following fixes: * k2e,k2l: Adjust MSMC memory to resolve conflict with boot monitor * Fix memory leaks in OpenCL runtime * Fix OpenCL cleanup race cond for multi processes
Signed-off-by: Jacob Stiffler <[email protected]> --- meta-arago-extras/recipes-ti/ocl/ocl.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-arago-extras/recipes-ti/ocl/ocl.inc b/meta-arago-extras/recipes-ti/ocl/ocl.inc index 207dd1e..be5eb18 100644 --- a/meta-arago-extras/recipes-ti/ocl/ocl.inc +++ b/meta-arago-extras/recipes-ti/ocl/ocl.inc @@ -1,4 +1,4 @@ -PV = "1.1.10.1" +PV = "1.1.10.3" INC_PR = "r0" LIC_FILES_CHKSUM = "file://../debian/copyright;md5=2e3965a73a8a49c23836467266120dff" @@ -9,7 +9,7 @@ OCL_GIT_URI = "git://git.ti.com/opencl/ti-opencl.git" OCL_GIT_PROTOCOL = "git" OCL_GIT_BRANCH = "master" -OCL_SRCREV = "e05ecb1559828f291c54f56e8c602e0ea15fbcf6" +OCL_SRCREV = "108ff29cd27e9af39c1f0b4945cb5dd1be7fed41" BRANCH = "${OCL_GIT_BRANCH}" SRC_URI = "${OCL_GIT_URI};protocol=${OCL_GIT_PROTOCOL};branch=${BRANCH}" -- 2.7.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
