summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2016-09-09 23:44:27 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-09-12 18:18:10 -0400
commit81e08ffacce5adf88a48e6b232d26b9c481796fc (patch)
treedc7b4908ff686fc92206d9c7baa14854164bfd6e
parentd5a5dcfe7c3de8b7862a2ce6e74da0ba3fd17362 (diff)
downloadmeta-ti-81e08ffacce5adf88a48e6b232d26b9c481796fc.tar.gz
linux-ti-staging: add QMSS PDSP FW dependency for Keystone
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-kernel/linux/linux-ti-staging_4.4.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-ti-staging_4.4.bb b/recipes-kernel/linux/linux-ti-staging_4.4.bb
index 4c4a8e53..157bc6b2 100644
--- a/recipes-kernel/linux/linux-ti-staging_4.4.bb
+++ b/recipes-kernel/linux/linux-ti-staging_4.4.bb
@@ -34,6 +34,9 @@ RDEPENDS_kernel-base_append_k2g-evm = " ti-sci-fw"
34# Add run-time dependency for SerDes firmware to the rootfs 34# Add run-time dependency for SerDes firmware to the rootfs
35RDEPENDS_kernel-base_append_keystone = " serdes-fw" 35RDEPENDS_kernel-base_append_keystone = " serdes-fw"
36 36
37# Add run-time dependency for QMSS PDSP firmware to the rootfs
38RDEPENDS_kernel-base_append_keystone = " qmss-pdsp-fw"
39
37# Add run-time dependency for NETCP PA firmware to the rootfs 40# Add run-time dependency for NETCP PA firmware to the rootfs
38RDEPENDS_kernel-base_append_k2hk-evm = " netcp-pa-fw" 41RDEPENDS_kernel-base_append_k2hk-evm = " netcp-pa-fw"
39RDEPENDS_kernel-base_append_k2e-evm = " netcp-pa-fw" 42RDEPENDS_kernel-base_append_k2e-evm = " netcp-pa-fw"
@@ -77,7 +80,7 @@ SRCREV = "20272d4fd5fd81c551d8a31a3daddc18923b71bb"
77PV = "4.4.19+git${SRCPV}" 80PV = "4.4.19+git${SRCPV}"
78 81
79# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild 82# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
80MACHINE_KERNEL_PR_append = "b" 83MACHINE_KERNEL_PR_append = "c"
81PR = "${MACHINE_KERNEL_PR}" 84PR = "${MACHINE_KERNEL_PR}"
82 85
83KERNEL_GIT_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git" 86KERNEL_GIT_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git"