diff options
author | Siddharth Heroor <heroor@ti.com> | 2013-06-30 15:24:06 +0530 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2013-07-01 00:55:01 -0400 |
commit | 2144ae369a1554064809c1a432784e8c44705a9e (patch) | |
tree | 9b8c8dfbdb59f75575ff3ff4e9b2442b99c8e14d /recipes-graphics | |
parent | 8ba1f546654283cea983ee61c29dc95b5c71aacf (diff) | |
download | meta-ti-2144ae369a1554064809c1a432784e8c44705a9e.tar.gz |
libdrm: Add GLSDK specific staging tree for omap-a15
* Override SRC_URI to use TI's tree at https://git.ti.com/glsdk/libdrm
This tree includes patches on top of the upstream libdrm for
omap5 and dra7xx class of devices.
v2 :
* Change PR to "${INC_PR}.0" instead of using the SRCREV as per comments
received in v1.
* Add missing configure options to get Kernel Mode Setting (KMS) as
well. This was missing in the original patch.
Signed-off-by: Mrinmayee Hingolikar <mrinmayee@ti.com>
Signed-off-by: Siddharth Heroor <heroor@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/drm/libdrm_2.4.41.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes-graphics/drm/libdrm_2.4.41.bb b/recipes-graphics/drm/libdrm_2.4.41.bb new file mode 100644 index 00000000..1d89401d --- /dev/null +++ b/recipes-graphics/drm/libdrm_2.4.41.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | require recipes-graphics/drm/libdrm.inc | ||
2 | |||
3 | COMPATIBLE_MACHINE = "omap-a15" | ||
4 | |||
5 | DEFAULT_PREFERENCE = "-1" | ||
6 | |||
7 | EXTRA_OECONF += "--enable-omap-experimental-api --enable-kms" | ||
8 | |||
9 | SRC_URI = "git://git.ti.com/glsdk/libdrm.git;protocol=git" | ||
10 | SRCREV = "3cb5405084111193cedb8796d259b56560b088f0" | ||
11 | |||
12 | PR = "${INC_PR}.0" | ||
13 | |||
14 | S = "${WORKDIR}/git" | ||