summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorGou, Hongmei <h-gou@ti.com>2015-08-28 09:16:09 +0000
committerDenys Dmytriyenko <denys@ti.com>2015-08-28 20:03:59 -0400
commit62fe901541cd5ec269bcb962499fde040146e414 (patch)
tree1a81d8568a615150fc39d8d54917fd40759eda85 /recipes-graphics
parent483a8ce22c6c120272f6eeffb4ea7e07aca1bda1 (diff)
downloadmeta-ti-62fe901541cd5ec269bcb962499fde040146e414.tar.gz
libdrm: add ti33x and ti43x to COMPATIBLE_MACHINE
Signed-off-by: Hongmei Gou <h-gou@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.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-graphics/drm/libdrm_2.4.41.bb b/recipes-graphics/drm/libdrm_2.4.41.bb
index 01506327..dc1fbe12 100644
--- a/recipes-graphics/drm/libdrm_2.4.41.bb
+++ b/recipes-graphics/drm/libdrm_2.4.41.bb
@@ -2,7 +2,7 @@ require recipes-graphics/drm/libdrm.inc
2 2
3FILESEXTRAPATHS_append := ":${COREBASE}/meta/recipes-graphics/drm/libdrm" 3FILESEXTRAPATHS_append := ":${COREBASE}/meta/recipes-graphics/drm/libdrm"
4 4
5COMPATIBLE_MACHINE = "omap-a15" 5COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15"
6 6
7DEFAULT_PREFERENCE = "-1" 7DEFAULT_PREFERENCE = "-1"
8 8
@@ -15,6 +15,6 @@ SRC_URI += "file://installtests-ti.patch \
15 file://GNU_SOURCE_definition.patch \ 15 file://GNU_SOURCE_definition.patch \
16 " 16 "
17 17
18PR = "${INC_PR}.1" 18PR = "${INC_PR}.2"
19 19
20S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"