Martin Jansa [Mon, 26 Apr 2010 14:34:35 +0000 (16:34 +0200)]
Revert "vala.bbclass and assorted recipes: create own task for installing .vapi and .deps instead of using do_stage()"
* This reverts commit
a38e7ff2810e55455c7ff7b01d4882344b420e18.
* It was discussed on oe-devel ML and ACKed by Mickey
* Side effect of this was also: Everything rebuilt after it cannot be
found when used later (NOTE: Couldn't find shared library provider for
libfso-glib.so.0) and it's dropped from package RDEPENDS.
Martin Jansa [Mon, 26 Apr 2010 13:26:40 +0000 (15:26 +0200)]
freesmartphone: bump SRCREV a bit more for fsotdld@openmoko_gta config
Martin Jansa [Mon, 26 Apr 2010 12:54:48 +0000 (14:54 +0200)]
freesmartphone: bump SRCREV for reliable pppd with fsogsmd
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Koen Kooi [Mon, 26 Apr 2010 11:59:06 +0000 (13:59 +0200)]
angstrom-feed-configs: add sdk feed
Martin Jansa [Mon, 26 Apr 2010 09:45:39 +0000 (11:45 +0200)]
efreet: update FILES efreet_desktop_cache_create was moved to libdir in 48085
* see http://trac.enlightenment.org/e/changeset/48085
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Mon, 26 Apr 2010 07:43:40 +0000 (09:43 +0200)]
xf86-video-glamo: add patch for modesetting
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Koen Kooi [Mon, 26 Apr 2010 06:12:33 +0000 (02:12 -0400)]
matrix-gui: add new recipe and initscript, from arago overlay
* slightly changed from arago recipe to conform more to OE guidelines
Martin Jansa [Mon, 26 Apr 2010 08:51:16 +0000 (10:51 +0200)]
frameworkd: bump SRCREV for fixed "oneshot" vibration.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Klaus Kurzmann [Sun, 25 Apr 2010 19:16:28 +0000 (21:16 +0200)]
frameworkd_git.bb: bump rev for fixed MissedCall signal
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Michael 'Mickey' Lauer [Sun, 25 Apr 2010 18:44:28 +0000 (20:44 +0200)]
libgee: convert to BBEXTENDSCLASS
Michael 'Mickey' Lauer [Sun, 25 Apr 2010 18:43:24 +0000 (20:43 +0200)]
vala.bbclass and assorted recipes: create own task for installing .vapi and .deps instead of using do_stage()
This allows to move most FSO packages to new staging
Klaus Kurzmann [Sun, 25 Apr 2010 18:09:05 +0000 (20:09 +0200)]
frameworkd_git.bb: bump rev to get latest fixes
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Koen Kooi [Sun, 25 Apr 2010 17:10:30 +0000 (19:10 +0200)]
mesa, mesa-xlib: add 7.8
Martin Jansa [Sun, 25 Apr 2010 16:24:07 +0000 (18:24 +0200)]
ventura: bump SRCREV for hidding menu
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Chris Larson [Sun, 25 Apr 2010 14:53:11 +0000 (07:53 -0700)]
Revert "do_unpack: shift some responsibility around, clean things up"
Revert "base.bbclass: unbork oe_unpack_file"
I give up. Will revisit later, after more testing, and after removing the
unnecessary glob usages in SRC_UR in the metadata.
This reverts commit
5c8bfd6873939024d57278343035cfab0257bdb3.
This reverts commit
757ec3d76d258c15828de2d85dd8ce9abb4c1323.
Roman Khimov [Sun, 18 Apr 2010 22:41:40 +0000 (22:41 +0000)]
change INHIBIT_PACKAGE_STRIP to PACKAGE_STRIP with more options
Originally approached with "package.bbclass: introduce KEEP_GNU_DEBUGLINK":
http://patchwork.openembedded.org/patch/886/
Redone with a change from INHIBIT_PACKAGE_STRIP to PACKAGE_STRIP which
allows more options. By default it does exactly the same thing as is done
today, strips the binary, but keeps the gnu.debuglink section. When set to
"no", stripping is not done at all, when set to "full" the gnu.debuglink
section is not re-added to the binary.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Acked-by: Chris Larson <chris_larson@mentor.com>
Chris Larson [Sat, 24 Apr 2010 23:51:11 +0000 (16:51 -0700)]
oe.path.relative: add missing imports
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Andrea Adami [Sat, 24 Apr 2010 22:33:41 +0000 (00:33 +0200)]
kexecboot.inc: disable serial debug for Zaurus c7x0 (enough testing;)
Andrea Adami [Sat, 24 Apr 2010 22:30:08 +0000 (00:30 +0200)]
kexecboot.inc: refresh list of configure options
Andrea Adami [Sat, 24 Apr 2010 21:16:40 +0000 (23:16 +0200)]
[various]: fis absolute reference to 'recipes/'.
* this could interfere with local collections.
Chris Larson [Sat, 24 Apr 2010 21:14:22 +0000 (14:14 -0700)]
Revert "oe.path.relative: switch to a different appraoch"
Drop this for now, seems to cause issues with python 2.5.
This reverts commit
5c923fd35c369bae929fc0e110121abeaffab493.
Klaus Kurzmann [Sat, 24 Apr 2010 19:56:04 +0000 (21:56 +0200)]
pyphonelog_git.bb: bump rev to get 'multiple contacts with same number' fix
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Michael 'Mickey' Lauer [Sat, 24 Apr 2010 13:52:40 +0000 (15:52 +0200)]
linux-leviathan: bump to a revision that can suspend/resume. Thanks Alain!
Chris Larson [Sat, 24 Apr 2010 16:42:17 +0000 (09:42 -0700)]
base.bbclass: unbork oe_unpack_file
I accidentally messed up the merge, sorry about that.
Signed-off-by: Chris Larson <clarson@kergoth.com>
Graeme Gregory [Sat, 24 Apr 2010 13:48:39 +0000 (14:48 +0100)]
qemu_0.12.3.bb : add two patches from git to fix cp15 access
Found these were needed when upgrading to gcc 4.5.0/glibc 2.10.1 combo
Michael 'Mickey' Lauer [Fri, 23 Apr 2010 22:37:09 +0000 (00:37 +0200)]
task-cli-tools-debug: add mkdump
Michael 'Mickey' Lauer [Fri, 23 Apr 2010 22:36:35 +0000 (00:36 +0200)]
mkdump: new recipe; kernel netlink and kobject message dumper
Michael 'Mickey' Lauer [Fri, 23 Apr 2010 22:36:02 +0000 (00:36 +0200)]
vala[-native]: 0.8.0.69-35df9 -> 0.8.0.89-8ccb91
Khem Raj [Sat, 24 Apr 2010 00:32:41 +0000 (17:32 -0700)]
uclibc/nptl: Remove nptl recipes.
* uclibc nptl has been merged into master upstream.
therefore remove the recipes for nptl branch.
* Use nptl as default pthreads for uclibc git recipes.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Chris Larson [Mon, 19 Apr 2010 03:02:21 +0000 (20:02 -0700)]
oe.path.relative: switch to a different appraoch
Signed-off-by: Chris Larson <clarson@kergoth.com>
Chris Larson [Thu, 15 Apr 2010 01:25:58 +0000 (18:25 -0700)]
oe.path.relative: leverage os.path.relpath if available
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Chris Larson [Thu, 15 Apr 2010 01:04:55 +0000 (18:04 -0700)]
oe.path.join: simplify a bit
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Chris Larson [Thu, 15 Apr 2010 00:59:49 +0000 (17:59 -0700)]
Initial move of common python bits into modules of the 'oe' python package
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Chris Larson [Thu, 15 Apr 2010 00:57:00 +0000 (17:57 -0700)]
base.bbclass: add <dir>/lib for each dir in BBPATH to the python search path
Also makes the os, time, and bb package availability explicit.
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Chris Larson [Wed, 17 Mar 2010 15:05:40 +0000 (08:05 -0700)]
do_unpack: shift some responsibility around, clean things up
- Move the unpacking message printing into do_unpack
- Move the destination directory determination into do_unpack
- Use subprocess's ability to pass in PATH and cwd rather than mangling the cmd
- Use shutil.copy2/copytree for ordinary file "unpack"
- Use the existing urldata from bb.fetch.init rather than re-decodeurl'ing the urls
- Only display the unpack destdir to the user when debugging is enabled, as we
all know they unpack into WORKDIR
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Vladimir Sorokin [Fri, 5 Mar 2010 17:12:21 +0000 (20:12 +0300)]
perl: undef 'futimes' for uclibc build
Function 'futimes' doesn't exist in uClibc.
Signed-off-by: Vladimir Sorokin <sorokin@altell.ru>
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Roman I Khimov [Tue, 6 Apr 2010 07:02:57 +0000 (11:02 +0400)]
proxy-libintl: fix build for x86_64
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Klaus Kurzmann [Fri, 23 Apr 2010 18:52:56 +0000 (20:52 +0200)]
pyphonelog_git.bb: bump rev to get fixes for changed opimd
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Roman I Khimov [Fri, 23 Apr 2010 14:59:28 +0000 (18:59 +0400)]
cluster-resource-agents: update to version 1.0.3
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Roman I Khimov [Fri, 23 Apr 2010 14:05:35 +0000 (18:05 +0400)]
cluster-glue: update to version 1.0.5
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Roman I Khimov [Fri, 23 Apr 2010 13:39:12 +0000 (17:39 +0400)]
corosync: update to version 1.2.1
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Roman I Khimov [Fri, 23 Apr 2010 09:49:04 +0000 (13:49 +0400)]
pacemaker: fix volatiles
populate-volatile.sh doesn't like blank lines in volatile files.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Roman I Khimov [Fri, 23 Apr 2010 09:47:39 +0000 (13:47 +0400)]
corosync: fix volatiles
populate-volatile.sh doesn't like blank lines in volatile files.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Roman I Khimov [Fri, 23 Apr 2010 09:22:44 +0000 (13:22 +0400)]
pacemaker: fix uclibc build
Software stack protection is not available.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Roman I Khimov [Fri, 23 Apr 2010 09:21:58 +0000 (13:21 +0400)]
cluster-resource-agents: fix uclibc build
Software stack protection is not available.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Roman I Khimov [Fri, 23 Apr 2010 09:20:42 +0000 (13:20 +0400)]
cluster-glue: fix uclibc build
Stack protection is not available.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Roman I Khimov [Fri, 23 Apr 2010 09:18:55 +0000 (13:18 +0400)]
cluster-resource-agents: disable doc build
Unreliable (breaks from time to time) and VERY time consuming.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Koen Kooi [Fri, 23 Apr 2010 18:25:15 +0000 (20:25 +0200)]
opencv + samples: update to 2.1.0
Klaus Kurzmann [Fri, 23 Apr 2010 17:15:05 +0000 (19:15 +0200)]
e-wm-config-illume2-shr_git.bb: bump rev to get adjusted config for current illume2
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Klaus Kurzmann [Fri, 23 Apr 2010 17:12:47 +0000 (19:12 +0200)]
frameworkd_git.bb: bump rev to get message timestamp fix
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Koen Kooi [Fri, 23 Apr 2010 14:33:38 +0000 (16:33 +0200)]
gpicview: add 0.2.1
Koen Kooi [Fri, 23 Apr 2010 14:30:52 +0000 (16:30 +0200)]
angstrom-task-lxde: add tasks to base an LXDE image on
Koen Kooi [Fri, 23 Apr 2010 14:30:05 +0000 (16:30 +0200)]
pmount: fix config.rpath problem
Koen Kooi [Fri, 23 Apr 2010 13:45:46 +0000 (15:45 +0200)]
xfce4-settings: add 4.6.4
Koen Kooi [Fri, 23 Apr 2010 11:46:45 +0000 (13:46 +0200)]
xfce-base apps: convert to new style staging
Koen Kooi [Fri, 23 Apr 2010 11:41:47 +0000 (13:41 +0200)]
xfce-base libs: convert to new style staging
David-John Willis [Thu, 22 Apr 2010 11:10:17 +0000 (12:10 +0100)]
xfce4-panel: Add 4.6.3 and support new style checksums in xfce46.bbclass.
Chris Larson [Thu, 22 Apr 2010 20:57:01 +0000 (13:57 -0700)]
Use the python modules for checksum generation where we can
Based on
df32920678d15c86897b50b752b937210a01edea.
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Tested-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Thu, 22 Apr 2010 20:08:48 +0000 (13:08 -0700)]
gcc-svn.inc: Change version to 4.6.0
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Thu, 22 Apr 2010 20:07:33 +0000 (13:07 -0700)]
gcc: Add recipes for version 4.5.0
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Roman I Khimov [Tue, 20 Apr 2010 10:33:56 +0000 (14:33 +0400)]
util-linux-ng: handle chrt through alternatives too
Can be provided by busybox.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Martin Jansa [Thu, 22 Apr 2010 19:15:19 +0000 (21:15 +0200)]
task-shr-minimal: drop fso-abyss from RDEPENDS (not needed with fsogsmd)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Thu, 22 Apr 2010 19:10:35 +0000 (21:10 +0200)]
frameworkd-config-shr: drop fso-abyss from RDEPENDS (not needed with fsogsmd)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Thu, 22 Apr 2010 19:08:59 +0000 (21:08 +0200)]
task-shr-feed: drop fso-abyss and mokoko
* fso-abyss is not needed with fsogsmd
* mokoko is broken after last EFL bump and pretty much dead
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Klaus Kurzmann [Thu, 22 Apr 2010 18:55:20 +0000 (20:55 +0200)]
libframeworkd-glib_git.bb: bump rev to get fsogsmd compatability fix
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Roman I Khimov [Thu, 15 Apr 2010 15:19:43 +0000 (19:19 +0400)]
util-linux-ng: handle setsid through alternatives too
It can be provided by busybox.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Antonio Ospite [Thu, 22 Apr 2010 15:00:30 +0000 (17:00 +0200)]
python-2.6.4: make Modules/_ctypes/libffi configure
This fixes configure issues with recent autoconf, e.g:
autoreconf: Entering directory `Modules/_ctypes/libffi'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force
configure.ac:26: error: m4_copy: won't overwrite defined macro: \
_AC_ARG_VAR_PRECIOUS
configure.ac:26: the top level
It also adjustes Makefile.am to take into account the fact that python ships
incomplete source from libffi.
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Koen Kooi [Thu, 22 Apr 2010 13:42:33 +0000 (15:42 +0200)]
liblauncher: add 0.3.8, disabled by default since it breaks API
Martin Jansa [Thu, 22 Apr 2010 13:37:12 +0000 (15:37 +0200)]
qwo: add patch for build with automake-1.11
* qwo.1 is created in created in DESTDIR already with help2man, no need
to add it to DEST files
* automake-1.11 checks for files instaled more than once and fails
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Thu, 22 Apr 2010 13:04:14 +0000 (15:04 +0200)]
libconfig_1.3.2: add patch for build with automake-1.11
* libconfig.h is installed twice from $(libinc) and then again from $(libinc_cpp)
* newer automake checks that and fails
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Koen Kooi [Thu, 22 Apr 2010 12:02:30 +0000 (14:02 +0200)]
glib-2.0 2.24.0: apply two patches from release branch and one from ubuntu
Roger Monk [Thu, 22 Apr 2010 01:33:51 +0000 (02:33 +0100)]
ti-local-power-manager: Remove OPT from LPM sources using #define
* OPT Argument Decorator is no longer used/supported in latest dsplink versions
* LPM implements some callback functions from DSPLINK which used this decorator
* 'Void _TAL_translateCallback (IN Uint32, IN OPT Pvoid, IN OPT Pvoid);'
* Remove by passing -DOPT="" to LPM build
* Safe to remove for building against older DSPLINK versions as well
* Bump PR
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <koen@openembedded.org>
Roger Monk [Thu, 22 Apr 2010 01:25:11 +0000 (02:25 +0100)]
ti-dsplink: Add runtime depends for examples on lpm-utils for lpmOn/Off utils
* DSPLINK Examples need to use lpmOn/Off add RDEPENDS
* Bump PR
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <koen@openembedded.org>
Roger Monk [Thu, 22 Apr 2010 01:21:40 +0000 (02:21 +0100)]
ti-dsplink: Use new URL and add dsplink v1.65.00.02 (early adopter)
* Add new version (1.65.00.02) - eary adopter release
* Start using new URI base location
* Introduce variables to keep SRC_URI common and PV variants
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <koen@openembedded.org>
Roger Monk [Thu, 22 Apr 2010 00:41:35 +0000 (01:41 +0100)]
ti-dsplink: Move dsplink_1.64 fix-ups into version specific recipe
* Fix-ups for kernel headers and CROSS_COMPILE are specific to 1.64
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <koen@openembedded.org>
Roger Monk [Thu, 22 Apr 2010 00:14:20 +0000 (01:14 +0100)]
ti-dsplink: Introduce DSPLINKDSP to simplify DSP executable install
* Add new variable DSPLINKDSP to be used in install scripts
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <koen@openembedded.org>
Roger Monk [Thu, 22 Apr 2010 00:03:36 +0000 (01:03 +0100)]
ti-dsplink: remove unnecessary 'clean' step
* dsplink installations (when used directly, and not from cetools)
are clean and therefore don't need a clean step
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <koen@openembedded.org>
Sergey Lapin [Thu, 22 Apr 2010 10:31:48 +0000 (14:31 +0400)]
busybox: prevent postinst script from failing
recent addition in rootfs_ipk.bbclass which runs postinst scripts with
-e option, while very useful, prevents busybox from configuring at image
build time. It will be configured at first image boot if your file
system is writable, but in case of e.g. squashfs, that will be fatal
error. This commit prevents postinst to fail, so busybox will create
all needed links at image build time.
Koen Kooi [Thu, 22 Apr 2010 08:19:56 +0000 (10:19 +0200)]
tinylogin: bump PR for LICENSE change
Chris Larson [Thu, 15 Apr 2010 01:33:35 +0000 (18:33 -0700)]
utils.bbclass: make check_app_exists slightly more pythonic
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Chris Larson [Thu, 22 Apr 2010 02:55:20 +0000 (19:55 -0700)]
Add emit_data.bbclass, which emits the metadata and displays diffs from previous
This can be useful for making invasive changes, to see if you inadvertantly broke something.
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Andrea Adami [Wed, 21 Apr 2010 22:28:04 +0000 (00:28 +0200)]
linux-kexecboot: fix poodle resolution in 2.6.33-rc4 (still no joy)
Chris Larson [Wed, 21 Apr 2010 22:13:01 +0000 (15:13 -0700)]
Add an initial layer.conf for use with bitbake's bblayers support, for convenience
Signed-off-by: Chris Larson <clarson@kergoth.com>
Denys Dmytriyenko [Wed, 21 Apr 2010 19:57:17 +0000 (15:57 -0400)]
tinylogin: update LICENSE to more specific GPLv2
Martin Jansa [Wed, 21 Apr 2010 19:33:14 +0000 (21:33 +0200)]
shr: bump SRCREVs for fsogsmd compatible versions
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Wed, 21 Apr 2010 18:33:55 +0000 (20:33 +0200)]
frameworkd-config-shr: bump SRCREVs to disable ogsmd and switch to fsogsmd
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Wed, 21 Apr 2010 18:33:12 +0000 (20:33 +0200)]
frameworkd: bump SRCREV for s/Notify/Changed/ in opreferencesd
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Wed, 21 Apr 2010 18:39:18 +0000 (20:39 +0200)]
fsogsmd: install dbus activation file again for SHR
Martin Jansa [Wed, 21 Apr 2010 09:15:46 +0000 (11:15 +0200)]
EFL: bump SRCREV for more illume2 fixes
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Wed, 21 Apr 2010 17:20:22 +0000 (19:20 +0200)]
shr-settings: bump SRCREV
Martin Jansa [Wed, 21 Apr 2010 14:46:42 +0000 (16:46 +0200)]
fso: bump SRCREV for libfsotransport fixes (reliable GSM registration for om)
Joachim Ott [Wed, 21 Apr 2010 12:59:03 +0000 (14:59 +0200)]
base-files: improve profile for SHR
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Koen Kooi [Wed, 21 Apr 2010 12:00:45 +0000 (14:00 +0200)]
angstrom feed sorter: atomically replace list of know packages
This change also makes it preserve packages that have been deleted, so we can now safely delete morgue directories
Koen Kooi [Wed, 21 Apr 2010 11:42:52 +0000 (13:42 +0200)]
linux-omap-psp 2.6.32: change 37xx OPP to latest definitions
Koen Kooi [Wed, 21 Apr 2010 11:01:55 +0000 (13:01 +0200)]
meta-toolchain: add hook to install proper feedconfigs and add an extra check to prevent bogus ones from going in
Koen Kooi [Wed, 21 Apr 2010 11:01:35 +0000 (13:01 +0200)]
meta-toolchain-qte: include QT version for angstrom
Graeme Gregory [Wed, 21 Apr 2010 10:38:52 +0000 (11:38 +0100)]
Merge branch 'org.openembedded.dev' of git+ssh://git.openembedded.org/openembedded into org.openembedded.dev
Graeme Gregory [Wed, 21 Apr 2010 10:37:53 +0000 (11:37 +0100)]
linux-omap-zoomsync_2.6.32.bb : OTG support without gadget
Taken from linux-omap-psp patches, makes zoom2 much more user friendly
Marco Cavallini [Wed, 21 Apr 2010 10:24:52 +0000 (12:24 +0200)]
include/kaeilos-2010.inc: includes for KaeilOS version 2010
Marco Cavallini [Wed, 21 Apr 2010 10:23:36 +0000 (12:23 +0200)]
kaeilos-2010.conf: added new KaeilOS version 2010