mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-16 14:27:48 +00:00
561b40ddf9
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
30 lines
774 B
BlitzBasic
30 lines
774 B
BlitzBasic
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 = "r1"
|
|
|
|
SRCREV = "e3d8db1aa935775f9d196ad7428e0cd9864a36ca"
|
|
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 = 'CROSS_COMPILE="${TARGET_PREFIX}" 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"
|