[meta-ti] Chase Maupin : vpe-vpdma: Package for VPE DMA FW and test app

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


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

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

vpe-vpdma: Package for VPE DMA FW and test app

* This recipe will create the firmware and test application
  packages.

Signed-off-by: Chase Maupin <Chase.Maupin at ti.com>
Signed-off-by: Denys Dmytriyenko <denys at ti.com>

---

 recipes-bsp/ti/vpe-vpdma_git.bb |   29 +++++++++++++++++++++++++++++
 1 files changed, 29 insertions(+), 0 deletions(-)

diff --git a/recipes-bsp/ti/vpe-vpdma_git.bb b/recipes-bsp/ti/vpe-vpdma_git.bb
new file mode 100644
index 0000000..d506791
--- /dev/null
+++ b/recipes-bsp/ti/vpe-vpdma_git.bb
@@ -0,0 +1,29 @@
+DESCRIPTION = "VPE VPDMA firmware and test program"
+
+DEPENDS += "virtual/kernel"
+
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://COPYING;md5=74d2f71d8898c54e3d1c9d0058c484aa"
+
+COMPATIBLE_MACHINE = "dra7xx-evm"
+
+PV = "1b8"
+PR = "r0"
+
+SRCREV = "24a5487ec13bf560f0e7fb24a9d4747f9f358be2"
+BRANCH ?= "master"
+
+SRC_URI = "git://git.ti.com/vpe_tests/vpe_tests.git;protocol=git;branch=${BRANCH}"
+
+S = "${WORKDIR}/git"
+
+# The test application needs additional include headers from the kernel
+EXTRA_OEMAKE = 'KDIR="${STAGING_KERNEL_DIR}/include/uapi -I${STAGING_KERNEL_DIR}/include"'
+
+do_install() {
+    oe_runmake DESTDIR="${D}" install
+}
+
+# Separate the firmware into it's own package.
+PACKAGES =+ "${PN}-fw"
+FILES_${PN}-fw += "${base_libdir}/firmware"



More information about the meta-ti mailing list