From: Michael 'Mickey' Lauer Date: Wed, 17 Mar 2010 11:58:24 +0000 (+0100) Subject: fso-image.inc: remove unconditional autostart of bluetooth, avahi, connman. FSO uses... X-Git-Tag: Release-2010-05/1~340^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b32478bf383fe396185f7b235331da4843a333e7;p=openembedded.git fso-image.inc: remove unconditional autostart of bluetooth, avahi, connman. FSO uses dbus system activation for that --- diff --git a/recipes/images/fso-image.inc b/recipes/images/fso-image.inc index 6c381a054b..88fc1679ab 100644 --- a/recipes/images/fso-image.inc +++ b/recipes/images/fso-image.inc @@ -130,8 +130,11 @@ fso_rootfs_postprocess() { # set sensible default DNS entries echo "nameserver 208.67.222.222" > ./etc/resolv.conf echo "nameserver 208.67.220.220" >> ./etc/resolv.conf - # remove autostart of gspd (if installed), we have fso-gpsd and this conflicts + # remove autostart of certain packages which we rather want to start on demand rm -f ./etc/init.d/gpsd + rm -f ./etc/init.d/*blue* + rm -f ./etc/init.d/*connman* + rm -f ./etc/init.d/*avahi* # silence printk mkdir -p ./etc/profile.d/ echo "echo 0 0 0 0 >/proc/sys/kernel/printk" >./etc/profile.d/printk.sh