diff options
author | Denys Dmytriyenko <denys@ti.com> | 2015-12-18 16:25:04 -0500 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2015-12-23 16:45:30 -0500 |
commit | ddc09eb823def7be6151e279e507fffbc85b3e0f (patch) | |
tree | a70bfd2b6023b324deb54a54f05b191093b096f6 | |
parent | c5a3170d766cb4ea476171ee72d868242dcb6348 (diff) | |
download | meta-ti-ddc09eb823def7be6151e279e507fffbc85b3e0f.tar.gz |
linux-ti-staging: update to the latest and add deps for serdes fw
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r-- | recipes-kernel/linux/linux-ti-staging_4.1.bb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-ti-staging_4.1.bb b/recipes-kernel/linux/linux-ti-staging_4.1.bb index e7643241..5adfb337 100644 --- a/recipes-kernel/linux/linux-ti-staging_4.1.bb +++ b/recipes-kernel/linux/linux-ti-staging_4.1.bb | |||
@@ -31,6 +31,9 @@ RDEPENDS_kernel-base_append_keystone = " boot-monitor" | |||
31 | # Install ti-sci-fw into /boot dir of rootfs | 31 | # Install ti-sci-fw into /boot dir of rootfs |
32 | RDEPENDS_kernel-base_append_k2g-evm = " ti-sci-fw" | 32 | RDEPENDS_kernel-base_append_k2g-evm = " ti-sci-fw" |
33 | 33 | ||
34 | # Add run-time dependency for SerDes firmware to the rootfs | ||
35 | RDEPENDS_kernel-base_append_keystone = " serdes-fw" | ||
36 | |||
34 | # Default is to package all dtb files for ti33x devices unless building | 37 | # Default is to package all dtb files for ti33x devices unless building |
35 | # for the specific beaglebone machine. | 38 | # for the specific beaglebone machine. |
36 | KERNEL_DEVICETREE_ti33x = "am335x-evm.dtb am335x-evmsk.dtb am335x-bone.dtb am335x-boneblack.dtb" | 39 | KERNEL_DEVICETREE_ti33x = "am335x-evm.dtb am335x-evmsk.dtb am335x-bone.dtb am335x-boneblack.dtb" |
@@ -57,11 +60,11 @@ S = "${WORKDIR}/git" | |||
57 | 60 | ||
58 | BRANCH = "ti-lsk-linux-4.1.y" | 61 | BRANCH = "ti-lsk-linux-4.1.y" |
59 | 62 | ||
60 | SRCREV = "f0f52afb60f57f31c099dc849c6757fea5664e89" | 63 | SRCREV = "0f37ee50e2b263eb5941d91ef6da7d4ca51f7488" |
61 | PV = "4.1.13+git${SRCPV}" | 64 | PV = "4.1.13+git${SRCPV}" |
62 | 65 | ||
63 | # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild | 66 | # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild |
64 | MACHINE_KERNEL_PR_append = "d" | 67 | MACHINE_KERNEL_PR_append = "e" |
65 | PR = "${MACHINE_KERNEL_PR}" | 68 | PR = "${MACHINE_KERNEL_PR}" |
66 | 69 | ||
67 | KERNEL_CONFIG_DIR = "${S}/ti_config_fragments" | 70 | KERNEL_CONFIG_DIR = "${S}/ti_config_fragments" |