[oe-commits] Michael 'Mickey' Lauer : fso-image.inc: remove unconditional autostart of bluetooth, avahi, connman. FSO uses dbus system activation for that

git version control git at git.openembedded.org
Wed Mar 17 11:54:30 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: b32478bf383fe396185f7b235331da4843a333e7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b32478bf383fe396185f7b235331da4843a333e7

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Wed Mar 17 12:58:24 2010 +0100

fso-image.inc: remove unconditional autostart of bluetooth, avahi, connman. FSO uses dbus system activation for that

---

 recipes/images/fso-image.inc |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/recipes/images/fso-image.inc b/recipes/images/fso-image.inc
index 6c381a0..88fc167 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





More information about the Openembedded-commits mailing list