openembedded.git
16 years agolinx-omap pm git: fix DSS2 patch, rediff beagle-cpufreq, add ECHI support
Koen Kooi [Mon, 12 Jan 2009 15:23:21 +0000 (16:23 +0100)]
linx-omap pm git: fix DSS2 patch, rediff beagle-cpufreq, add ECHI support

16 years agoaccelges: install config files and init script
Jan Lübbe [Mon, 12 Jan 2009 11:34:34 +0000 (11:34 +0000)]
accelges: install config files and init script

16 years agoMerge commit 'origin/john_lee/fastboot-devel' into org.openembedded.dev
John Lee [Mon, 12 Jan 2009 06:39:16 +0000 (14:39 +0800)]
Merge commit 'origin/john_lee/fastboot-devel' into org.openembedded.dev

16 years agofastboot: task-base.bb, task-boot.bb: customize openmoko distro more.
Chia-I Wu [Tue, 18 Nov 2008 08:50:36 +0000 (16:50 +0800)]
fastboot: task-base.bb, task-boot.bb: customize openmoko distro more.

Remove avahi.  Use hardcoded packages for bluetooth and usbgadget
support.  Use initscripts-openmoko instead of initscripts.

Increase the PRs of task-base and task-boot to reflect the changes.

16 years agofastboot: xserver-nodm-init: Start at 05.
Chia-I Wu [Tue, 28 Oct 2008 11:17:00 +0000 (19:17 +0800)]
fastboot: xserver-nodm-init: Start at 05.

Also remove unnecessary fork since /etc/X11/Xserver is always
backgrounded.

16 years agofastboot: task-openmoko-linux: Cleanup.
Chia-I Wu [Tue, 18 Nov 2008 06:02:36 +0000 (14:02 +0800)]
fastboot: task-openmoko-linux: Cleanup.

Remove packages already in task-base.  Remove splash support.  Add
udev-static-devices.

16 years agofastboot: base-files: Simplify fstab. Correct om-gta02 root dev.
Chia-I Wu [Tue, 28 Oct 2008 09:49:13 +0000 (17:49 +0800)]
fastboot: base-files: Simplify fstab.  Correct om-gta02 root dev.

fstab for om-gta02 changed from /dev/mtdblock4 to /dev/mtdblock6

16 years agofastboot: sysvinit: Simplify rc and rcS.
Chia-I Wu [Tue, 28 Oct 2008 08:48:44 +0000 (16:48 +0800)]
fastboot: sysvinit: Simplify rc and rcS.

Remove support for boot splash.  Source initscripts end with .sh.

16 years agofastboot: modutils: Run depmod conditionally.
Chia-I Wu [Mon, 17 Nov 2008 10:08:42 +0000 (18:08 +0800)]
fastboot: modutils: Run depmod conditionally.

16 years agofastboot: netbase: Prefer /etc/sysctl.conf over /etc/network/options.
Chia-I Wu [Thu, 30 Oct 2008 08:16:14 +0000 (16:16 +0800)]
fastboot: netbase: Prefer /etc/sysctl.conf over /etc/network/options.

16 years agofastboot: procps: Install and use /etc/sysctl.conf.
Chia-I Wu [Tue, 28 Oct 2008 08:47:18 +0000 (16:47 +0800)]
fastboot: procps: Install and use /etc/sysctl.conf.

16 years agofastboot: wireless-tools: Make zzz-wireless.if-pre-up only for dhcp.
Chia-I Wu [Thu, 30 Oct 2008 08:16:33 +0000 (16:16 +0800)]
fastboot: wireless-tools: Make zzz-wireless.if-pre-up only for dhcp.

16 years agofastboot: alsa-state: Run init script earlier and in the background.
Chia-I Wu [Tue, 28 Oct 2008 08:48:24 +0000 (16:48 +0800)]
fastboot: alsa-state: Run init script earlier and in the background.

16 years agofastboot: udev: Update init script to support udev-static-devices.
Chia-I Wu [Tue, 18 Nov 2008 08:38:29 +0000 (16:38 +0800)]
fastboot: udev: Update init script to support udev-static-devices.

