summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2014-07-19 14:16:08 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2014-08-04 11:12:26 +0200
commit760bc15fc41bf61e6223240911fd76879fed8986 (patch)
tree2d9fefa636c7be480bcd79e49f0a4177fbe5af48 /conf
parent46254739055e5bf6231fab77a88d6cab91735155 (diff)
machine.conf: xserver: make sure to use machine specific
If the package manager finds a version newer than the prefered-version that one gets installed. As we need a specific one for the tegras and for imx6 we change the 'epoch' to something very high.
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/apalis-imx6.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/apalis-imx6.conf b/conf/machine/apalis-imx6.conf
index 10e7fc8..1224cdf 100644
--- a/conf/machine/apalis-imx6.conf
+++ b/conf/machine/apalis-imx6.conf
@@ -13,6 +13,8 @@ PREFERRED_PROVIDER_u-boot = "u-boot-toradex-fsl"
PREFERRED_PROVIDER_virtual/bootloader = "u-boot-toradex-fsl"
PREFERRED_PROVIDER_virtual/kernel = "linux-toradex-fsl"
+PREFERRED_VERSION_xserver-xorg_mx6 = "99:1.14%"
+
# Ensure boot scripts will be available at rootfs time
#do_rootfs[depends] += "u-boot-script-boundary:do_deploy"