summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorChase Maupin <Chase.Maupin@ti.com>2014-01-13 17:33:06 -0600
committerDenys Dmytriyenko <denys@ti.com>2014-01-14 15:29:44 -0500
commitc7df1eec2b9376e8b2eb09b34edcd81cdb4a4e72 (patch)
tree2c9c636a3559bd9732f994294abcf11baa24e63c /recipes-kernel
parent5253225aaa53f935efe72f5701ccc504a42b957d (diff)
downloadmeta-ti-c7df1eec2b9376e8b2eb09b34edcd81cdb4a4e72.tar.gz
linux-ti-staging: Add dependency for VPE firmware
* The VPE firmware should only be added for the dra7xx-evm machine type since that is the device with the VPE IP. Signed-off-by: Chase Maupin <Chase.Maupin@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.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-ti-staging_3.12.bb b/recipes-kernel/linux/linux-ti-staging_3.12.bb
index cb3eabcf..7d5439e9 100644
--- a/recipes-kernel/linux/linux-ti-staging_3.12.bb
+++ b/recipes-kernel/linux/linux-ti-staging_3.12.bb
@@ -16,6 +16,10 @@ RDEPENDS_kernel-base += "kernel-devicetree"
16RDEPENDS_kernel-base_append_ti33x = " am33x-cm3 am33x-cm3-initscript" 16RDEPENDS_kernel-base_append_ti33x = " am33x-cm3 am33x-cm3-initscript"
17RDEPENDS_kernel-base_append_ti43x = " am33x-cm3 am33x-cm3-initscript" 17RDEPENDS_kernel-base_append_ti43x = " am33x-cm3 am33x-cm3-initscript"
18 18
19# Add a run-time dependency for the VPE VPDMA firmware to be installed
20# on the target file system.
21RDEPENDS_kernel-base_append_dra7xx-evm = " vpe-vpdma-fw"
22
19# Default is to package all dtb files for ti33x devices unless building 23# Default is to package all dtb files for ti33x devices unless building
20# for the specific beaglebone machine. 24# for the specific beaglebone machine.
21KERNEL_DEVICETREE_ti33x = "am335x-evm.dtb am335x-evmsk.dtb am335x-bone.dtb am335x-boneblack.dtb" 25KERNEL_DEVICETREE_ti33x = "am335x-evm.dtb am335x-evmsk.dtb am335x-bone.dtb am335x-boneblack.dtb"