* Older OMAP3 based devices may be stuck with an older version of the Graphics SDK but all other devices should use the latest and greatest.
Signed-off-by: Franklin S. Cooper Jr <[email protected]> --- .../conf/distro/include/arago-prefs.inc | 10 ++-------- 1 files changed, 2 insertions(+), 8 deletions(-) diff --git a/meta-arago-distro/conf/distro/include/arago-prefs.inc b/meta-arago-distro/conf/distro/include/arago-prefs.inc index f6daeae..d5176fd 100644 --- a/meta-arago-distro/conf/distro/include/arago-prefs.inc +++ b/meta-arago-distro/conf/distro/include/arago-prefs.inc @@ -15,14 +15,8 @@ PREFERRED_VERSION_nativesdk-qt4-tools = "4.8.4" PREFERRED_VERSION_linux-libc-headers = "3.8" # Use v4.09.00.01 of the Graphics SDK -PREFERRED_VERSION_omap3-sgx-modules = "4.09.00.01" -PREFERRED_VERSION_libgles-omap3 = "4.09.00.01" - -# Use v5.00.00.01 of the Graphics SDK -PREFERRED_VERSION_omap3-sgx-modules_ti33x = "5.00.00.01" -PREFERRED_VERSION_omap3-sgx-modules_ti43x = "5.00.00.01" -PREFERRED_VERSION_libgles-omap3_ti43x = "5.00.00.01" -PREFERRED_VERSION_libgles-omap3_ti33x = "5.00.00.01" +PREFERRED_VERSION_omap3-sgx-modules_omap3 = "4.09.00.01" +PREFERRED_VERSION_libgles-omap3_omap3 = "4.09.00.01" PREFERRED_PROVIDER_omap3-sgx-modules = "omap3-sgx-modules" PREFERRED_PROVIDER_libgles-omap3 = "libgles-omap3" -- 1.7.0.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
