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:07:37 -0500 |
commit | 163555182edb967c38400630bf1347bbbd078a20 (patch) | |
tree | be2cdb7ea6f15b8e6b86088fe387b0c3a8a7e982 | |
parent | 27f4b790ddfbc3a37c5578b3a0e40692cea1257a (diff) | |
download | meta-ti-163555182edb967c38400630bf1347bbbd078a20.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" |