summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@digia.com>2014-06-12 15:38:46 +0300
committerSamuli Piippo <samuli.piippo@digia.com>2014-06-17 13:17:12 +0300
commitd768de192ef6d055f59cc512e6ff478305cf55f2 (patch)
treeff4235a87205879f82ab5570e0f8da6733f0abf5
parent030847c63a11c71b427c83efcd57c5aeca2ac9f7 (diff)
downloadmeta-boot2qt-d768de192ef6d055f59cc512e6ff478305cf55f2.tar.gz
imx6: set preferred version for gpu drivers
Including older gpu drivers in b2qt layer, caused it to be used in all machined. Set preferred version to latest for all but apalis that needs to older one. The matching kernel version is set on upstream layer, so no need to specify it here. Change-Id: Ia4ebfbc3b66d481f9e2b5a996d242f853b03a464 Reviewed-by: Andy Nichols <andy.nichols@digia.com>
-rw-r--r--conf/distro/include/imx6qsabresd.conf2
-rw-r--r--conf/distro/include/nitrogen6x.conf2
2 files changed, 3 insertions, 1 deletions
diff --git a/conf/distro/include/imx6qsabresd.conf b/conf/distro/include/imx6qsabresd.conf
index 1298ee4..36d579d 100644
--- a/conf/distro/include/imx6qsabresd.conf
+++ b/conf/distro/include/imx6qsabresd.conf
@@ -31,6 +31,8 @@ BOOTFS_CONTENT = "\
31 " 31 "
32BOOTFS_DEPENDS = "u-boot:do_deploy" 32BOOTFS_DEPENDS = "u-boot:do_deploy"
33 33
34PREFERRED_VERSION_gpu-viv-bin-mx6q = "3.10.17-1.0.0-hfp"
35
34MACHINE_EXTRA_INSTALL = "\ 36MACHINE_EXTRA_INSTALL = "\
35 libgal-mx6 \ 37 libgal-mx6 \
36 libegl-mx6 \ 38 libegl-mx6 \
diff --git a/conf/distro/include/nitrogen6x.conf b/conf/distro/include/nitrogen6x.conf
index 8066936..8b9838e 100644
--- a/conf/distro/include/nitrogen6x.conf
+++ b/conf/distro/include/nitrogen6x.conf
@@ -34,7 +34,7 @@ BOOTFS_DEPENDS = "u-boot:do_deploy virtual/kernel:do_deploy u-boot-script-bounda
34 34
35EXTRA_IMAGEDEPENDS += "u-boot-script-boundary" 35EXTRA_IMAGEDEPENDS += "u-boot-script-boundary"
36 36
37PREFERRED_VERSION_linux-boundary = "3.10.17" 37PREFERRED_VERSION_gpu-viv-bin-mx6q = "3.10.17-1.0.0-hfp"
38 38
39MACHINE_EXTRA_INSTALL = "\ 39MACHINE_EXTRA_INSTALL = "\
40 libgal-mx6 \ 40 libgal-mx6 \