summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2013-12-02 16:12:19 -0500
committerDenys Dmytriyenko <denys@ti.com>2013-12-04 14:52:36 -0500
commite95731b49d36bc055c141fde1f66c13c2938e23d (patch)
tree1c97ec7efb064cca4b2f072c01a46ad8f56f3f9d /recipes-graphics
parentfa822379adc9d912b2ac6f8cb94c2b41f53299d0 (diff)
downloadmeta-ti-e95731b49d36bc055c141fde1f66c13c2938e23d.tar.gz
libgles-omap3, omap3-sgx-modules: swap around DEFAULT_PREFERENCE setting
This way the default for am335x and am437x will be the new 5.00.00.01 Graphics SDK release, that matches the default 3.12 kernel. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Franklin Cooper Jr. <fcooper@ti.com>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/libgles/libgles-omap3_4.05.00.03.bb2
-rw-r--r--recipes-graphics/libgles/libgles-omap3_4.08.00.01.bb2
-rw-r--r--recipes-graphics/libgles/libgles-omap3_4.08.00.02.bb2
-rw-r--r--recipes-graphics/libgles/libgles-omap3_4.09.00.01.bb2
-rw-r--r--recipes-graphics/libgles/libgles-omap3_5.00.00.01.bb2
5 files changed, 2 insertions, 8 deletions
diff --git a/recipes-graphics/libgles/libgles-omap3_4.05.00.03.bb b/recipes-graphics/libgles/libgles-omap3_4.05.00.03.bb
index 7795e2e0..33836fb3 100644
--- a/recipes-graphics/libgles/libgles-omap3_4.05.00.03.bb
+++ b/recipes-graphics/libgles/libgles-omap3_4.05.00.03.bb
@@ -5,6 +5,8 @@ BINLOCATION_ti33x = "${S}/gfx_rel_es8.x"
5 5
6require libgles-omap3.inc 6require libgles-omap3.inc
7 7
8DEFAULT_PREFERENCE_omap3 = "99"
9
8# download required binary distribution from: 10# download required binary distribution from:
9# http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/latest/index_FDS.html 11# http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/latest/index_FDS.html
10# see libgles-omap3.inc for detailed installation instructions 12# see libgles-omap3.inc for detailed installation instructions
diff --git a/recipes-graphics/libgles/libgles-omap3_4.08.00.01.bb b/recipes-graphics/libgles/libgles-omap3_4.08.00.01.bb
index a24da0e5..990b4250 100644
--- a/recipes-graphics/libgles/libgles-omap3_4.08.00.01.bb
+++ b/recipes-graphics/libgles/libgles-omap3_4.08.00.01.bb
@@ -2,8 +2,6 @@ require libgles-omap3.inc
2 2
3LICENSE = "TSPA" 3LICENSE = "TSPA"
4 4
5DEFAULT_PREFERENCE = "-1"
6
7BINLOCATION_omap3 = "${S}/gfx_rel_es3.x" 5BINLOCATION_omap3 = "${S}/gfx_rel_es3.x"
8BINLOCATION_ti816x = "${S}/gfx_rel_es6.x" 6BINLOCATION_ti816x = "${S}/gfx_rel_es6.x"
9BINLOCATION_ti814x = "${S}/gfx_rel_es6.x" 7BINLOCATION_ti814x = "${S}/gfx_rel_es6.x"
diff --git a/recipes-graphics/libgles/libgles-omap3_4.08.00.02.bb b/recipes-graphics/libgles/libgles-omap3_4.08.00.02.bb
index e57ba422..59ef358f 100644
--- a/recipes-graphics/libgles/libgles-omap3_4.08.00.02.bb
+++ b/recipes-graphics/libgles/libgles-omap3_4.08.00.02.bb
@@ -2,8 +2,6 @@ require libgles-omap3.inc
2 2
3LICENSE = "TSPA" 3LICENSE = "TSPA"
4 4
5DEFAULT_PREFERENCE = "-1"
6
7BINLOCATION_omap3 = "${S}/gfx_rel_es3.x" 5BINLOCATION_omap3 = "${S}/gfx_rel_es3.x"
8BINLOCATION_ti816x = "${S}/gfx_rel_es6.x" 6BINLOCATION_ti816x = "${S}/gfx_rel_es6.x"
9BINLOCATION_ti814x = "${S}/gfx_rel_es6.x" 7BINLOCATION_ti814x = "${S}/gfx_rel_es6.x"
diff --git a/recipes-graphics/libgles/libgles-omap3_4.09.00.01.bb b/recipes-graphics/libgles/libgles-omap3_4.09.00.01.bb
index d094b5c9..fec84fda 100644
--- a/recipes-graphics/libgles/libgles-omap3_4.09.00.01.bb
+++ b/recipes-graphics/libgles/libgles-omap3_4.09.00.01.bb
@@ -4,8 +4,6 @@ LICENSE = "TSPA"
4 4
5PR = "${INC_PR}.2" 5PR = "${INC_PR}.2"
6 6
7DEFAULT_PREFERENCE = "-1"
8
9BINLOCATION_omap3 = "${S}/gfx_rel_es3.x" 7BINLOCATION_omap3 = "${S}/gfx_rel_es3.x"
10BINLOCATION_ti816x = "${S}/gfx_rel_es6.x" 8BINLOCATION_ti816x = "${S}/gfx_rel_es6.x"
11BINLOCATION_ti814x = "${S}/gfx_rel_es6.x" 9BINLOCATION_ti814x = "${S}/gfx_rel_es6.x"
diff --git a/recipes-graphics/libgles/libgles-omap3_5.00.00.01.bb b/recipes-graphics/libgles/libgles-omap3_5.00.00.01.bb
index 7af67eb6..e48ec63a 100644
--- a/recipes-graphics/libgles/libgles-omap3_5.00.00.01.bb
+++ b/recipes-graphics/libgles/libgles-omap3_5.00.00.01.bb
@@ -4,8 +4,6 @@ LICENSE = "TSPA"
4 4
5PR = "${INC_PR}.1" 5PR = "${INC_PR}.1"
6 6
7DEFAULT_PREFERENCE = "-1"
8
9BINLOCATION_omap3 = "${S}/gfx_rel_es3.x" 7BINLOCATION_omap3 = "${S}/gfx_rel_es3.x"
10BINLOCATION_ti816x = "${S}/gfx_rel_es6.x" 8BINLOCATION_ti816x = "${S}/gfx_rel_es6.x"
11BINLOCATION_ti814x = "${S}/gfx_rel_es6.x" 9BINLOCATION_ti814x = "${S}/gfx_rel_es6.x"