From: Koen Kooi Date: Tue, 31 Mar 2009 12:50:00 +0000 (+0200) Subject: angstrom 2009.X: switch to bluez4 X-Git-Tag: Release-2010-05/1~3701^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9436bc577a4e7c26e7b2066a23b26697cd0f3e5;p=openembedded.git angstrom 2009.X: switch to bluez4 --- diff --git a/conf/distro/angstrom-2008.1.conf b/conf/distro/angstrom-2008.1.conf index cde01e155f..57048d66a5 100644 --- a/conf/distro/angstrom-2008.1.conf +++ b/conf/distro/angstrom-2008.1.conf @@ -188,6 +188,13 @@ 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)}' diff --git a/recipes/tasks/task-base.bb b/recipes/tasks/task-base.bb index c60ae4ff0b..4003359dd1 100644 --- a/recipes/tasks/task-base.bb +++ b/recipes/tasks/task-base.bb @@ -1,5 +1,5 @@ DESCRIPTION = "Merge machine and distro options to create a basic machine task/package" -PR = "r79" +PR = "r80" inherit task