[oe-commits] Marco Cavallini : Modified conf/distro/kaeilos.conf

GIT User account git at amethyst.openembedded.net
Wed May 13 14:59:37 UTC 2009


Module: openembedded.git
Branch: stable/2009
Commit: bd4137e5a05ce54ef12123467a61c81ec91dd226
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=bd4137e5a05ce54ef12123467a61c81ec91dd226

Author: Marco Cavallini <koansoftware at gmail.com>
Date:   Tue May 12 09:43:56 2009 +0000

Modified conf/distro/kaeilos.conf
 * added IPKG_VARIANT so postinst script can run
 * added Prefer bluez4

Signed-off-by: Marco Cavallini <m.cavallini at koansoftware.com>
Acked-by: Marcin Juszkiewicz <marcin at juszkiewicz.com.pl>

---

 conf/distro/kaeilos.conf |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

diff --git a/conf/distro/kaeilos.conf b/conf/distro/kaeilos.conf
index a65bbff..36cdc0f 100644
--- a/conf/distro/kaeilos.conf
+++ b/conf/distro/kaeilos.conf
@@ -7,7 +7,7 @@
 
 #DISTRO_VERSION = "2008.1"
 DISTRO_VERSION = "2008.1-test-${DATE}"
-DISTRO_REVISION = "1"
+DISTRO_REVISION = "2"
 DISTRO_PR = ".1"
 
 #build staging from packages
@@ -162,8 +162,20 @@ PREFERRED_PROVIDER_task-bootstrap = "task-bootstrap"
 
 require conf/distro/include/kaeilos.inc
 
+# If we're using an .ipk based rootfs, we want to have opkg-nogpg installed so postinst script can run
+# We also take this opportunity to inject angstrom-version and the feed configs into the rootfs
+IPKG_VARIANT = "opkg-nogpg angstrom-version ${ANGSTROM_FEED_CONFIGS}"
+
 # do some task-base stuff here
 
+# Prefer bluez4, it's needed for things like connman. Bluez4 is also largely backward compatible with
+# bluez 3.x
+DISTRO_BLUETOOTH_MANAGER = "\
+	blueprobe \
+	bluez4 \
+   "
+
+
 # We want to ship extra debug utils in the rootfs when doing a debug build 
 DEBUG_APPS ?= ""
 DEBUG_APPS += '${@base_conditional("DISTRO_TYPE", "release", "", "strace procps",d)}'





More information about the Openembedded-commits mailing list