All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][STABLE] Modified conf/distro/kaeilos.conf
@ 2009-05-12 19:43 Marco Cavallini
  2009-05-13  8:58 ` Marcin Juszkiewicz
  0 siblings, 1 reply; 2+ messages in thread
From: Marco Cavallini @ 2009-05-12 19:43 UTC (permalink / raw)
  To: Openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 14 bytes --]


--
/marco

[-- Attachment #2: 0001-Modified-conf-distro-kaeilos.conf.patch --]
[-- Type: text/x-diff, Size: 1654 bytes --]

From ca950aa478533aa7ba5ba452a1d6e602cc881d4b Mon Sep 17 00:00:00 2001
From: Marco Cavallini <m.cavallini@koansoftware.com>
Date: Tue, 12 May 2009 21:24:56 +0200
Subject: [PATCH][STABLE] Modified conf/distro/kaeilos.conf
 * added IPKG_VARIANT so postinst script can run
 * added Prefer bluez4


Signed-off-by: Marco Cavallini <m.cavallini@koansoftware.com>
---
 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)}'
-- 
1.5.6.5


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-05-13  9:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-12 19:43 [PATCH][STABLE] Modified conf/distro/kaeilos.conf Marco Cavallini
2009-05-13  8:58 ` Marcin Juszkiewicz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.