summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2015-12-18 16:25:04 -0500
committerDenys Dmytriyenko <denys@ti.com>2015-12-23 16:45:40 -0500
commit22f32bf1597167dc55cff325ec87e3e11cd3b2c7 (patch)
treead767a7424c193a97cf3151e4cc328836d472e90 /recipes-kernel
parent5ae74e827cf5dac06a097b9bdbbd89a5bb5a622f (diff)
downloadmeta-ti-22f32bf1597167dc55cff325ec87e3e11cd3b2c7.tar.gz
linux-ti-staging: update to the latest and add deps for serdes fw
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-ti-staging_4.1.bb7
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
32RDEPENDS_kernel-base_append_k2g-evm = " ti-sci-fw" 32RDEPENDS_kernel-base_append_k2g-evm = " ti-sci-fw"
33 33
34# Add run-time dependency for SerDes firmware to the rootfs
35RDEPENDS_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.
36KERNEL_DEVICETREE_ti33x = "am335x-evm.dtb am335x-evmsk.dtb am335x-bone.dtb am335x-boneblack.dtb" 39KERNEL_DEVICETREE_ti33x = "am335x-evm.dtb am335x-evmsk.dtb am335x-bone.dtb am335x-boneblack.dtb"
@@ -57,11 +60,11 @@ S = "${WORKDIR}/git"
57 60
58BRANCH = "ti-lsk-linux-4.1.y" 61BRANCH = "ti-lsk-linux-4.1.y"
59 62
60SRCREV = "f0f52afb60f57f31c099dc849c6757fea5664e89" 63SRCREV = "0f37ee50e2b263eb5941d91ef6da7d4ca51f7488"
61PV = "4.1.13+git${SRCPV}" 64PV = "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
64MACHINE_KERNEL_PR_append = "d" 67MACHINE_KERNEL_PR_append = "e"
65PR = "${MACHINE_KERNEL_PR}" 68PR = "${MACHINE_KERNEL_PR}"
66 69
67KERNEL_CONFIG_DIR = "${S}/ti_config_fragments" 70KERNEL_CONFIG_DIR = "${S}/ti_config_fragments"