All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marco Cavallini <koansoftware@gmail.com>
To: Openembedded-devel@lists.openembedded.org
Subject: [PATCH][STABLE] Modified conf/distro/kaeilos.conf
Date: Tue, 12 May 2009 21:43:56 +0200	[thread overview]
Message-ID: <4A09D17C.8000204@gmail.com> (raw)

[-- 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


             reply	other threads:[~2009-05-12 19:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-12 19:43 Marco Cavallini [this message]
2009-05-13  8:58 ` [PATCH][STABLE] Modified conf/distro/kaeilos.conf Marcin Juszkiewicz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4A09D17C.8000204@gmail.com \
    --to=koansoftware@gmail.com \
    --cc=Openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.