summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2014-10-06 14:09:47 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2014-10-06 14:11:29 +0200
commitd6ec4ab58925add53bb1a6b5a8d70cde76d9f88f (patch)
tree390f2a355a9366844c150109a3dd05d87e3b3335 /conf
parentfbfbaca55d0b222c3da042f9412fb11d99a984cd (diff)
systemd: don't pull in systemd 216
meta-angstrom backported systemd 2.16 into daisy. Keep using 2.11 for now.
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/apalis-imx6.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/apalis-imx6.conf b/conf/machine/apalis-imx6.conf
index bdc7a40..d8e9e36 100644
--- a/conf/machine/apalis-imx6.conf
+++ b/conf/machine/apalis-imx6.conf
@@ -16,6 +16,9 @@ KERNEL_DEVICETREE = "imx6q-apalis-eval.dtb"
PREFERRED_VERSION_xserver-xorg_mx6 = "99:1.14%"
+# don't pull in systemd 216 backported into meta-angstrom
+PREFERRED_VERSION_systemd = "211%"
+
# Ensure boot scripts will be available at rootfs time
#do_rootfs[depends] += "u-boot-script-boundary:do_deploy"