- Update prebuilt ocl-tidl-fw to work with updated IPC in PSDK 6.2 - Fix l3_noc message during CoreSDK IPU1 remoteproc boot
Signed-off-by: Yuan Zhao <[email protected]> --- meta-arago-extras/recipes-ti/ocl/ocl.inc | 4 ++-- meta-arago-extras/recipes-ti/ocl/opencl-tidl-fw_git.bb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meta-arago-extras/recipes-ti/ocl/ocl.inc b/meta-arago-extras/recipes-ti/ocl/ocl.inc index 0a6dccc4..cc4ed6d4 100644 --- a/meta-arago-extras/recipes-ti/ocl/ocl.inc +++ b/meta-arago-extras/recipes-ti/ocl/ocl.inc @@ -1,5 +1,5 @@ # patch version at the end needs to be in double digits -PV = "1.2.00.00" +PV = "1.2.00.01" INC_PR = "r0" LIC_FILES_CHKSUM = "file://../debian/copyright;md5=2e3965a73a8a49c23836467266120dff" @@ -10,7 +10,7 @@ OCL_GIT_URI = "git://git.ti.com/opencl/ti-opencl.git" OCL_GIT_PROTOCOL = "git" OCL_GIT_BRANCH = "master" -OCL_SRCREV = "301ecd37ac5553a8c94c87a0083b8d929e1d1a1e" +OCL_SRCREV = "850361c85cd00fcb9df958e016c792936ef4aa2b" BRANCH = "${OCL_GIT_BRANCH}" SRC_URI = "${OCL_GIT_URI};protocol=${OCL_GIT_PROTOCOL};branch=${BRANCH}" diff --git a/meta-arago-extras/recipes-ti/ocl/opencl-tidl-fw_git.bb b/meta-arago-extras/recipes-ti/ocl/opencl-tidl-fw_git.bb index 322f9017..0e8b46d6 100644 --- a/meta-arago-extras/recipes-ti/ocl/opencl-tidl-fw_git.bb +++ b/meta-arago-extras/recipes-ti/ocl/opencl-tidl-fw_git.bb @@ -3,7 +3,7 @@ SUMMARY = "OpenCL TIDL firmware for AM57xx" LICENSE = "TI-TFL" LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=082a028431c455252c1e1d3d1021d382" -PV = "01.01.19.02" +PV = "01.02.00.01" PR = "r0" require recipes-ti/includes/arago-paths.inc @@ -15,7 +15,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" GIT_URI = "git://git.ti.com/opencl/opencl-firmware.git" GIT_PROTOCOL = "git" BRANCH = "master" -SRCREV = "f9402b2b6b06185af7663bae0061c6fad12cff07" +SRCREV = "9e3d0b34f604203f275fba4807481a8a763a4f63" SRC_URI = "${GIT_URI};protocol=${GIT_PROTOCOL};branch=${BRANCH}" -- 2.14.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