16 years agofastboot: udev-static-devices: New package to provide static dev nodes.
Chia-I Wu [Tue, 18 Nov 2008 08:37:42 +0000 (16:37 +0800)]
fastboot: udev-static-devices: New package to provide static dev nodes.

16 years agofastboot: om-gta02.conf: Set USE_VT to 0.
Chia-I Wu [Fri, 31 Oct 2008 08:46:52 +0000 (16:46 +0800)]
fastboot: om-gta02.conf: Set USE_VT to 0.

update PR of sysvinit_2.86.bb as well since it uses USE_VT.

16 years agofastboot: initscripts-openmoko: Replacement for initscripts.
Chia-I Wu [Tue, 28 Oct 2008 08:49:38 +0000 (16:49 +0800)]
fastboot: initscripts-openmoko: Replacement for initscripts.

Move the common files into 'files' dir and keep Openmoko specific
files under initscripts-openmoko.  'finish' was renamed to
'finish.sh', so various recipes have to be modified as well.

16 years agofastboot: task-boot: Make initscripts configurable.
Chia-I Wu [Tue, 18 Nov 2008 08:49:54 +0000 (16:49 +0800)]
fastboot: task-boot: Make initscripts configurable.

16 years agoMerge commit 'origin/john_lee/openmoko-toolchain' into org.openembedded.dev
John Lee [Mon, 12 Jan 2009 06:11:45 +0000 (14:11 +0800)]
Merge commit 'origin/john_lee/openmoko-toolchain' into org.openembedded.dev

16 years agoautotools.bbclass: adding do_install_append() to autotools.bbclass
Julian_chu [Sun, 27 Jul 2008 14:56:58 +0000 (22:56 +0800)]
autotools.bbclass: adding do_install_append() to autotools.bbclass

This function is used to correct .la files.  Many bb files use their
own do_install so just adding this into the original
autoclass_do_install won't work.  This ensures the .la files contain
correct path.

16 years agolibtool-sdk_1.5.10.bb, meta-toolchain.bb, task-sdk-host.bb: introduce
Julian_chu [Wed, 10 Sep 2008 08:29:40 +0000 (16:29 +0800)]
libtool-sdk_1.5.10.bb, meta-toolchain.bb, task-sdk-host.bb: introduce
sysroot libtool-sdk.

Add libtool-sdk to help the meta toolchain using the .la files.  Patch
add_sysroot_function.patch is applied to teach libtool about
LIBTOOL_SYSROOT_PATH .

task-sdk-host.bb is updated along with its consumers to include
libtool-sdk, and meta-toolchain.bb is updated to include this
environment variable.

16 years agometa-toolchain.bb: introduce modify_opkg_conf
John Lee [Mon, 22 Dec 2008 07:14:09 +0000 (15:14 +0800)]
meta-toolchain.bb: introduce modify_opkg_conf

By modifying the opkg config files in the toolchain, the toolchain can
expend itself by installing packages from the repository.  The default
is to use DISTRO_FEED_URI.

16 years agoxserver-common: S98keymap-fixup is Ångströmizm - do no install for other distros
Marcin Juszkiewicz [Sun, 11 Jan 2009 19:07:03 +0000 (20:07 +0100)]
xserver-common: S98keymap-fixup is Ångströmizm - do no install for other distros

16 years agopreferred-om-2008-versions.inc: Bump e2fsprogs-libs to 1.42.2
Stefan Schmidt [Sun, 11 Jan 2009 18:10:16 +0000 (19:10 +0100)]
preferred-om-2008-versions.inc: Bump e2fsprogs-libs to 1.42.2

16 years agolinux-omap-pm git: add patch to add rate tables to beagleboard board file
Koen Kooi [Sun, 11 Jan 2009 18:07:32 +0000 (19:07 +0100)]
linux-omap-pm git: add patch to add rate tables to beagleboard board file

