[oe-commits] Chia-I Wu : fastboot: openmoko distro: Customize more.

GIT User account git at amethyst.openembedded.net
Tue Dec 23 13:38:28 UTC 2008


Module: openembedded.git
Branch: john_lee/fastboot-devel
Commit: c167ceb91318572a43262674851fc5b01cdb623a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c167ceb91318572a43262674851fc5b01cdb623a

Author: Chia-I Wu <olv at openmoko.com>
Date:   Tue Nov 18 16:50:36 2008 +0800

fastboot: openmoko distro: Customize more.

Remove avahi.  Use hardcoded packages for bluetooth and usbgadget
support.  Use initscripts-openmoko instead of initscripts.

---

 conf/distro/include/angstrom-2007-for-openmoko.inc |    2 --
 conf/distro/openmoko.conf                          |   13 +++++++++++++
 packages/tasks/task-base.bb                        |    2 +-
 3 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/conf/distro/include/angstrom-2007-for-openmoko.inc b/conf/distro/include/angstrom-2007-for-openmoko.inc
index 34fbc52..5675e75 100644
--- a/conf/distro/include/angstrom-2007-for-openmoko.inc
+++ b/conf/distro/include/angstrom-2007-for-openmoko.inc
@@ -230,8 +230,6 @@ DISTRO_EXTRA_RRECOMMENDS += " \
     kernel-module-vfat \
     kernel-module-ext2 \
     kernel-module-af-packet \
-    avahi-daemon \
-    avahi-autoipd \
     openssh-sftp-server \
     "
 
diff --git a/conf/distro/openmoko.conf b/conf/distro/openmoko.conf
index 7e7aa1d..844bb29 100644
--- a/conf/distro/openmoko.conf
+++ b/conf/distro/openmoko.conf
@@ -30,6 +30,19 @@ DISTRO_FEED_URI ?= "http://downloads.openmoko.org/repository/testing"
 AB_DEPLOY_EXTRA ?= ""
 DEPLOY_DIR_IMAGE = "${DEPLOY_DIR}/images/${MACHINE_ARCH}/${AB_DEPLOY_EXTRA}"
 
+DISTRO_INITSCRIPTS = "initscripts-openmoko"
+
+# We try to minimize the distro features in the default image.
+DISTRO_FEATURES = "wifi ppp alsa ext2 vfat usbhost"
+
+# Some features (bluetooth, usbgadget) include packages we do not like.
+# Pick some of the packages manually.
+DISTRO_EXTRA_RDEPENDS += " \
+    bluez-utils \
+    bluez-utils-compat \
+    kernel-module-g-ether \
+    "
+
 # 2.18 seems to break badly on 64-bit systems
 PREFERRED_VERSION_binutils ?= "2.17.50.0.12"
 PREFERRED_VERSION_binutils-cross ?= "2.17.50.0.12"
diff --git a/packages/tasks/task-base.bb b/packages/tasks/task-base.bb
index c973661..220ae48 100644
--- a/packages/tasks/task-base.bb
+++ b/packages/tasks/task-base.bb
@@ -1,5 +1,5 @@
 DESCRIPTION = "Merge machine and distro options to create a basic machine task/package"
-PR = "r75"
+PR = "r76"
 
 inherit task
 





More information about the Openembedded-commits mailing list