diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2014-10-06 14:09:47 +0200 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2014-10-06 14:11:29 +0200 |
commit | 55134d82c4bc0cef4926ca035c7fd6a6abfc499d (patch) | |
tree | 0925e2bf8e94a84ae321c01a9ffc2dff00650f65 /conf/machine/colibri-t20.conf | |
parent | 4d9bb9d9be5984459454c67f4ef7cf585370f9f3 (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/machine/colibri-t20.conf')
-rw-r--r-- | conf/machine/colibri-t20.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/colibri-t20.conf b/conf/machine/colibri-t20.conf index 70737bd..308356e 100644 --- a/conf/machine/colibri-t20.conf +++ b/conf/machine/colibri-t20.conf @@ -35,6 +35,9 @@ PREFERRED_PROVIDER_virtual/egl = "trdx-nv-binaries" PREFERRED_PROVIDER_virtual/libgles1 = "trdx-nv-binaries" PREFERRED_PROVIDER_virtual/libgles2 = "trdx-nv-binaries" +# don't pull in systemd 216 backported into meta-angstrom +PREFERRED_VERSION_systemd = "211%" + MACHINE_FEATURES = "screen usbgadget usbhost vfat ext2 alsa touchscreen wifi bluetooth 3g" EXTRA_IMAGEDEPENDS += "u-boot" |