16 years agomtd-utils 1.2.0: as Stefan points out, you need to DEPEND on e2fs-prog libs when...
Koen Kooi [Sun, 11 Jan 2009 17:34:40 +0000 (18:34 +0100)]
mtd-utils 1.2.0: as Stefan points out, you need to DEPEND on e2fs-prog libs when you include uuid/uuid.h

16 years agofso-monitord: fix initscript name
Michael 'Mickey' Lauer [Sun, 11 Jan 2009 16:38:48 +0000 (17:38 +0100)]
fso-monitord: fix initscript name

16 years agofso-gsm0710muxd: new recipe; indicating gsm0710muxd from FSO branch (not upstream)
Michael 'Mickey' Lauer [Sun, 11 Jan 2009 16:32:53 +0000 (17:32 +0100)]
fso-gsm0710muxd: new recipe; indicating gsm0710muxd from FSO branch (not upstream)
frameworkd|gsmd2|mickeyterm: depend on FSO version

16 years agoillume-image: use fso-gsm0710muxd
Michael 'Mickey' Lauer [Sun, 11 Jan 2009 16:31:20 +0000 (17:31 +0100)]
illume-image: use fso-gsm0710muxd

16 years agofso-image: silence printk
Michael 'Mickey' Lauer [Sun, 11 Jan 2009 16:31:11 +0000 (17:31 +0100)]
fso-image: silence printk

16 years agotask-openmoko-feed: use fso-gsm0710muxd
Michael 'Mickey' Lauer [Sun, 11 Jan 2009 16:30:27 +0000 (17:30 +0100)]
task-openmoko-feed: use fso-gsm0710muxd
task-fso-compliance: use fso-gsm0710muxd

16 years agogsm0710muxd: move SRC_URI to upstream
Michael 'Mickey' Lauer [Sun, 11 Jan 2009 16:27:59 +0000 (17:27 +0100)]
gsm0710muxd: move SRC_URI to upstream
pyneod_git: remove until SRC_URI points to versioned tarball or SCM
zad_git: remove until SRC_URI points to versioned tarball or SCM

16 years agofso-monitord: new recipe; freesmartphone.org data logger and supervisor daemon
Michael 'Mickey' Lauer [Sun, 11 Jan 2009 16:06:25 +0000 (17:06 +0100)]
fso-monitord: new recipe; freesmartphone.org data logger and supervisor daemon

16 years agodistro jlime-2009.1.conf : Add new distro file for coming release.
Kristoffer Ericson [Sun, 11 Jan 2009 15:48:18 +0000 (16:48 +0100)]
distro jlime-2009.1.conf : Add new distro file for coming release.

16 years agomtd-utils: package *all* ubifs utils
Koen Kooi [Sun, 11 Jan 2009 15:37:31 +0000 (16:37 +0100)]
mtd-utils: package *all* ubifs utils

16 years agomtd-utils: add 1.2.0+git for ubifs-support
Koen Kooi [Sun, 11 Jan 2009 15:19:06 +0000 (16:19 +0100)]
mtd-utils: add 1.2.0+git for ubifs-support
* no -native version added yet

16 years agolinux-omap-pm : Add recipe for OMAP3 kernel with power management. This tracks
Philip Balister [Sun, 11 Jan 2009 14:18:42 +0000 (09:18 -0500)]
linux-omap-pm : Add recipe for OMAP3 kernel with power management. This tracks
                Kevin Hilmans git tree. When the OMAP3 pm stuff is merged into
                the linux-omap git, this recipe should be removed.

16 years agotask-beagleboard-demo: include task-proper-tools
Koen Kooi [Sun, 11 Jan 2009 12:44:00 +0000 (13:44 +0100)]
task-beagleboard-demo: include task-proper-tools

16 years agolinux-omap 2.6.27: add patch for musb RX TX bug
Koen Kooi [Sun, 11 Jan 2009 10:25:32 +0000 (11:25 +0100)]
linux-omap 2.6.27: add patch for musb RX TX bug

