[meta-ti] Chase Maupin : linux-ti-staging: Add dependency for VPE firmware

Arago Project git git at arago-project.org
Tue Jan 14 12:42:53 PST 2014


Module: meta-ti
Branch: master
Commit: c7df1eec2b9376e8b2eb09b34edcd81cdb4a4e72
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=c7df1eec2b9376e8b2eb09b34edcd81cdb4a4e72

Author: Chase Maupin <Chase.Maupin at ti.com>
Date:   Mon Jan 13 17:33:06 2014 -0600

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 at ti.com>
Signed-off-by: Denys Dmytriyenko <denys at ti.com>

---

 conf/machine/include/omap-a15.inc             |    2 +-
 recipes-kernel/linux/linux-ti-staging_3.12.bb |    4 ++++
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/conf/machine/include/omap-a15.inc b/conf/machine/include/omap-a15.inc
index 308b2e4..b0a0e74 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
 require conf/machine/include/tune-cortexa15.inc
 
 # Increase this everytime you change something in the kernel
-MACHINE_KERNEL_PR = "r2"
+MACHINE_KERNEL_PR = "r3"
 
 PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging"
 PREFERRED_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 cb3eabc..7d5439e 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"
 RDEPENDS_kernel-base_append_ti33x = " am33x-cm3 am33x-cm3-initscript"
 RDEPENDS_kernel-base_append_ti43x = " am33x-cm3 am33x-cm3-initscript"
 
+# Add a run-time dependency for the VPE VPDMA firmware to be installed
+# on the target file system.
+RDEPENDS_kernel-base_append_dra7xx-evm = " vpe-vpdma-fw"
+
 # Default is to package all dtb files for ti33x devices unless building
 # for the specific beaglebone machine.
 KERNEL_DEVICETREE_ti33x = "am335x-evm.dtb am335x-evmsk.dtb am335x-bone.dtb am335x-boneblack.dtb"



More information about the meta-ti mailing list