summaryrefslogtreecommitdiffstats
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 14:45:32 -0500
commit6493ace69006d8edf2f3d292ad2d1cbefa430bf4 (patch)
tree863adbb752586d309654d8e7c7ea10995cef32e5
parentc0de04584082d127643389bf529a60335c3bb52b (diff)
downloadmeta-ti-6493ace69006d8edf2f3d292ad2d1cbefa430bf4.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>
-rw-r--r--conf/machine/include/omap-a15.inc2
-rw-r--r--recipes-kernel/linux/linux-ti-staging_3.12.bb4
2 files changed, 5 insertions, 1 deletions
diff --git a/conf/machine/include/omap-a15.inc b/conf/machine/include/omap-a15.inc
index 308b2e40..b0a0e746 100644
--- a/conf/machine/include/omap-a15.inc
+++ b/conf/machine/include/omap-a15.inc
@@ -4,7 +4,7 @@ require conf/machine/include/soc-family.inc
4require conf/machine/include/tune-cortexa15.inc 4require conf/machine/include/tune-cortexa15.inc
5 5
6# Increase this everytime you change something in the kernel 6# Increase this everytime you change something in the kernel
7MACHINE_KERNEL_PR = "r2" 7MACHINE_KERNEL_PR = "r3"
8 8
9PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging" 9PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging"
10PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging" 10PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging"
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"