Module: meta-ti Branch: master Commit: fae7d7ec8998f9e0977af21acb4850414b3f6fef URL: http://arago-project.org/git/meta-ti.git?a=commit;h=fae7d7ec8998f9e0977af21acb4850414b3f6fef
Author: Denys Dmytriyenko <[email protected]> Date: Thu Feb 13 18:06:40 2014 -0500 am33x-cm3: update with I2C clock rate calculation fixes Signed-off-by: Denys Dmytriyenko <[email protected]> --- recipes-bsp/ti/am33x-cm3_git.bb | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-bsp/ti/am33x-cm3_git.bb b/recipes-bsp/ti/am33x-cm3_git.bb index 4c395c7..01d1273 100644 --- a/recipes-bsp/ti/am33x-cm3_git.bb +++ b/recipes-bsp/ti/am33x-cm3_git.bb @@ -3,14 +3,14 @@ DESCRIPTION = "Cortex-M3 binary blob for suspend-resume" LICENSE = "TI-BSD" LIC_FILES_CHKSUM = "file://License.txt;md5=7bdc54a749ab7a7dea999d25d99a41b8" -PV = "05.00.00.02" -PR = "r2" +PV = "05.00.00.03" +PR = "r0" # Make package machine specific due to different init scripts PACKAGE_ARCH = "${MACHINE_ARCH}" -# SRCREV corresponds to tag v05.00.00.02 -SRCREV = "11107db2f1e9e58ee75d4fe9cc38423c9a6e4365" +# SRCREV corresponds to tag v05.00.00.03 +SRCREV = "a0ddffb63147e2079a08944c0e399c75538201a9" BRANCH ?= "master" # This init script is only used for older kernels that do not support _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
