Module: meta-ti Branch: master Commit: e705228ff3986282b5851f7fd7b96672c4c22876 URL: http://arago-project.org/git/meta-ti.git?a=commit;h=e705228ff3986282b5851f7fd7b96672c4c22876
Author: Denys Dmytriyenko <[email protected]> Date: Mon Dec 9 13:37:16 2013 -0500 linux-ti-staging: update to 3.12.4 with more fixes for release Signed-off-by: Denys Dmytriyenko <[email protected]> --- recipes-kernel/linux/linux-ti-staging_3.12.bb | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging_3.12.bb b/recipes-kernel/linux/linux-ti-staging_3.12.bb index 8965941..129d67a 100644 --- a/recipes-kernel/linux/linux-ti-staging_3.12.bb +++ b/recipes-kernel/linux/linux-ti-staging_3.12.bb @@ -14,6 +14,7 @@ RDEPENDS_kernel-base += "kernel-devicetree" # Add a run-time dependency for the PM firmware to be installed # on the target file system. RDEPENDS_kernel-base_append_ti33x = " am33x-cm3 am33x-cm3-initscript" +RDEPENDS_kernel-base_append_ti43x = " am33x-cm3 am33x-cm3-initscript" # Default is to package all dtb files for ti33x devices unless building # for the specific beaglebone machine. @@ -31,8 +32,9 @@ S = "${WORKDIR}/git" BRANCH = "ti-linux-3.12.y" -SRCREV = "c077af8403a538e129164081cbe7527f22bb56b6" -PV = "3.12.2" +# Corresponds to ti2013.12.00 release +SRCREV = "3b9c905e7ddbdf94ddaee40c5b8e9745a72afc6b" +PV = "3.12.4" # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild MACHINE_KERNEL_PR_append = "a+gitr${SRCPV}" _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
