diff --git a/recipes-kernel/linux/linux-ti-staging_4.1.bb b/recipes-kernel/linux/linux-ti-staging_4.1.bb index 7b5fadde..cd4497ae 100644 --- a/recipes-kernel/linux/linux-ti-staging_4.1.bb +++ b/recipes-kernel/linux/linux-ti-staging_4.1.bb @@ -18,8 +18,8 @@ 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" -RDEPENDS_kernel-base_append_ti43x = " am33x-cm3" +RDEPENDS_kernel-base_append_ti33x = " amx3-cm3" +RDEPENDS_kernel-base_append_ti43x = " amx3-cm3" # Add a run-time dependency for the VPE VPDMA firmware to be installed # on the target file system. @@ -47,11 +47,11 @@ S = "${WORKDIR}/git" BRANCH = "ti-linux-4.1.y" -SRCREV = "c34fd7dc89f0f3690a84e6ec0d0d76ab86466366" +SRCREV = "83b86ca5dacc381b5c21db27aba348f187890632" PV = "4.1.3+git${SRCPV}" # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild -MACHINE_KERNEL_PR_append = "b" +MACHINE_KERNEL_PR_append = "c" PR = "${MACHINE_KERNEL_PR}" KERNEL_CONFIG_DIR = "${S}/ti_config_fragments"