mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-16 14:27:48 +00:00
72d4c5d37d
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
21 lines
498 B
BlitzBasic
21 lines
498 B
BlitzBasic
require recipes-graphics/drm/libdrm.inc
|
|
|
|
FILESEXTRAPATHS_append := ":${COREBASE}/meta/recipes-graphics/drm/libdrm"
|
|
|
|
COMPATIBLE_MACHINE = "omap-a15"
|
|
|
|
DEFAULT_PREFERENCE = "-1"
|
|
|
|
EXTRA_OECONF += "--enable-omap-experimental-api --enable-kms"
|
|
|
|
SRC_URI = "git://git.ti.com/glsdk/libdrm.git;protocol=git"
|
|
SRCREV = "3cb5405084111193cedb8796d259b56560b088f0"
|
|
|
|
SRC_URI += "file://installtests-ti.patch \
|
|
file://GNU_SOURCE_definition.patch \
|
|
"
|
|
|
|
PR = "${INC_PR}.1"
|
|
|
|
S = "${WORKDIR}/git"
|