summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-ti-staging_4.1.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-kernel/linux/linux-ti-staging_4.1.bb b/recipes-kernel/linux/linux-ti-staging_4.1.bb
index ef953f99..fab0c2a5 100644
--- a/recipes-kernel/linux/linux-ti-staging_4.1.bb
+++ b/recipes-kernel/linux/linux-ti-staging_4.1.bb
@@ -28,8 +28,8 @@ RDEPENDS_kernel-base_append_dra7xx = " vpdma-fw"
28# Install boot-monitor skern file into /boot dir of rootfs 28# Install boot-monitor skern file into /boot dir of rootfs
29RDEPENDS_kernel-base_append_keystone = " boot-monitor" 29RDEPENDS_kernel-base_append_keystone = " boot-monitor"
30 30
31# Install pmmc-fw into /boot dir of rootfs 31# Install ti-sci-fw into /boot dir of rootfs
32RDEPENDS_kernel-base_append_k2g-evm = " pmmc-fw" 32RDEPENDS_kernel-base_append_k2g-evm = " ti-sci-fw"
33 33
34# Default is to package all dtb files for ti33x devices unless building 34# Default is to package all dtb files for ti33x devices unless building
35# for the specific beaglebone machine. 35# for the specific beaglebone machine.
@@ -57,11 +57,11 @@ S = "${WORKDIR}/git"
57 57
58BRANCH = "ti-lsk-linux-4.1.y" 58BRANCH = "ti-lsk-linux-4.1.y"
59 59
60SRCREV = "e7ce6b9cdee62083862c3d86853819d871f853de" 60SRCREV = "f0f52afb60f57f31c099dc849c6757fea5664e89"
61PV = "4.1.13+git${SRCPV}" 61PV = "4.1.13+git${SRCPV}"
62 62
63# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild 63# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
64MACHINE_KERNEL_PR_append = "b" 64MACHINE_KERNEL_PR_append = "c"
65PR = "${MACHINE_KERNEL_PR}" 65PR = "${MACHINE_KERNEL_PR}"
66 66
67KERNEL_CONFIG_DIR = "${S}/ti_config_fragments" 67KERNEL_CONFIG_DIR = "${S}/ti_config_fragments"