summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorNikhil Devshatwar <nikhil.nd@ti.com>2015-01-22 20:06:16 +0000
committerDenys Dmytriyenko <denys@ti.com>2015-01-27 19:39:20 -0500
commit7cddc2a6d92d14164916d6cf303f4bdb38f47b4a (patch)
treee39b9ade886122fed854b33428e4b314fa1d0a69 /recipes-kernel
parent82da11cf23abe9a1eac62a706549a9f0bd70dcf4 (diff)
downloadmeta-ti-7cddc2a6d92d14164916d6cf303f4bdb38f47b4a.tar.gz
vpdma-fw: Separate vpdma-fw and vpe-tests recipe
VPDMA firmware is published publicly as IPUMM firmware. This patch creates a separate recipe for VPDMA firmware. Also, it updates the package names in kernel dependencies. The vpe-tests is an independent recipe which can be included in the packagegroup if required. Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-ti-staging_3.12.bb2
-rw-r--r--recipes-kernel/linux/linux-ti-staging_3.14.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-ti-staging_3.12.bb b/recipes-kernel/linux/linux-ti-staging_3.12.bb
index 27a3f356..358bd1be 100644
--- a/recipes-kernel/linux/linux-ti-staging_3.12.bb
+++ b/recipes-kernel/linux/linux-ti-staging_3.12.bb
@@ -21,7 +21,7 @@ RDEPENDS_kernel-base_append_ti43x = " am33x-cm3"
21 21
22# Add a run-time dependency for the VPE VPDMA firmware to be installed 22# Add a run-time dependency for the VPE VPDMA firmware to be installed
23# on the target file system. 23# on the target file system.
24RDEPENDS_kernel-base_append_dra7xx = " vpe-vpdma-fw" 24RDEPENDS_kernel-base_append_dra7xx = " vpdma-fw"
25 25
26# Default is to package all dtb files for ti33x devices unless building 26# Default is to package all dtb files for ti33x devices unless building
27# for the specific beaglebone machine. 27# for the specific beaglebone machine.
diff --git a/recipes-kernel/linux/linux-ti-staging_3.14.bb b/recipes-kernel/linux/linux-ti-staging_3.14.bb
index 2192e3cf..c8cbc93f 100644
--- a/recipes-kernel/linux/linux-ti-staging_3.14.bb
+++ b/recipes-kernel/linux/linux-ti-staging_3.14.bb
@@ -22,7 +22,7 @@ RDEPENDS_kernel-base_append_ti43x = " am33x-cm3"
22 22
23# Add a run-time dependency for the VPE VPDMA firmware to be installed 23# Add a run-time dependency for the VPE VPDMA firmware to be installed
24# on the target file system. 24# on the target file system.
25RDEPENDS_kernel-base_append_dra7xx = " vpe-vpdma-fw" 25RDEPENDS_kernel-base_append_dra7xx = " vpdma-fw"
26 26
27# Default is to package all dtb files for ti33x devices unless building 27# Default is to package all dtb files for ti33x devices unless building
28# for the specific beaglebone machine. 28# for the specific beaglebone machine.