16 years agotree: add 0.7.5
Koen Kooi [Sun, 11 Jan 2009 10:03:17 +0000 (11:03 +0100)]
tree: add 0.7.5

16 years agoe-wm: add ewm-utils to rdepends
Koen Kooi [Sun, 11 Jan 2009 08:32:54 +0000 (09:32 +0100)]
e-wm: add ewm-utils to rdepends

16 years agoSlugOS: task-slugos - re-instate module-init-tools due to busybox bugs.
Mike Westerhof [Sun, 11 Jan 2009 08:28:25 +0000 (02:28 -0600)]
SlugOS: task-slugos - re-instate module-init-tools due to busybox bugs.

16 years agochecksums.ini: add sdlpango
woglinde [Sun, 11 Jan 2009 00:54:12 +0000 (01:54 +0100)]
checksums.ini: add sdlpango

16 years agouclibc: correct pthread_atfork function for linuxthread
woglinde [Sun, 11 Jan 2009 00:48:38 +0000 (01:48 +0100)]
uclibc: correct pthread_atfork function for linuxthread
* bump PR

16 years agoopkg_nogpg-nocurl: update fix_tmpdirs patch, bump PR
Mike Westerhof [Sun, 11 Jan 2009 00:33:53 +0000 (18:33 -0600)]
opkg_nogpg-nocurl: update fix_tmpdirs patch, bump PR

16 years agopico-dlpcontrol: use a modified version of the gumstix 'i2c' program and wrap it...
Koen Kooi [Sat, 10 Jan 2009 21:20:34 +0000 (22:20 +0100)]
pico-dlpcontrol: use a modified version of the gumstix 'i2c' program and wrap it with a script
* 'picodlp-control hflip 1' will turn on horizontil flipping

16 years agochecksums.ini : Add checksums for powertop-1.11 and sort.
Philip Balister [Sat, 10 Jan 2009 20:30:30 +0000 (15:30 -0500)]
checksums.ini : Add checksums for powertop-1.11 and sort.

16 years agolinux-openmoko: remove obsolete files
Michael 'Mickey' Lauer [Sat, 10 Jan 2009 19:37:02 +0000 (19:37 +0000)]
linux-openmoko: remove obsolete files

16 years agoconnman: remove 0.1 and 0.2; fix metadata
Michael 'Mickey' Lauer [Sat, 10 Jan 2009 19:17:29 +0000 (20:17 +0100)]
connman: remove 0.1 and 0.2; fix metadata

16 years agolibgdbus: bump to 0.2+git
Michael 'Mickey' Lauer [Sat, 10 Jan 2009 19:06:55 +0000 (20:06 +0100)]
libgdbus: bump to 0.2+git

16 years agoconf/distro/jlime-mongo.conf : add tar.gz package output (aswell as ipk)
Kristoffer Ericson [Sat, 10 Jan 2009 18:16:51 +0000 (19:16 +0100)]
conf/distro/jlime-mongo.conf : add tar.gz package output (aswell as ipk)

16 years agoconf/checksums.ini : Add checksums for fakeroot 1.11.4
Kristoffer Ericson [Sat, 10 Jan 2009 18:16:17 +0000 (19:16 +0100)]
conf/checksums.ini : Add checksums for fakeroot 1.11.4

16 years agovala[-native]: update to 0.5.5
Michael 'Mickey' Lauer [Sat, 10 Jan 2009 17:22:53 +0000 (18:22 +0100)]
vala[-native]: update to 0.5.5

16 years agoom-gta01.conf: prefer kernel 2.6.24 until 2.6.28 has been tested
Michael 'Mickey' Lauer [Sat, 10 Jan 2009 16:58:18 +0000 (16:58 +0000)]
om-gta01.conf: prefer kernel 2.6.24 until 2.6.28 has been tested
om-gta02.conf: prefer kernel 2.6.28

16 years agolinux-openmoko: split into linux-openmoko-2.6.24 (old stable), linux-openmoko-2.6...
Michael 'Mickey' Lauer [Sat, 10 Jan 2009 16:57:23 +0000 (16:57 +0000)]
linux-openmoko: split into linux-openmoko-2.6.24 (old stable), linux-openmoko-2.6.28 (new stable), land
linux-openmoko-devel (new testing)

