From c0de04584082d127643389bf529a60335c3bb52b Mon Sep 17 00:00:00 2001 From: Chase Maupin Date: Mon, 13 Jan 2014 17:33:05 -0600 Subject: 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 Signed-off-by: Denys Dmytriyenko --- recipes-bsp/ti/vpe-vpdma_git.bb | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 recipes-bsp/ti/vpe-vpdma_git.bb 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 @@ +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" -- cgit v1.2.3-54-g00ecf