[meta-ti] [PATCH 1/3] vpe-vpdma: Package for VPE DMA FW and test app
Denys Dmytriyenko
denys at ti.com
Wed Jan 15 12:50:07 PST 2014
On Mon, Jan 13, 2014 at 05:33:05PM -0600, Chase Maupin wrote:
> * This recipe will create the firmware and test application
> packages.
>
> Signed-off-by: Chase Maupin <Chase.Maupin at ti.com>
> ---
> recipes-bsp/ti/vpe-vpdma_git.bb | 29 +++++++++++++++++++++++++++++
> 1 files changed, 29 insertions(+), 0 deletions(-)
> 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 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"
The repo seems to have been rebased and this commit is nowhere to be found,
resulting in breakage...
> +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"
> --
> 1.7.0.4
>
> _______________________________________________
> meta-ti mailing list
> meta-ti at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
>
More information about the meta-ti
mailing list