diff options
author | Denys Dmytriyenko <denys@ti.com> | 2015-12-05 04:15:16 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2015-12-04 22:10:58 -0500 |
commit | 03017243a4c88cdf70d0f85aec4b80f9342e6473 (patch) | |
tree | bfbc64e1568870491621429c2763ebe58c0365e1 | |
parent | f5c1f1943b24a5a678c0af309692e01722139b06 (diff) | |
download | meta-ti-03017243a4c88cdf70d0f85aec4b80f9342e6473.tar.gz |
linux-ti-staging: update to the latest, rename pmmc-fw to ti-sci-fw
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r-- | recipes-kernel/linux/linux-ti-staging_4.1.bb | 8 |
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 |
29 | RDEPENDS_kernel-base_append_keystone = " boot-monitor" | 29 | RDEPENDS_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 |
32 | RDEPENDS_kernel-base_append_k2g-evm = " pmmc-fw" | 32 | RDEPENDS_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 | ||
58 | BRANCH = "ti-lsk-linux-4.1.y" | 58 | BRANCH = "ti-lsk-linux-4.1.y" |
59 | 59 | ||
60 | SRCREV = "e7ce6b9cdee62083862c3d86853819d871f853de" | 60 | SRCREV = "f0f52afb60f57f31c099dc849c6757fea5664e89" |
61 | PV = "4.1.13+git${SRCPV}" | 61 | PV = "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 |
64 | MACHINE_KERNEL_PR_append = "b" | 64 | MACHINE_KERNEL_PR_append = "c" |
65 | PR = "${MACHINE_KERNEL_PR}" | 65 | PR = "${MACHINE_KERNEL_PR}" |
66 | 66 | ||
67 | KERNEL_CONFIG_DIR = "${S}/ti_config_fragments" | 67 | KERNEL_CONFIG_DIR = "${S}/ti_config_fragments" |