[meta-ti] [PATCH 3/3] machine config: Use Graphics SDK 05.00.00.01 by default on AM335x and AM43x

Franklin S. Cooper Jr fcooper at ti.com
Fri Nov 22 08:00:47 PST 2013


* The latest Graphics SDK is required for the 3.12 kernel being used by AM335x
  and AM43x machines.
* Set the preferred version to insure that the proper version of the graphics
  sdk is being used.

Signed-off-by: Franklin S. Cooper Jr <fcooper at ti.com>
---
 conf/machine/include/ti33x.inc |    3 +++
 conf/machine/include/ti43x.inc |    3 +++
 2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/conf/machine/include/ti33x.inc b/conf/machine/include/ti33x.inc
index af340d2..8cdf580 100644
--- a/conf/machine/include/ti33x.inc
+++ b/conf/machine/include/ti33x.inc
@@ -23,6 +23,9 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging"
 PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging"
 PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging"
 
+PREFERRED_VERSION_libgles-omap3 = "5.00.00.01"
+PREFERRED_VERSION_omap3-sgx-modules = "5.00.00.01"
+
 KERNEL_IMAGETYPE = "zImage"
 
 UBOOT_ARCH = "arm"
diff --git a/conf/machine/include/ti43x.inc b/conf/machine/include/ti43x.inc
index d9bfd25..948fd99 100644
--- a/conf/machine/include/ti43x.inc
+++ b/conf/machine/include/ti43x.inc
@@ -23,6 +23,9 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging"
 PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging"
 PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging"
 
+PREFERRED_VERSION_libgles-omap3 = "5.00.00.01"
+PREFERRED_VERSION_omap3-sgx-modules = "5.00.00.01"
+
 KERNEL_IMAGETYPE = "zImage"
 
 UBOOT_ARCH = "arm"
-- 
1.7.0.4



More information about the meta-ti mailing list