mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-01-12 01:20:20 +00:00
Legacy platforms AM3/4/5/J6 build components for multimedia acceleration and other DSP showcasing using SYS/BIOS, XDC, XDAIS, CodeGen Tools and different DSP libraries. Move all of them to meta-ti-extras. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
19 lines
510 B
BlitzBasic
19 lines
510 B
BlitzBasic
SUMMARY = "Library for remotely invoking HW accelerated codecs on IVA-HD"
|
|
LICENSE = "BSD"
|
|
LIC_FILES_CHKSUM = "file://libdce.h;beginline=1;endline=31;md5=0a398cf815b8b5f31f552266cd453dae"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
DEPENDS = "libdrm ti-ipc"
|
|
|
|
SRC_URI = "git://git.omapzoom.org/repo/libdce.git;protocol=git"
|
|
SRCREV = "f72096090e3063e85ea77cae66b2d99a48d91727"
|
|
|
|
PR = "r1"
|
|
|
|
S = "${WORKDIR}/git"
|
|
EXTRA_OECONF += "IPC_HEADERS=${STAGING_INCDIR}/ti/ipc/mm"
|
|
|
|
COMPATIBLE_HOST ?= "null"
|
|
COMPATIBLE_HOST:ti-soc = "(.*)"
|