diff --git a/recipes-kernel/linux/linux-ti-staging_git.bb b/recipes-kernel/linux/linux-ti-staging_git.bb index 8267afaf..80ebde84 100644 --- a/recipes-kernel/linux/linux-ti-staging_git.bb +++ b/recipes-kernel/linux/linux-ti-staging_git.bb @@ -8,6 +8,9 @@ inherit kernel require recipes-kernel/linux/linux-dtb.inc require recipes-kernel/linux/setup-defconfig.inc +# Pull in the devicetree files into the rootfs +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" @@ -28,11 +31,11 @@ S = "${WORKDIR}/git" BRANCH = "ti-linux-3.12.y" -SRCREV = "f7579525de9f1d6086c407a6980f4f1c1c574256" +SRCREV = "e34b95baedccea12af9c0e81be77ed0a18ddae82" PV = "3.11+3.12-rc3" # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild -MACHINE_KERNEL_PR_append = "a+gitr${SRCPV}" +MACHINE_KERNEL_PR_append = "b+gitr${SRCPV}" PR = "${MACHINE_KERNEL_PR}" SRC_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git;protocol=git;branch=${BRANCH} \