From 9a1bf8e292dffa929cf0f25b5a317b7985a99594 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Wed, 25 Jun 2008 17:08:15 +0000 Subject: frameworkd git specify modem type in configuration --- packages/freesmartphone/frameworkd/frameworkd.conf | 1 + packages/freesmartphone/frameworkd/om-gta02/frameworkd.conf | 11 +++++++++-- packages/freesmartphone/frameworkd_git.bb | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) (limited to 'packages') diff --git a/packages/freesmartphone/frameworkd/frameworkd.conf b/packages/freesmartphone/frameworkd/frameworkd.conf index e69de29bb2..8b13789179 100644 --- a/packages/freesmartphone/frameworkd/frameworkd.conf +++ b/packages/freesmartphone/frameworkd/frameworkd.conf @@ -0,0 +1 @@ + diff --git a/packages/freesmartphone/frameworkd/om-gta02/frameworkd.conf b/packages/freesmartphone/frameworkd/om-gta02/frameworkd.conf index 0076639f98..b38425129f 100644 --- a/packages/freesmartphone/frameworkd/om-gta02/frameworkd.conf +++ b/packages/freesmartphone/frameworkd/om-gta02/frameworkd.conf @@ -1,8 +1,15 @@ [idlenotifier] -# don't read from accellerometers for now +# don't read from accellerometers for GTA02 ignoreinput=2,3 [input] -# don't read from accellerometers for now +# don't read from accellerometers for GTA02 ignoreinput=2,3 +[ophoned] +# GTA02 has TI Calypso +modemtype = ti_calypso + +[opreferencesd] +rootdir = +../etc/freesmartphone/opreferences:/etc/freesmartphone/opreferences:/usr/etc/freesmartphone/opreferences diff --git a/packages/freesmartphone/frameworkd_git.bb b/packages/freesmartphone/frameworkd_git.bb index 53ea10f0fb..4d3e498f9e 100644 --- a/packages/freesmartphone/frameworkd_git.bb +++ b/packages/freesmartphone/frameworkd_git.bb @@ -5,7 +5,7 @@ SECTION = "console/network" DEPENDS = "python-cython-native python-pyrex-native" LICENSE = "GPL" PV = "0.8.0+gitr${SRCREV}" -PR = "r0" +PR = "r1" inherit distutils update-rc.d -- cgit v1.2.3 From 30b3ba09fd0a5368068da24c2b4c961e0f3bc770 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 25 Jun 2008 17:27:25 +0000 Subject: linux-omap2 git: bump to 2.6.26-rc8 --- packages/linux/linux-omap2_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages') diff --git a/packages/linux/linux-omap2_git.bb b/packages/linux/linux-omap2_git.bb index 29cfb35bdb..3147ef46a7 100644 --- a/packages/linux/linux-omap2_git.bb +++ b/packages/linux/linux-omap2_git.bb @@ -2,9 +2,9 @@ require linux-omap.inc FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/linux-omap2-git/${MACHINE}" -SRCREV = "6604ac6c8a14d583a463159f3a1601427dab7e05" +SRCREV = "af933cd32a5e14f119a4acb4fe20055f6f8ab1aa" -PV = "2.6.25+2.6.26-rc7+${PR}+git${SRCREV}" +PV = "2.6.25+2.6.26-rc8+${PR}+git${SRCREV}" PR = "r30" -- cgit v1.2.3