diff options
| author | Denys Dmytriyenko <denys@ti.com> | 2016-09-09 23:44:27 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2016-09-12 18:18:10 -0400 |
| commit | 81e08ffacce5adf88a48e6b232d26b9c481796fc (patch) | |
| tree | dc7b4908ff686fc92206d9c7baa14854164bfd6e | |
| parent | d5a5dcfe7c3de8b7862a2ce6e74da0ba3fd17362 (diff) | |
| download | meta-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.bb | 5 |
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 |
| 35 | RDEPENDS_kernel-base_append_keystone = " serdes-fw" | 35 | RDEPENDS_kernel-base_append_keystone = " serdes-fw" |
| 36 | 36 | ||
| 37 | # Add run-time dependency for QMSS PDSP firmware to the rootfs | ||
| 38 | RDEPENDS_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 |
| 38 | RDEPENDS_kernel-base_append_k2hk-evm = " netcp-pa-fw" | 41 | RDEPENDS_kernel-base_append_k2hk-evm = " netcp-pa-fw" |
| 39 | RDEPENDS_kernel-base_append_k2e-evm = " netcp-pa-fw" | 42 | RDEPENDS_kernel-base_append_k2e-evm = " netcp-pa-fw" |
| @@ -77,7 +80,7 @@ SRCREV = "20272d4fd5fd81c551d8a31a3daddc18923b71bb" | |||
| 77 | PV = "4.4.19+git${SRCPV}" | 80 | PV = "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 |
| 80 | MACHINE_KERNEL_PR_append = "b" | 83 | MACHINE_KERNEL_PR_append = "c" |
| 81 | PR = "${MACHINE_KERNEL_PR}" | 84 | PR = "${MACHINE_KERNEL_PR}" |
| 82 | 85 | ||
| 83 | KERNEL_GIT_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git" | 86 | KERNEL_GIT_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git" |
