]> code.ossystems Code Review - openembedded-core.git/log
openembedded-core.git
16 years agopython: Fix -native package staging functions
Richard Purdie [Mon, 25 Aug 2008 22:26:35 +0000 (22:26 +0000)]
python: Fix -native package staging functions

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5104 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agorpm: Tweak patches to remove popt problem
Richard Purdie [Mon, 25 Aug 2008 22:10:51 +0000 (22:10 +0000)]
rpm: Tweak patches to remove popt problem

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5103 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agoMove libtiff to meta from meta-extras
Richard Purdie [Mon, 25 Aug 2008 21:08:16 +0000 (21:08 +0000)]
Move libtiff to meta from meta-extras

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5102 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agoAdd rootfs_rpm.bbclass, a start at image generation from rpms. Its not expected to...
Richard Purdie [Mon, 25 Aug 2008 20:53:13 +0000 (20:53 +0000)]
Add rootfs_rpm.bbclass, a start at image generation from rpms. Its not expected to be entirely functional yet.

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5101 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agopackage_rpm.bbclass: Fix empty package handling, handle package dependency renaming...
Richard Purdie [Mon, 25 Aug 2008 20:50:46 +0000 (20:50 +0000)]
package_rpm.bbclass: Fix empty package handling, handle package dependency renaming by adding a missing function call and expand RPMBUILD before changing the dictonary so local PV/PR changes don't break the WORKDIR variable expansion

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5100 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agolibxml2-native: Enable python extensions
Richard Purdie [Mon, 25 Aug 2008 20:48:45 +0000 (20:48 +0000)]
libxml2-native: Enable python extensions

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5099 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agoAdd yum-native and createrepo
Richard Purdie [Mon, 25 Aug 2008 20:46:02 +0000 (20:46 +0000)]
Add yum-native and createrepo

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5098 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agoAdd python-urlgrabber, python-iniparser, yum-metadata-parser and native varients
Richard Purdie [Mon, 25 Aug 2008 20:44:13 +0000 (20:44 +0000)]
Add python-urlgrabber, python-iniparser, yum-metadata-parser and native varients

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5097 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agofakechroot: Add from OE.dev
Richard Purdie [Mon, 25 Aug 2008 20:42:41 +0000 (20:42 +0000)]
fakechroot: Add from OE.dev

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5096 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agosqlite: Add 3.5.6 and sqlite-native from OE.dev
Richard Purdie [Mon, 25 Aug 2008 20:41:44 +0000 (20:41 +0000)]
sqlite: Add 3.5.6 and sqlite-native from OE.dev

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5095 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agozlib: Upgrade from 1.2.3 to 1.2.3.3 to add 64 bit extensions and improve operation...
Richard Purdie [Mon, 25 Aug 2008 20:39:55 +0000 (20:39 +0000)]
zlib: Upgrade from 1.2.3 to 1.2.3.3 to add 64 bit extensions and improve operation on recent 64 bit platforms

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5094 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agorpm: Enable python extensions and improve cross compiling patches
Richard Purdie [Mon, 25 Aug 2008 20:37:34 +0000 (20:37 +0000)]
rpm: Enable python extensions and improve cross compiling patches

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5093 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agopython: Promote from meta-extras to meta
Richard Purdie [Mon, 25 Aug 2008 20:33:55 +0000 (20:33 +0000)]
python: Promote from meta-extras to meta

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5092 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agopython: Remove empty directories
Richard Purdie [Mon, 25 Aug 2008 20:31:53 +0000 (20:31 +0000)]
python: Remove empty directories

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5091 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agoinsserv: Fix a cross compile issue on i386 machines
Richard Purdie [Mon, 25 Aug 2008 15:05:03 +0000 (15:05 +0000)]
insserv: Fix a cross compile issue on i386 machines

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5090 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agopoky.conf: Exclude libxml-simple-perl from world builds
Richard Purdie [Mon, 25 Aug 2008 13:21:04 +0000 (13:21 +0000)]
poky.conf: Exclude libxml-simple-perl from world builds

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5089 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agoFix up /etc/profile to source files from the right path.
Joshua Lock [Wed, 20 Aug 2008 14:52:12 +0000 (14:52 +0000)]
Fix up /etc/profile to source files from the right path.

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5088 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agoglibc: Disable hwcaps for speed
Richard Purdie [Wed, 20 Aug 2008 11:48:12 +0000 (11:48 +0000)]
glibc: Disable hwcaps for speed

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5087 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agowireless-tools: Drop scripts we don't seem to need
Richard Purdie [Wed, 20 Aug 2008 11:46:02 +0000 (11:46 +0000)]
wireless-tools: Drop scripts we don't seem to need

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5086 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agorpm: Patch out some Makefile strangeness causing build failures
Richard Purdie [Wed, 20 Aug 2008 07:27:38 +0000 (07:27 +0000)]
rpm: Patch out some Makefile strangeness causing build failures

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5085 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agonetworkmanager/matchbox-keyboard: Use exec to run the final programs
Richard Purdie [Tue, 19 Aug 2008 21:53:15 +0000 (21:53 +0000)]
networkmanager/matchbox-keyboard: Use exec to run the final programs

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5084 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agopsplash: Remove pointless cat calls, promote to .sh initscript
Richard Purdie [Tue, 19 Aug 2008 21:42:36 +0000 (21:42 +0000)]
psplash: Remove pointless cat calls, promote to .sh initscript

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5083 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agobase-files: Remove fork from profile, no need to use ls here
Richard Purdie [Tue, 19 Aug 2008 21:35:10 +0000 (21:35 +0000)]
base-files: Remove fork from profile, no need to use ls here

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5082 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agoxserver-nodm: Remove another fork, no need to use cat here
Richard Purdie [Tue, 19 Aug 2008 21:34:21 +0000 (21:34 +0000)]
xserver-nodm: Remove another fork, no need to use cat here

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5081 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agodbus: Add volatiles configuration
Richard Purdie [Tue, 19 Aug 2008 20:36:27 +0000 (20:36 +0000)]
dbus: Add volatiles configuration

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5080 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agoinitscripts: Remove pointless forks from timestamp code
Richard Purdie [Tue, 19 Aug 2008 20:02:31 +0000 (20:02 +0000)]
initscripts: Remove pointless forks from timestamp code

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5079 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agonetbase: Drop options file and options handling code, its replaced by sysctl.conf
Richard Purdie [Tue, 19 Aug 2008 17:16:09 +0000 (17:16 +0000)]
netbase: Drop options file and options handling code, its replaced by sysctl.conf

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5078 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agobase-files: Install a sysctl.conf file
Richard Purdie [Tue, 19 Aug 2008 17:14:28 +0000 (17:14 +0000)]
base-files: Install a sysctl.conf file

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5077 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agobase-files: Don't fork to call id in profile
Richard Purdie [Tue, 19 Aug 2008 16:30:55 +0000 (16:30 +0000)]
base-files: Don't fork to call id in profile

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5076 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agoxtscal: Convert session script to an sh script so it can be sourced reducing forks
Richard Purdie [Tue, 19 Aug 2008 16:24:32 +0000 (16:24 +0000)]
xtscal: Convert session script to an sh script so it can be sourced reducing forks

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5075 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agonetworkmanager-applet: Start after the desktop has loaded by using dbus-wait
Richard Purdie [Tue, 19 Aug 2008 16:07:56 +0000 (16:07 +0000)]
networkmanager-applet: Start after the desktop has loaded by using dbus-wait

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5074 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agomatchbox-keyboard: Change session script to start it after the desktop using dbus...
Richard Purdie [Tue, 19 Aug 2008 16:06:48 +0000 (16:06 +0000)]
matchbox-keyboard: Change session script to start it after the desktop using dbus-wait removing the dodgy sleep call

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5073 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agoxserver-kdrive-common: Add in support for shbg files, shell scripts to be started...
Richard Purdie [Tue, 19 Aug 2008 16:05:47 +0000 (16:05 +0000)]
xserver-kdrive-common: Add in support for shbg files, shell scripts to be started in the background

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5072 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agolibrsvg: update the loader database when installing the svg loader
Ross Burton [Tue, 19 Aug 2008 15:18:55 +0000 (15:18 +0000)]
librsvg: update the loader database when installing the svg loader

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5071 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agomoblin-proto: update srcrev and fix build
Ross Burton [Mon, 18 Aug 2008 14:18:37 +0000 (14:18 +0000)]
moblin-proto: update srcrev and fix build

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5070 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agorpm/rpm-native: Add recipe for 4.4.2.3
Richard Purdie [Mon, 18 Aug 2008 08:03:18 +0000 (08:03 +0000)]
rpm/rpm-native: Add recipe for 4.4.2.3

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5069 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agobeecrypt: Add based on OE.dev recipes with fixes
Richard Purdie [Mon, 18 Aug 2008 08:02:37 +0000 (08:02 +0000)]
beecrypt: Add based on OE.dev recipes with fixes

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5068 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agopackage_rpm.bbclass: Update against recent packaging changes and start to implement...
Richard Purdie [Mon, 18 Aug 2008 08:01:41 +0000 (08:01 +0000)]
package_rpm.bbclass: Update against recent packaging changes and start to implement dependency handling. Drop pointless rpm_core class.

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5067 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agopackage_ipk/package_deb.bbclass: Make sure control files are properly removed fixing...
Richard Purdie [Mon, 18 Aug 2008 07:58:39 +0000 (07:58 +0000)]
package_ipk/package_deb.bbclass: Make sure control files are properly removed fixing problems with files leaking into packages. Use core bitbake function for directory pruning

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5066 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agobitbake/utils.py: Add prunedir function to utils collection
Richard Purdie [Mon, 18 Aug 2008 07:56:04 +0000 (07:56 +0000)]
bitbake/utils.py: Add prunedir function to utils collection

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5065 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agoudev: Drop the standard persistent rules, they're useless on embedded hardware
Richard Purdie [Tue, 12 Aug 2008 21:55:54 +0000 (21:55 +0000)]
udev: Drop the standard persistent rules, they're useless on embedded hardware

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5064 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agopsplash: Bump revision
Richard Purdie [Tue, 12 Aug 2008 19:13:01 +0000 (19:13 +0000)]
psplash: Bump revision

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5063 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agobusybox: Allow a builtin echo for speed
Richard Purdie [Tue, 12 Aug 2008 16:01:13 +0000 (16:01 +0000)]
busybox: Allow a builtin echo for speed

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5062 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agopoky-fixed-revisions.inc: Update psplash revision to gain fifo handling changes
Richard Purdie [Tue, 12 Aug 2008 15:42:53 +0000 (15:42 +0000)]
poky-fixed-revisions.inc: Update psplash revision to gain fifo handling changes

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5061 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agosysvinit: Use echo to change the psplash progress fifo instead of forking
Richard Purdie [Tue, 12 Aug 2008 15:42:16 +0000 (15:42 +0000)]
sysvinit: Use echo to change the psplash progress fifo instead of forking

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5060 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agoportmap: Remove uneeded initscript forks
Richard Purdie [Tue, 12 Aug 2008 15:12:37 +0000 (15:12 +0000)]
portmap: Remove uneeded initscript forks

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5059 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agoclutter.inc: Fix typos
Richard Purdie [Tue, 12 Aug 2008 13:48:37 +0000 (13:48 +0000)]
clutter.inc: Fix typos

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5058 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agopoky-fixed-revisions.inc: Add moblin-proto
Richard Purdie [Tue, 12 Aug 2008 11:19:37 +0000 (11:19 +0000)]
poky-fixed-revisions.inc: Add moblin-proto

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5057 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agoAdd moblin-proto, drop ununused clutter-box2d patch
Richard Purdie [Tue, 12 Aug 2008 11:18:59 +0000 (11:18 +0000)]
Add moblin-proto, drop ununused clutter-box2d patch

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5056 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agoclutter.inc: Add ipodtouch to compatible machines list
Richard Purdie [Tue, 12 Aug 2008 08:23:41 +0000 (08:23 +0000)]
clutter.inc: Add ipodtouch to compatible machines list

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5055 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agopoky.conf: Allow clutter, clutter-gst, clutter-cairo and clutter-box2d in world builds
Richard Purdie [Mon, 11 Aug 2008 21:28:31 +0000 (21:28 +0000)]
poky.conf: Allow clutter, clutter-gst, clutter-cairo and clutter-box2d in world builds

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5054 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agopoky-fixed-revisions.inc: Bump aaina and table versions so they're at least clutter 0.6
Richard Purdie [Mon, 11 Aug 2008 21:26:36 +0000 (21:26 +0000)]
poky-fixed-revisions.inc: Bump aaina and table versions so they're at least clutter 0.6

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5053 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agoclutter.inc: Set COMPATIBLE_MACHINE and default to mesa/glx for unknown platforms...
Richard Purdie [Mon, 11 Aug 2008 21:20:21 +0000 (21:20 +0000)]
clutter.inc: Set COMPATIBLE_MACHINE and default to mesa/glx for unknown platforms allowing qemuarm/x86 to at least build for build testing purposes. It is *NOT* expected to run well

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5052 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agomesa: Add from OE.dev
Richard Purdie [Mon, 11 Aug 2008 21:16:27 +0000 (21:16 +0000)]
mesa: Add from OE.dev

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5051 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agoclutter-*: Updates to work with clutter 0.8 and later svn
Richard Purdie [Mon, 11 Aug 2008 17:06:57 +0000 (17:06 +0000)]
clutter-*: Updates to work with clutter 0.8 and later svn

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5050 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agopoky-fixed-revisions.inc: Update various clutter and clutter related revisions
Richard Purdie [Mon, 11 Aug 2008 17:05:49 +0000 (17:05 +0000)]
poky-fixed-revisions.inc: Update various clutter and clutter related revisions

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5049 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agoomap-3430ldp: Add extra machine specific kernel module RRECOMMENDS
Richard Purdie [Mon, 11 Aug 2008 17:04:36 +0000 (17:04 +0000)]
omap-3430ldp: Add extra machine specific kernel module RRECOMMENDS

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5048 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agomatchbox-session-sato: make the session script executable
Ross Burton [Mon, 11 Aug 2008 16:33:11 +0000 (16:33 +0000)]
matchbox-session-sato: make the session script executable

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5047 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agoclutter: Use elgx flavour with omap3
Richard Purdie [Mon, 11 Aug 2008 14:31:23 +0000 (14:31 +0000)]
clutter: Use elgx flavour with omap3

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5045 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agolinux-omap-2.6.24.7: Tweak defconfig to display module symbol versioning
Richard Purdie [Mon, 11 Aug 2008 14:30:10 +0000 (14:30 +0000)]
linux-omap-2.6.24.7: Tweak defconfig to display module symbol versioning

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5044 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agoMove dialer to openmoko for now, as it depends on pulse
Ross Burton [Fri, 8 Aug 2008 16:01:10 +0000 (16:01 +0000)]
Move dialer to openmoko for now, as it depends on pulse

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5043 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agomatchbox-session-sato: magically munge the session script to remove applets depending...
Ross Burton [Fri, 8 Aug 2008 15:37:44 +0000 (15:37 +0000)]
matchbox-session-sato: magically munge the session script to remove applets depending on the machine features

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5042 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agoAdd dialer_git.bb, a moko-free port of openmoko-dialer2
Ross Burton [Fri, 8 Aug 2008 14:51:30 +0000 (14:51 +0000)]
Add dialer_git.bb, a moko-free port of openmoko-dialer2

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5041 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agoclutter.inc: package redhand.png
Ross Burton [Fri, 8 Aug 2008 14:44:43 +0000 (14:44 +0000)]
clutter.inc: package redhand.png

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5040 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agoclutter_0.6: remove do_stage, clutter.inc has one too
Ross Burton [Fri, 8 Aug 2008 14:44:09 +0000 (14:44 +0000)]
clutter_0.6: remove do_stage, clutter.inc has one too

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5039 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agoopenmoko-panel-gsm: add openmoko-panel-gsm, om-panel-plugin.bbclass, and srvrev
Ross Burton [Fri, 8 Aug 2008 14:43:09 +0000 (14:43 +0000)]
openmoko-panel-gsm: add openmoko-panel-gsm, om-panel-plugin.bbclass, and srvrev

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5038 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agogsmd2: install the system service dbus files
Ross Burton [Fri, 8 Aug 2008 14:42:27 +0000 (14:42 +0000)]
gsmd2: install the system service dbus files

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5037 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agolibgsm: use GTA01 machine for the Zoom board, it's close enough
Ross Burton [Fri, 8 Aug 2008 14:41:51 +0000 (14:41 +0000)]
libgsm: use GTA01 machine for the Zoom board, it's close enough

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5036 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agoopenmoko-dialer3: add rdepends on gsmd2
Ross Burton [Fri, 8 Aug 2008 14:40:59 +0000 (14:40 +0000)]
openmoko-dialer3: add rdepends on gsmd2

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5035 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agochecksums.ini: added some new entries
Marcin Juszkiewicz [Fri, 8 Aug 2008 07:43:28 +0000 (07:43 +0000)]
checksums.ini: added some new entries

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5034 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agogcc-cross-initial: disable decimal float in 4.3.1 to fix x86 build
Marcin Juszkiewicz [Fri, 8 Aug 2008 07:43:11 +0000 (07:43 +0000)]
gcc-cross-initial: disable decimal float in 4.3.1 to fix x86 build

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5033 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agochecksums.ini: added some new entries
Marcin Juszkiewicz [Fri, 8 Aug 2008 07:43:01 +0000 (07:43 +0000)]
checksums.ini: added some new entries

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5032 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agoliberation-fonts: update to 1.04 from Fedora
Marcin Juszkiewicz [Fri, 8 Aug 2008 07:42:45 +0000 (07:42 +0000)]
liberation-fonts: update to 1.04 from Fedora

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5031 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agojs: fix SRC_URI
Marcin Juszkiewicz [Fri, 8 Aug 2008 07:42:34 +0000 (07:42 +0000)]
js: fix SRC_URI

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5030 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agorsync: fix SRC_URI
Marcin Juszkiewicz [Fri, 8 Aug 2008 07:42:25 +0000 (07:42 +0000)]
rsync: fix SRC_URI

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5029 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agolibpcap: fix SRC_URI
Marcin Juszkiewicz [Fri, 8 Aug 2008 07:42:16 +0000 (07:42 +0000)]
libpcap: fix SRC_URI

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5028 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agox11vnc: fix SRC_URI
Marcin Juszkiewicz [Fri, 8 Aug 2008 07:42:07 +0000 (07:42 +0000)]
x11vnc: fix SRC_URI

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5027 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agowebkit: webkit.inc is no longer used
Marcin Juszkiewicz [Fri, 8 Aug 2008 07:41:57 +0000 (07:41 +0000)]
webkit: webkit.inc is no longer used

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5026 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agoudev: improved mount.sh
Marcin Juszkiewicz [Fri, 8 Aug 2008 07:41:48 +0000 (07:41 +0000)]
udev: improved mount.sh

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5025 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agopoky-nokia800-flashutil: merged offsets from Andrew script and added Diablo notes
Marcin Juszkiewicz [Fri, 8 Aug 2008 07:41:33 +0000 (07:41 +0000)]
poky-nokia800-flashutil: merged offsets from Andrew script and added Diablo notes

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5024 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agoAdded support for the "qvga" MACHINE FEATURE
Galen Wetterling [Wed, 6 Aug 2008 17:30:04 +0000 (17:30 +0000)]
Added support for the "qvga" MACHINE FEATURE

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5023 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agoAdded support for the "qvga" MACHINE FEATURE
Galen Wetterling [Wed, 6 Aug 2008 17:28:11 +0000 (17:28 +0000)]
Added support for the "qvga" MACHINE FEATURE

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5022 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agomatchbox-sato: update postinst to work with new initscript functions
Ross Burton [Tue, 5 Aug 2008 10:47:49 +0000 (10:47 +0000)]
matchbox-sato: update postinst to work with new initscript functions

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5021 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agotask-sdk-gmae.inc: Add libxi-dev
Richard Purdie [Mon, 4 Aug 2008 20:04:13 +0000 (20:04 +0000)]
task-sdk-gmae.inc: Add libxi-dev

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5020 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agomatchbox-panel-hacks: remove empty directory
Ross Burton [Mon, 4 Aug 2008 14:57:54 +0000 (14:57 +0000)]
matchbox-panel-hacks: remove empty directory

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5019 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agoomap-3430ldp.conf: remove irda machine feature
Ross Burton [Mon, 4 Aug 2008 14:02:56 +0000 (14:02 +0000)]
omap-3430ldp.conf: remove irda machine feature

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5018 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agoomap-3430ldp.conf: add phone machine feature
Ross Burton [Mon, 4 Aug 2008 14:02:12 +0000 (14:02 +0000)]
omap-3430ldp.conf: add phone machine feature

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5017 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agoinitscripts: merge OE change of cpuinfo_id to machine_id, fixing gsmd's startup
Ross Burton [Mon, 4 Aug 2008 13:45:06 +0000 (13:45 +0000)]
initscripts: merge OE change of cpuinfo_id to machine_id, fixing gsmd's startup

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5016 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agolibgsmd: add device configuration for omap3430-ldp
Ross Burton [Mon, 4 Aug 2008 13:40:11 +0000 (13:40 +0000)]
libgsmd: add device configuration for omap3430-ldp

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5015 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agogst-plugins-bad: upgrade to 0.10.8
Ross Burton [Sun, 3 Aug 2008 13:47:50 +0000 (13:47 +0000)]
gst-plugins-bad: upgrade to 0.10.8

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5014 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agogst-plugins-good: upgrade to 0.10.9
Ross Burton [Sun, 3 Aug 2008 13:25:14 +0000 (13:25 +0000)]
gst-plugins-good: upgrade to 0.10.9

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5013 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agotslib: Disable all leagacy plugins, we don't need them
Richard Purdie [Sun, 3 Aug 2008 13:21:53 +0000 (13:21 +0000)]
tslib: Disable all leagacy plugins, we don't need them

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5012 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agoformfactor: Add beagleboard config
Richard Purdie [Sun, 3 Aug 2008 13:18:28 +0000 (13:18 +0000)]
formfactor: Add beagleboard config

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5011 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agolinux-omap2: More beagleboard updates from OE.dev
Richard Purdie [Sun, 3 Aug 2008 13:16:29 +0000 (13:16 +0000)]
linux-omap2: More beagleboard updates from OE.dev

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5010 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agolinux-omap2-git: Sync with OE.dev, add fixes to compile correctly with gcc 4.3.1
Richard Purdie [Sun, 3 Aug 2008 11:21:36 +0000 (11:21 +0000)]
linux-omap2-git: Sync with OE.dev, add fixes to compile correctly with gcc 4.3.1

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5009 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agolinux-omap-2.6.22.19: Backport rootwait feature, make some further parts of the kerne...
Richard Purdie [Sun, 3 Aug 2008 11:20:11 +0000 (11:20 +0000)]
linux-omap-2.6.22.19: Backport rootwait feature, make some further parts of the kernel modular

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5008 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agoAdd linux-omap-2.6.24.7 based on the ldp 1.4 kernel
Richard Purdie [Sat, 2 Aug 2008 17:42:08 +0000 (17:42 +0000)]
Add linux-omap-2.6.24.7 based on the ldp 1.4 kernel

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5007 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agogsmd: add a patch to fix initialisation segfault
Ross Burton [Fri, 1 Aug 2008 14:12:38 +0000 (14:12 +0000)]
gsmd: add a patch to fix initialisation segfault

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5006 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agoqemu-config: added initscript dependencies and dropped killproc in favour of function...
Marcin Juszkiewicz [Fri, 1 Aug 2008 12:56:09 +0000 (12:56 +0000)]
qemu-config: added initscript dependencies and dropped killproc in favour of functions from initscripts

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5005 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agonfs-utils: added initscript dependencies
Marcin Juszkiewicz [Fri, 1 Aug 2008 12:55:58 +0000 (12:55 +0000)]
nfs-utils: added initscript dependencies

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5004 311d38ba-8fff-0310-9ca6-ca027cbcb966