summaryrefslogtreecommitdiffstats
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:30 -0500
commitddc09eb823def7be6151e279e507fffbc85b3e0f (patch)
treea70bfd2b6023b324deb54a54f05b191093b096f6
parentc5a3170d766cb4ea476171ee72d868242dcb6348 (diff)
downloadmeta-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.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"