Module: meta-ti Branch: master Commit: ff8dba2663923297a3f69cc2ca03f50103facfb3 URL: http://arago-project.org/git/meta-ti.git?a=commit;h=ff8dba2663923297a3f69cc2ca03f50103facfb3
Author: Justin Sobota <[email protected]> Date: Thu Dec 15 21:54:36 2016 +0000 sa-lld: Upstream version 3.0.0.16 Signed-off-by: Justin Sobota <[email protected]> Signed-off-by: Denys Dmytriyenko <[email protected]> --- recipes-bsp/sa-lld/sa-lld.inc | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-bsp/sa-lld/sa-lld.inc b/recipes-bsp/sa-lld/sa-lld.inc index 0eb2196..853abdd 100644 --- a/recipes-bsp/sa-lld/sa-lld.inc +++ b/recipes-bsp/sa-lld/sa-lld.inc @@ -8,14 +8,14 @@ SA_LLD_GIT_PROTOCOL = "git" SA_LLD_GIT_BRANCH = "master" SA_LLD_GIT_DESTSUFFIX = "git/ti/drv/sa" -# Below commit ID corresponds to "DEV.SA_LLD.03.00.00.15" -SA_LLD_SRCREV = "59dbcc8b1ed05d81161bc4c472bed8916a004728" +# Below commit ID corresponds to "DEV.SA_LLD.03.00.00.16" +SA_LLD_SRCREV = "eb1508714586f92e66bf5a8a4c212e8277f6b065" BRANCH = "${SA_LLD_GIT_BRANCH}" SRC_URI = "${SA_LLD_GIT_URI};destsuffix=${SA_LLD_GIT_DESTSUFFIX};protocol=${SA_LLD_GIT_PROTOCOL};branch=${BRANCH}" SRCREV = "${SA_LLD_SRCREV}" -PV = "03.00.00.15" +PV = "03.00.00.16" INC_PR = "r0" S = "${WORKDIR}/${SA_LLD_GIT_DESTSUFFIX}" -- _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
