diff options
Diffstat (limited to 'conf/machine/colibri-vf.conf')
-rw-r--r-- | conf/machine/colibri-vf.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/colibri-vf.conf b/conf/machine/colibri-vf.conf index d7299a9..dd62253 100644 --- a/conf/machine/colibri-vf.conf +++ b/conf/machine/colibri-vf.conf @@ -33,6 +33,9 @@ IMAGE_FSTYPES ?= "tar.bz2 ext3 sdcard" SERIAL_CONSOLE = "115200 ttymxc0" +# 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" |