diff options
| author | Chase Maupin <Chase.Maupin@ti.com> | 2014-01-13 17:33:05 -0600 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2014-01-14 15:29:30 -0500 |
| commit | 5253225aaa53f935efe72f5701ccc504a42b957d (patch) | |
| tree | 4edbd41000e44dd09058c51c3b16a7da4f49767c | |
| parent | 85c35541100affcdc47bb72619a59ce1c0d0ef85 (diff) | |
| download | meta-ti-5253225aaa53f935efe72f5701ccc504a42b957d.tar.gz | |
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@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
| -rw-r--r-- | 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 00000000..d5067915 --- /dev/null +++ b/recipes-bsp/ti/vpe-vpdma_git.bb | |||
| @@ -0,0 +1,29 @@ | |||
| 1 | DESCRIPTION = "VPE VPDMA firmware and test program" | ||
| 2 | |||
| 3 | DEPENDS += "virtual/kernel" | ||
| 4 | |||
| 5 | LICENSE = "BSD" | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=74d2f71d8898c54e3d1c9d0058c484aa" | ||
| 7 | |||
| 8 | COMPATIBLE_MACHINE = "dra7xx-evm" | ||
| 9 | |||
| 10 | PV = "1b8" | ||
| 11 | PR = "r0" | ||
| 12 | |||
| 13 | SRCREV = "24a5487ec13bf560f0e7fb24a9d4747f9f358be2" | ||
| 14 | BRANCH ?= "master" | ||
| 15 | |||
| 16 | SRC_URI = "git://git.ti.com/vpe_tests/vpe_tests.git;protocol=git;branch=${BRANCH}" | ||
| 17 | |||
| 18 | S = "${WORKDIR}/git" | ||
| 19 | |||
| 20 | # The test application needs additional include headers from the kernel | ||
| 21 | EXTRA_OEMAKE = 'KDIR="${STAGING_KERNEL_DIR}/include/uapi -I${STAGING_KERNEL_DIR}/include"' | ||
| 22 | |||
| 23 | do_install() { | ||
| 24 | oe_runmake DESTDIR="${D}" install | ||
| 25 | } | ||
| 26 | |||
| 27 | # Separate the firmware into it's own package. | ||
| 28 | PACKAGES =+ "${PN}-fw" | ||
| 29 | FILES_${PN}-fw += "${base_libdir}/firmware" | ||
