summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChase Maupin <Chase.Maupin@ti.com>2013-06-03 17:11:46 -0500
committerDenys Dmytriyenko <denys@ti.com>2013-06-04 16:34:03 -0400
commite47e400d07bc1080eac10eb8a98a067b1fc4a8d1 (patch)
treebe53251787d7c630c236dc72f8414a1e62ca2f39
parent3e1ab248af2417e0654197c31775bde6652b1bd4 (diff)
downloadmeta-ti-e47e400d07bc1080eac10eb8a98a067b1fc4a8d1.tar.gz
libdrm: Add support for dra7xx-evm
* Change the COMPATIBLE_MACHINE setting to use omap-a15 so that the dra7xx-evm machine type is also included. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-graphics/drm/libdrm_2.4.39.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/drm/libdrm_2.4.39.bbappend b/recipes-graphics/drm/libdrm_2.4.39.bbappend
index d0c1a77d..76c7a847 100644
--- a/recipes-graphics/drm/libdrm_2.4.39.bbappend
+++ b/recipes-graphics/drm/libdrm_2.4.39.bbappend
@@ -1,3 +1,3 @@
1COMPATIBLE_MACHINE = "omap4|omap5" 1COMPATIBLE_MACHINE = "omap4|omap-a15"
2 2
3EXTRA_OECONF += "--enable-omap-experimental-api" 3EXTRA_OECONF += "--enable-omap-experimental-api"