16 years agopowertop : Add bb file for version 1.11.
Philip Balister [Sat, 10 Jan 2009 16:26:35 +0000 (11:26 -0500)]
powertop : Add bb file for version 1.11.

16 years agolinux-davinci : Change SRC_URI from source.mvista.com to git.kernel.org.
Philip Balister [Sat, 10 Jan 2009 13:17:51 +0000 (08:17 -0500)]
linux-davinci : Change SRC_URI from source.mvista.com to git..

16 years agolinux-openmoko-2.6.28/devel: reduce kernel size by configuring some stuff as modules
Jan Lübbe [Sat, 10 Jan 2009 11:22:35 +0000 (11:22 +0000)]
linux-openmoko-2.6.28/devel: reduce kernel size by configuring some stuff as modules

16 years agogumstix utils: add char-driver, gpio-event, i2c and microwindows
Koen Kooi [Sat, 10 Jan 2009 09:44:13 +0000 (10:44 +0100)]
gumstix utils: add char-driver, gpio-event, i2c and microwindows

16 years agoe-wm: ship unpackaged utils in ${PN}-utils
Koen Kooi [Sat, 10 Jan 2009 09:04:31 +0000 (10:04 +0100)]
e-wm: ship unpackaged utils in ${PN}-utils

16 years agouClibc.config: New
Khem Raj [Sat, 10 Jan 2009 07:42:45 +0000 (23:42 -0800)]
uClibc.config: New
uClibc.distro: New
arm/uClibc.config: Set UCLIBC_SUSV4_LEGACY

16 years agoopkg: Bump up the version to R196
Tick Chen [Sat, 10 Jan 2009 03:22:29 +0000 (11:22 +0800)]
opkg: Bump up the version to R196
fixing issues http://code.google.com/p/opkg/issues/detail?id=2

16 years agosdlpango: new package sdlpango
woglinde [Sat, 10 Jan 2009 01:31:39 +0000 (02:31 +0100)]
sdlpango: new package sdlpango
* recipe was provided by gnutoo
* closes bug 4966

16 years agomesa: disable tls for uclibc
woglinde [Sat, 10 Jan 2009 01:28:47 +0000 (02:28 +0100)]
mesa: disable tls for uclibc
* uclibc has no proper TLS support so disable it
* no bump of PR because its not changing the
  behavior on glibc and for uclibc it has been not
  buildable

16 years agotask-python-efl: add python-elementary
Michael 'Mickey' Lauer [Sat, 10 Jan 2009 00:54:03 +0000 (01:54 +0100)]
task-python-efl: add python-elementary

16 years agotask-fso-compliance: RRECOMMEND wmiconfig
Michael 'Mickey' Lauer [Sat, 10 Jan 2009 00:53:54 +0000 (01:53 +0100)]
task-fso-compliance: RRECOMMEND wmiconfig

16 years agogsm0170muxd: bump to fso-release version 0.9.2.2
Michael 'Mickey' Lauer [Sat, 10 Jan 2009 00:36:04 +0000 (01:36 +0100)]
gsm0170muxd: bump to fso-release version 0.9.2.2

16 years agoadd simpad sound driver update defconfig bump linux_2.6.24 PR
Your Name [Fri, 9 Jan 2009 21:46:34 +0000 (22:46 +0100)]
add simpad sound driver update defconfig bump linux_2.6.24 PR
The sound driver patch is the work of Thomas Schätzlein.
Thanks for this patch!

16 years agolinux-omap 2.6.28: push patch to make EHCI work (well, needs a matching u-boot) work...
Koen Kooi [Fri, 9 Jan 2009 21:29:37 +0000 (22:29 +0100)]
linux-omap 2.6.28: push patch to make EHCI work (well, needs a matching u-boot) work on revision C1D beagleboards

