pandora-skel: Update .xinitrc
authorDavid-John Willis <John.Willis@Distant-earth.com>
Sat, 13 Feb 2010 22:02:55 +0000 (22:02 +0000)
committerDavid-John Willis <John.Willis@Distant-earth.com>
Sat, 13 Feb 2010 22:02:55 +0000 (22:02 +0000)
recipes/pandora-system/pandora-skel.bb
recipes/pandora-system/pandora-skel/.xinitrc

index 05c8b6f..b9be30c 100644 (file)
@@ -5,7 +5,7 @@ COMPATIBLE_MACHINE = "omap3-pandora"
 # /etc/skel is used by Shadow's useradd so you really have that installed for this to make sense ;)
 RDEPENDS = "shadow"
 
-PR = "r5"
+PR = "r6"
 
 SRC_URI = " \
   file://.xinitrc \     
index 4a8e80f..9a71928 100644 (file)
@@ -39,7 +39,11 @@ if [ -d /etc/X11/Xsession.d ]; then
 fi
 
 # HUP pndnotifyd to make sure it picks up the users home.
-kill -1 pndnotifyd 
+kill -1 pndnotifyd &
+
+
+# Bring up the Bluetooth hardware. No point starting it before login.
+/usr/pandora/scripts/op_bluetooth.sh &
 
 # The following variable defines the session which is started if the user
 # doesn't explicitely select a session in SLiM.