diff options
author | Samuli Piippo <samuli.piippo@digia.com> | 2014-06-12 15:38:46 +0300 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@digia.com> | 2014-06-17 13:17:12 +0300 |
commit | d768de192ef6d055f59cc512e6ff478305cf55f2 (patch) | |
tree | ff4235a87205879f82ab5570e0f8da6733f0abf5 /conf/distro/include | |
parent | 030847c63a11c71b427c83efcd57c5aeca2ac9f7 (diff) | |
download | meta-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>
Diffstat (limited to 'conf/distro/include')
-rw-r--r-- | conf/distro/include/imx6qsabresd.conf | 2 | ||||
-rw-r--r-- | conf/distro/include/nitrogen6x.conf | 2 |
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 | " |
32 | BOOTFS_DEPENDS = "u-boot:do_deploy" | 32 | BOOTFS_DEPENDS = "u-boot:do_deploy" |
33 | 33 | ||
34 | PREFERRED_VERSION_gpu-viv-bin-mx6q = "3.10.17-1.0.0-hfp" | ||
35 | |||
34 | MACHINE_EXTRA_INSTALL = "\ | 36 | MACHINE_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 | ||
35 | EXTRA_IMAGEDEPENDS += "u-boot-script-boundary" | 35 | EXTRA_IMAGEDEPENDS += "u-boot-script-boundary" |
36 | 36 | ||
37 | PREFERRED_VERSION_linux-boundary = "3.10.17" | 37 | PREFERRED_VERSION_gpu-viv-bin-mx6q = "3.10.17-1.0.0-hfp" |
38 | 38 | ||
39 | MACHINE_EXTRA_INSTALL = "\ | 39 | MACHINE_EXTRA_INSTALL = "\ |
40 | libgal-mx6 \ | 40 | libgal-mx6 \ |