From a34da2844bd5e5feb43cc8761761a2e667a76918 Mon Sep 17 00:00:00 2001 From: Daniel Drake Date: Tue, 06 Nov 2012 15:33:59 +0000 Subject: Add bluetooth module, enable on XO-4 For XO-4 production, a method to run a simple bluetooth test is needed. Add the bluez package so that it can be tested from the command line. This does bring in an irritating collection of desktop packages and depdendencies too, which we're not really supporting just yet. --- diff --git a/examples/f18-xo4.ini b/examples/f18-xo4.ini index 62fc8f6..09c8f82 100644 --- a/examples/f18-xo4.ini +++ b/examples/f18-xo4.ini @@ -26,6 +26,8 @@ add_excludes_to=fedora,fedora-updates,fedora-updates-testing [osk] +[bluetooth] + [x11] [gnome] diff --git a/examples/olpc-os-13.1.0-xo4.ini b/examples/olpc-os-13.1.0-xo4.ini index 705520c..1fd5c96 100644 --- a/examples/olpc-os-13.1.0-xo4.ini +++ b/examples/olpc-os-13.1.0-xo4.ini @@ -26,6 +26,8 @@ add_excludes_to=fedora,fedora-updates,fedora-updates-testing [osk] +[bluetooth] + [x11] [gnome] diff --git a/modules/bluetooth/README b/modules/bluetooth/README new file mode 100644 index 0000000..1744182 --- /dev/null +++ b/modules/bluetooth/README @@ -0,0 +1,5 @@ +This module aims to add bluetooth support to the software build. + +At the time of writing, this functionality is limited and only really aimed +to satisfy production requirements (being able to do a basic bluetooth test +from the command line) at the XO factory. diff --git a/modules/bluetooth/kspkglist.50.bluetooth.inc b/modules/bluetooth/kspkglist.50.bluetooth.inc new file mode 100644 index 0000000..3b355e6 --- /dev/null +++ b/modules/bluetooth/kspkglist.50.bluetooth.inc @@ -0,0 +1 @@ +bluez -- cgit v0.9.1