* Update the preferred version of the TI graphics components to the version that will support the later v3.8 kernels as well.
Signed-off-by: Chase Maupin <[email protected]> --- .../conf/distro/include/arago-prefs.inc | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/meta-arago-distro/conf/distro/include/arago-prefs.inc b/meta-arago-distro/conf/distro/include/arago-prefs.inc index d858a52..853844a 100644 --- a/meta-arago-distro/conf/distro/include/arago-prefs.inc +++ b/meta-arago-distro/conf/distro/include/arago-prefs.inc @@ -7,8 +7,10 @@ PREFERRED_VERSION_wpa-supplicant = "2.0-devel-ti" PREFERRED_VERSION_hostap-daemon = "2.0-devel-ti" # Use v4.08.00.01 of the Graphics SDK -PREFERRED_VERSION_omap3-sgx-modules = "4.08.00.01" -PREFERRED_VERSION_libgles-omap3 = "4.08.00.01" +#PREFERRED_VERSION_omap3-sgx-modules = "4.08.00.01" +#PREFERRED_VERSION_libgles-omap3 = "4.08.00.01" +PREFERRED_VERSION_omap3-sgx-modules = "4.09.00.01" +PREFERRED_VERSION_libgles-omap3 = "4.09.00.01" ARAGO_QT_PROVIDER = "${@base_contains('MACHINE_FEATURES','sgx','qt4-embedded-gles','qt4-embedded',d)}" -- 1.7.0.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