16 years agoffmpeg: specify SRCREV for libswscale as well
Gregoire Gentil [Fri, 9 Jan 2009 15:24:49 +0000 (16:24 +0100)]
ffmpeg: specify SRCREV for libswscale as well

16 years agofso-gpsd: Do not RCONFLICTS with gpsd for now as it will not show up in the image...
Stefan Schmidt [Fri, 9 Jan 2009 15:06:42 +0000 (16:06 +0100)]
fso-gpsd: Do not RCONFLICTS with gpsd for now as it will not show up in the image with this

16 years agoframeworkd: use wmiconfig on gta02
Michael 'Mickey' Lauer [Fri, 9 Jan 2009 14:50:38 +0000 (15:50 +0100)]
frameworkd: use wmiconfig on gta02

16 years agofso-gpsd: Fix my breakage in the initscript. Bump PR.
Stefan Schmidt [Fri, 9 Jan 2009 13:42:59 +0000 (14:42 +0100)]
fso-gpsd: Fix my breakage in the initscript. Bump PR.

16 years agoxf86-video-omapfb: make 16 and 32 bpp work
Koen Kooi [Fri, 9 Jan 2009 11:54:10 +0000 (12:54 +0100)]
xf86-video-omapfb: make 16 and 32 bpp work

16 years agolinux-omap 2.6.28,git: fix beagleboard reboot, enable EHCI
Koen Kooi [Fri, 9 Jan 2009 11:34:47 +0000 (12:34 +0100)]
linux-omap 2.6.28,git: fix beagleboard reboot, enable EHCI

