diff options
author | Gou, Hongmei <h-gou@ti.com> | 2015-08-28 09:16:09 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2015-08-28 20:03:59 -0400 |
commit | 62fe901541cd5ec269bcb962499fde040146e414 (patch) | |
tree | 1a81d8568a615150fc39d8d54917fd40759eda85 /recipes-graphics | |
parent | 483a8ce22c6c120272f6eeffb4ea7e07aca1bda1 (diff) | |
download | meta-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.bb | 4 |
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 | ||
3 | FILESEXTRAPATHS_append := ":${COREBASE}/meta/recipes-graphics/drm/libdrm" | 3 | FILESEXTRAPATHS_append := ":${COREBASE}/meta/recipes-graphics/drm/libdrm" |
4 | 4 | ||
5 | COMPATIBLE_MACHINE = "omap-a15" | 5 | COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15" |
6 | 6 | ||
7 | DEFAULT_PREFERENCE = "-1" | 7 | DEFAULT_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 | ||
18 | PR = "${INC_PR}.1" | 18 | PR = "${INC_PR}.2" |
19 | 19 | ||
20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |