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 | c68dc5502d6dec8a9efe47194050e410f1075558 (patch) | |
tree | 927c64d6a9657990e3c2525e528ee2629658406a /conf/machine/apalis-t30.conf | |
parent | f0530a39daa4ebeb8d9b2fd790ce684926599ce7 (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/apalis-t30.conf')
-rw-r--r-- | conf/machine/apalis-t30.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/apalis-t30.conf b/conf/machine/apalis-t30.conf index 169049c..32fc942 100644 --- a/conf/machine/apalis-t30.conf +++ b/conf/machine/apalis-t30.conf @@ -37,6 +37,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 pci " EXTRA_IMAGEDEPENDS += "u-boot" |