1. fixed potential memory leakage in ARM wrapper code 2. added offload tables for AM572x 3. cleaned up tuning code 4. added -ldl to linker options for building the examples
Signed-off-by: Jianzhong Xu <[email protected]> --- meta-arago-extras/recipes-ti/linalg/linalg.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-arago-extras/recipes-ti/linalg/linalg.inc b/meta-arago-extras/recipes-ti/linalg/linalg.inc index bb8efdf..d7cb4f0 100644 --- a/meta-arago-extras/recipes-ti/linalg/linalg.inc +++ b/meta-arago-extras/recipes-ti/linalg/linalg.inc @@ -2,7 +2,7 @@ HOMEPAGE = "git://git.ti.com/dense-linear-algebra-libraries/linalg.git" LICENSE = "BSD-3-Clause" PV = "1_2_0_0" -INC_PR = "r1" +INC_PR = "r2" S = "${WORKDIR}/git" @@ -12,7 +12,7 @@ require recipes-ti/includes/ti-staging.inc BRANCH = "master" SRC_URI = "git://git.ti.com/dense-linear-algebra-libraries/linalg.git;protocol=git;branch=${BRANCH}" LIC_FILES_CHKSUM = "file://src/ti/linalg/docs/LINALG_1.2.0_manifest.html;md5=f30895e41e5947c3439b1ad4cf4c8555" -SRCREV = "5e435f2457565ed7c6199406ef248370bb2a4ad2" +SRCREV = "f85a37ee21113e5839a64ac61009b1e2dde10fbc" DEPENDS = "common-csl-ip \ libarch \ -- 1.9.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