16 years agognome-icon-theme: remove PACKAGE_ARCH = "all", apps check for its .pc file :(
Koen Kooi [Fri, 9 Jan 2009 09:43:35 +0000 (10:43 +0100)]
gnome-icon-theme: remove PACKAGE_ARCH = "all", apps check for its .pc file :(

16 years agoSlugOS: slugos.inc, opkg-nogpg-nocurl_svn.bb - revert to SVN rev 160
Mike Westerhof [Fri, 9 Jan 2009 05:54:41 +0000 (23:54 -0600)]
SlugOS: slugos.inc, opkg-nogpg-nocurl_svn.bb - revert to SVN rev 160
Override sane-srcrevs.inc in slugos.inc
Reinstate old patches to opkg-nogpg-nocurl_svn.bb required by older sources.
(This fixes a number of instabilities and problems reported with opkg)

16 years agoglib-2.0-native: 2.16.1, 2.18.0: yank EXTRA_OECONF, we want asserts enabled in the...
Michael 'Mickey' Lauer [Thu, 8 Jan 2009 23:32:42 +0000 (00:32 +0100)]
glib-2.0-native: 2.16.1, 2.18.0: yank EXTRA_OECONF, we want asserts enabled in the -native version

16 years agosane-srcrevs.inc: bump frameworkd
Michael 'Mickey' Lauer [Thu, 8 Jan 2009 23:19:22 +0000 (00:19 +0100)]
sane-srcrevs.inc: bump frameworkd
frameworkd: write git version into installation

16 years agochecksum.ini: fix unexpanded var
Michael 'Mickey' Lauer [Thu, 8 Jan 2009 23:11:03 +0000 (00:11 +0100)]
checksum.ini: fix unexpanded var

16 years agovala.inc: readd MAJV that got lost during a merge
Michael 'Mickey' Lauer [Thu, 8 Jan 2009 22:49:11 +0000 (23:49 +0100)]
vala.inc: readd MAJV that got lost during a merge

16 years agochecksums.ini: add more entries
Koen Kooi [Thu, 8 Jan 2009 22:21:26 +0000 (23:21 +0100)]
checksums.ini: add more entries

16 years agofso-image: silence printk
Michael 'Mickey' Lauer [Thu, 8 Jan 2009 19:08:38 +0000 (20:08 +0100)]
fso-image: silence printk

16 years agolibgles-omap3: fix typo in do_stage
Koen Kooi [Thu, 8 Jan 2009 18:28:51 +0000 (19:28 +0100)]
libgles-omap3: fix typo in do_stage

16 years agolinux-omap git: bump SRCREV for clock fixes
Koen Kooi [Thu, 8 Jan 2009 16:04:47 +0000 (17:04 +0100)]
linux-omap git: bump SRCREV for clock fixes

16 years agolinux-omap 2.6.28, git: improve graphics, fix sounds support
Koen Kooi [Thu, 8 Jan 2009 15:28:24 +0000 (16:28 +0100)]
linux-omap 2.6.28, git: improve graphics, fix sounds support

16 years agottf.inc: limit RRECOMMENDS to PN
Michael 'Mickey' Lauer [Thu, 8 Jan 2009 14:39:13 +0000 (15:39 +0100)]
ttf.inc: limit RRECOMMENDS to PN

16 years agofso-autorev: add dbus-hlid and fso-apm
Michael 'Mickey' Lauer [Thu, 8 Jan 2009 14:38:15 +0000 (15:38 +0100)]
fso-autorev: add dbus-hlid and fso-apm

16 years agochecksums.ini: add vala 0.5.4
Michael 'Mickey' Lauer [Thu, 8 Jan 2009 14:33:37 +0000 (15:33 +0100)]
checksums.ini: add vala 0.5.4

16 years agoframeworkd[-devel]: catch up with upstream stabilization phase work in master
Michael 'Mickey' Lauer [Thu, 8 Jan 2009 14:14:41 +0000 (15:14 +0100)]
frameworkd[-devel]: catch up with upstream stabilization phase work in master
frameworkd now builds from master, frameworkd-devel will build from devel
(once it has been launched)

16 years agovala[-native]: update to latest stable version 0.5.4
Michael 'Mickey' Lauer [Thu, 8 Jan 2009 14:13:59 +0000 (15:13 +0100)]
vala[-native]: update to latest stable version 0.5.4

16 years agoe-module.inc: add e-wm to DEPENDS
Koen Kooi [Thu, 8 Jan 2009 14:16:26 +0000 (15:16 +0100)]
e-module.inc: add e-wm to DEPENDS

16 years agoMerge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into...
Koen Kooi [Thu, 8 Jan 2009 14:15:51 +0000 (15:15 +0100)]
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev

16 years agolinux-openmoko-2.6.28_git: new recipe; this is the new stable kernel for om-gta[01|02]
Michael 'Mickey' Lauer [Thu, 8 Jan 2009 13:54:14 +0000 (14:54 +0100)]
linux-openmoko-2.6.28_git: new recipe; this is the new stable kernel for om-gta[01|02]
sane-srcrevs.inc: bump linux-openmoko for 2.6.28

16 years agolinux-omap git: update defconfigs
Koen Kooi [Thu, 8 Jan 2009 13:44:38 +0000 (14:44 +0100)]
linux-omap git: update defconfigs

16 years agolinux-omap git : update to current git
Koen Kooi [Thu, 8 Jan 2009 11:41:47 +0000 (12:41 +0100)]
linux-omap git : update to current git

16 years agosugar: update some bit sto the 0.83 release
Koen Kooi [Thu, 8 Jan 2009 11:29:51 +0000 (12:29 +0100)]
sugar: update some bit sto the 0.83 release

16 years agoe-wm-config-angstrom: disable desktop icons, we have the places module for that,...
Koen Kooi [Thu, 8 Jan 2009 09:55:52 +0000 (10:55 +0100)]
e-wm-config-angstrom: disable desktop icons, we have the places module for that, automount volumes on insert and display them in efm
* current look: http://www.flickr.com/photos/koenkooi/3179536590/

16 years agolinux-omap 2.6.27: fix NAND access
Koen Kooi [Wed, 7 Jan 2009 23:04:08 +0000 (00:04 +0100)]
linux-omap 2.6.27: fix NAND access

16 years agochecksums.ini: add checksums for devmem2
Cliff Brake [Wed, 7 Jan 2009 18:53:32 +0000 (13:53 -0500)]
checksums.ini: add checksums for devmem2