Martin Jansa [Mon, 7 Feb 2011 09:10:52 +0000 (10:10 +0100)]
task-shr-feed: add samba
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Steffen Sledz [Mon, 7 Feb 2011 08:00:34 +0000 (09:00 +0100)]
testscript.sh: update to bitbake 1.10.2
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
Henning Heinold [Sun, 6 Feb 2011 22:56:54 +0000 (23:56 +0100)]
python-pygobject-native: set RDEPENDS to nothing
Henning Heinold [Sun, 6 Feb 2011 22:55:33 +0000 (23:55 +0100)]
pango: set RRECOMMENDS_${PN} to nothing for virtclass-native
Henning Heinold [Sun, 6 Feb 2011 22:54:19 +0000 (23:54 +0100)]
update-rc.d.bbclass: set RDEPENDS_${PN} to nothing for virtclass-native
Mike Westerhof [Sun, 6 Feb 2011 20:03:05 +0000 (14:03 -0600)]
SlugOS: kernel -- make 2.6.37 the preferred kernel for SlugOS
and introduce the SlugOS linux-ixp4xx kernel recipe to make it so.
(preference set to -1 so that nothing picks this up until ready.)
Yuri Bushmelev [Sat, 5 Feb 2011 22:25:18 +0000 (01:25 +0300)]
oestats-client.bbclass: Fix oestats-client
* Relax empty data checking (replace asserts)
* Replace direct path manipulations with os.path.join
* Replace bb.note() with bb.warn() where appropriate
* Improve diagnostic messages
Mike Westerhof [Sun, 6 Feb 2011 19:41:49 +0000 (13:41 -0600)]
SlugOS: initscripts - simplify kexec handling in reboot, fix option ordering.
At some point, kexec became sensitive to the order of the --exec and --force
options, so kexec was no longer booting a previously-loaded kernel at reboot.
Eric Bénard [Thu, 3 Feb 2011 19:52:32 +0000 (20:52 +0100)]
busybox-1.18.2: add latest fixes
modprobe : revert commit
1396221d5a741ef8e1e8abca88836b341a3cab84
bb git commit :
8ae386bf195c6ea53232bacd2eb8cf26676962e4
libbb: spawn should remove child which failed to exec
bb git commit :
c5d0f15dbd8087f60b377fa9fc18d08698429189
Signed-off-by: Eric Bénard <eric@eukrea.com>
Martin Jansa [Sat, 5 Feb 2011 13:56:46 +0000 (14:56 +0100)]
efl-from-svn: make it more usefull
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Tue, 7 Dec 2010 08:02:55 +0000 (09:02 +0100)]
efreet: newer revisions have icon cache enabled by default and dropped old code
* option --enable-icon-cache was removed with old code
* this file is needed as part of main libefreet1 package
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Sat, 5 Feb 2011 07:30:44 +0000 (08:30 +0100)]
efl-from-svn.inc: add include to use EFL from svn instead of released tarballs
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Henning Heinold [Fri, 4 Feb 2011 19:11:46 +0000 (20:11 +0100)]
jamvm-initial: remove version 1.5.0, version 1.4.5 is good enough for our needs
Henning Heinold [Fri, 4 Feb 2011 19:07:32 +0000 (20:07 +0100)]
jamvm-initial: fix legacy staging
Martin Jansa [Fri, 4 Feb 2011 18:11:56 +0000 (19:11 +0100)]
navit: use .desktop and .png files from sources and remove those from OE repo
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Henning Heinold [Fri, 4 Feb 2011 18:46:43 +0000 (19:46 +0100)]
libecj-bootstrap: add version 3.6.1
Henning Heinold [Fri, 4 Feb 2011 18:46:10 +0000 (19:46 +0100)]
libecj-bootstrap: delete versions that are not pinned
Henning Heinold [Fri, 4 Feb 2011 18:37:55 +0000 (19:37 +0100)]
cacao-native: update to the latest hg version
Henning Heinold [Fri, 4 Feb 2011 17:57:44 +0000 (18:57 +0100)]
openjdk-6: add version 1.8.5 with security fixes AND libtool2.4 support for cacao build
Henning Heinold [Fri, 4 Feb 2011 17:57:18 +0000 (18:57 +0100)]
openjdk-6: remove one patch which is not needed anymore
Henning Heinold [Fri, 4 Feb 2011 12:57:28 +0000 (13:57 +0100)]
jikes: fix RDEPENDS, so the native package don't drag in classpath from target
Fabian Ruff [Mon, 31 Jan 2011 18:32:15 +0000 (18:32 +0000)]
totem-pl-parser_2.30.0: fix configure without gobject introspection
this bugfix removes the configure error:
HAVE_INTROSPECTION does not appear in AM_CONDITIONAL
Acked-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: Paul Menzel <paulepanter@users.sourceforge.net>
Signed-off-by: Fabian Ruff <fabian@progra.de>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Paul Menzel [Mon, 24 Jan 2011 07:19:04 +0000 (08:19 +0100)]
xbmc: add `gperf-native` to `DEPENDS`
Task `configure` fails otherwise with the following error.
configure: == VDADecoder support manually disabled. ==
checking OpenMAX/il/OMX_Types.h usability... no
checking OpenMAX/il/OMX_Types.h presence... no
checking for OpenMAX/il/OMX_Types.h... no
== Could not find libnvomx. OpenMax support disabled. ==
checking for gawk... yes
checking for cmake... yes
checking for gperf... no
configure: error: Could not find a required program. Please see the README f
ERROR: Function do_configure failed
This patch is build tested with `angstrom-2008.1` for `MACHINE = "beagleboard"`.
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Norman Schleicher [Fri, 4 Feb 2011 17:30:41 +0000 (18:30 +0100)]
navit: fix QA issues in .desktop files
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Fri, 4 Feb 2011 17:29:24 +0000 (18:29 +0100)]
libpciaccess: upgrade from 0.12.0 to 0.12.1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Fri, 4 Feb 2011 17:29:04 +0000 (18:29 +0100)]
xrdb: upgrade from 1.0.7 to 1.0.8
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Cliff Brake [Fri, 4 Feb 2011 15:21:50 +0000 (10:21 -0500)]
weekly-changelog-report.sh: remove Holger's branch
Martin Jansa [Fri, 4 Feb 2011 15:11:25 +0000 (16:11 +0100)]
gnu-config: update also bindir change to replace /usr/bin/env instead of /usr/bin/perl
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Fri, 4 Feb 2011 15:00:12 +0000 (16:00 +0100)]
gnu-config: use /usr/bin/env perl instead of /usr/bin/perl in gnu-configize.in
* fixes errors like this
| /OE/tmpdir-shr/sysroots/armv4t-oe-linux-gnueabi/usr/share/aclocal/libpcap.m4:40: warning: underquoted definition of AC_LBL_C_INIT_BEFORE_CC
| /OE/tmpdir-shr/sysroots/armv4t-oe-linux-gnueabi/usr/share/aclocal/libpcap.m4:40: run info '(automake)Extending aclocal'
| /OE/tmpdir-shr/sysroots/armv4t-oe-linux-gnueabi/usr/share/aclocal/libpcap.m4:40: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
| autoreconf: running: /OE/tmpdir-shr/sysroots/x86_64-linux/usr/bin/autoconf --include=/OE/tmpdir-shr/work/armv4t-oe-linux-gnueabi/efreet-2_1.0.999+svnr56704-r0.0/efreet/m4/ --include=/OE/tmpdir-shr/sysroots/armv4t-oe-linux-gnueabi/usr/share/aclocal-1.11 --include=/OE/tmpdir-shr/sysroots/armv4t-oe-linux-gnueabi/usr/share/aclocal --force --warnings=cross
| autoreconf: running: /OE/tmpdir-shr/sysroots/x86_64-linux/usr/bin/autoheader --include=/OE/tmpdir-shr/work/armv4t-oe-linux-gnueabi/efreet-2_1.0.999+svnr56704-r0.0/efreet/m4/ --include=/OE/tmpdir-shr/sysroots/armv4t-oe-linux-gnueabi/usr/share/aclocal-1.11 --include=/OE/tmpdir-shr/sysroots/armv4t-oe-linux-gnueabi/usr/share/aclocal --force --warnings=cross
| autoreconf: running: automake --foreign --add-missing --copy --force-missing --warnings=cross
| automake: unknown warning category cross
| autoreconf: running: gnu-configize
| /usr/bin/perl: symbol lookup error: /OE/tmpdir-shr/sysroots/x86_64-linux/usr/lib/perl/5.10.1/auto/IO/IO.so: undefined symbol: Perl_Istack_sp_ptr
| autoreconf: gnu-configize failed with exit status: 127
* or like this:
| Perl lib version (5.10.1) doesn't match executable version (v5.12.3) at /OE/tmpdir-shr/sysroots/x86_64-linux/usr/lib/perl/5.10.1/Config.pm line 50."
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Chris Larson [Mon, 31 Jan 2011 16:28:42 +0000 (09:28 -0700)]
autotools: use oe.utils.inherits
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Cliff Brake [Fri, 4 Feb 2011 14:37:24 +0000 (09:37 -0500)]
update-testing-branch.sh: script to do the weekly testing branch update
Henning Heinold [Thu, 3 Feb 2011 20:49:54 +0000 (21:49 +0100)]
help2man: fix drag in of target perl for the native package
Frans Meulenbroeks [Thu, 3 Feb 2011 20:14:55 +0000 (21:14 +0100)]
minimal.conf: removed pinning of perl 5.10.1 now it has become the default
as discussed with and agreed by Mickey.
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Denis 'GNUtoo' Carikli [Thu, 3 Feb 2011 19:42:59 +0000 (20:42 +0100)]
nokia900.conf: added ubifs arguments
Thanks JaMa on #openmoko-cdevel on Freenode on irc for help on the sub-pages:
Feb 02 11:41:58 <JaMa|Wrk> GNUtoo|laptop: also for gta02 I had to sacrifise sub-pages, -s same as -m otherwise it always failed
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Tom Rini [Thu, 3 Feb 2011 18:54:22 +0000 (11:54 -0700)]
perl-native: Switch to using create_wrapper to make perl relocatable.
This is taken from poky. In addition to problems in upstream
perl 5.12.x, Martin Jansa discovered that the regex perl uses during
install is broken for things like /OE/whatever (due to not escapipng the
periods in the regex perl uses).
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Thu, 3 Feb 2011 01:13:13 +0000 (18:13 -0700)]
perl: Make this not be MACHINE-specific in pstaging+signatures
Based on
d332f1881f362cef88f2b9f40186482ac612c2d0 and
b02a4addca8a4727767e24953b98f30399e3592b in poky.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Steffen Sledz [Thu, 3 Feb 2011 15:00:28 +0000 (16:00 +0100)]
linux-2.6.24: enable oprofile support/modules for hipox machine
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
Stefan Schmidt [Tue, 21 Dec 2010 13:35:36 +0000 (14:35 +0100)]
xserver-nodm-init: switch to ndm-init 2.0 to get a working matchbox session under Xorg
Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
Acked-by: Graeme Gregory <dp@xora.org.uk>
Acked-by: Koen Kooi <koen@openembedded.org>
Stefan Schmidt [Tue, 1 Feb 2011 07:46:33 +0000 (08:46 +0100)]
connman: Don't prefer connman git version over the latest release in angstrom
Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
Acked-by: Graeme Gregory <dp@xora.org.uk>
Acked-by: Koen Kooi <koen@openembedded.org>
Stefan Schmidt [Thu, 3 Feb 2011 10:55:14 +0000 (11:55 +0100)]
bug2v4l2: Add recipe bug20 v4l2 interface
Stefan Schmidt [Thu, 3 Feb 2011 10:53:46 +0000 (11:53 +0100)]
com.buglabs.app.bugdash2: Bump for newer version
Stefan Schmidt [Mon, 31 Jan 2011 10:26:43 +0000 (11:26 +0100)]
buglabs-autorev.inc: Add include file for BugLabs AUTOREV builds
Stefan Schmidt [Thu, 3 Feb 2011 13:50:18 +0000 (14:50 +0100)]
linux-bug20-linaro_2.6.35: Add experimental recipe
Stefan Schmidt [Thu, 11 Nov 2010 08:36:15 +0000 (09:36 +0100)]
bug-image-production.bb: Add BugLabs production image shipped on our devices.
Stefan Schmidt [Wed, 8 Dec 2010 10:28:28 +0000 (11:28 +0100)]
bug-ramdisk: Add ramdisk image for QA testing
Stefan Schmidt [Thu, 11 Nov 2010 08:35:40 +0000 (09:35 +0100)]
task-poky.bb: Add poky and sato tasks we are using in our images
Stefan Schmidt [Thu, 11 Nov 2010 08:35:14 +0000 (09:35 +0100)]
task-bug-feed-extra.bb: Add tasks for our feed
Stefan Schmidt [Thu, 11 Nov 2010 08:34:40 +0000 (09:34 +0100)]
task-bug-apps.bb: Add tasks for BugLabs applications
Stefan Schmidt [Thu, 11 Nov 2010 08:33:56 +0000 (09:33 +0100)]
task-bug.bb: Add bug core tasks used in our images
Stefan Schmidt [Thu, 2 Dec 2010 15:00:50 +0000 (16:00 +0100)]
buglabs-apps: BugLabs java applications.
Tons of small apps that live on buglabs.net and are mostly arch independent. These
recipes make them available for images and feeds.
Stefan Schmidt [Thu, 3 Feb 2011 09:49:58 +0000 (10:49 +0100)]
ofono: Add recipes from poky.
Also add the newest, 0.40, release.
Stefan Schmidt [Thu, 3 Feb 2011 08:22:49 +0000 (09:22 +0100)]
wpa-supplicant_0.7: Package dbus system-service activation files an bump PR.
Without these files wpa-supplicant will not lauchn on-demand when the bus
name get called.
Stefan Schmidt [Wed, 2 Feb 2011 14:20:42 +0000 (15:20 +0100)]
angstrom-2008-preferred-versions: Bump wpa-supplicant version to 0.7.3
This allows the use of the new DBUS API which is needed by connman 0.68 and
higher.
Signed-off-by: Stefan Schmidt <stefan@buglabs.net>
Acked-by: Koen Kooi <koen@openembedded.org>
chase maupin [Mon, 31 Jan 2011 22:15:40 +0000 (22:15 +0000)]
sourceipk: fix race condition with compileconfigs/multi-kernel
* This patch adds an empty compileconfigs function to the
sourceipk class.
* This is required because when making a sourceipk of a
package using the multi-kernel.inc functionality you will
have a race condition between the compileconfigs of the
multi-kernel file building the kernel and sourceipk trying
to copy and patch the sources. The resulting conditions
can then occur:
- You will package some interim build files, yielding
a sourceipk that is not consistent between builds
- You will try to copy interim build files as they are
being deleted which will result in an error and break
the build.
* The empty compileconfigs function is overwritten by the
real compileconfigs function when the multi-kernel.inc file
is used.
Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Andrea Adami [Wed, 2 Feb 2011 23:28:25 +0000 (00:28 +0100)]
kexecboot: add --enable-delay=2 for collie too.
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Graham Gower [Wed, 2 Feb 2011 22:33:00 +0000 (09:03 +1030)]
opkg.inc: bump SRCREV to pull in a couple of important fixes.
Signed-off-by: Graham Gower <graham.gower@gmail.com>
Tom Rini [Wed, 2 Feb 2011 16:43:06 +0000 (09:43 -0700)]
perl-rdepends_5.8.8.inc: Remove orphaned file
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Wed, 2 Feb 2011 15:19:57 +0000 (08:19 -0700)]
help2man: Update for using our perl-native
Now that we have perl-native going early, we want to wait for
it to be done, along with autoconf/automake. But that's just
race prevention as we still don't want to re-run autoconf.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Wed, 2 Feb 2011 15:09:18 +0000 (08:09 -0700)]
automake: Updates for taking advantage of our own perl
We don't need to modify what perl is used since we always mangle
the results to use /usr/bin/env perl.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Wed, 2 Feb 2011 15:08:55 +0000 (08:08 -0700)]
autoconf: Clean up slightly our mangle for /usr/bin/env
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Mike Westerhof [Wed, 2 Feb 2011 15:50:37 +0000 (09:50 -0600)]
SlugOS: slugos-pacakges.bb - change kexec back to kexec-tools
(DEPENDS requires the recipe name, not the package name)
Signed-off-by: Mike Westerhof <mike@mwester.net>
Stefan Schmidt [Wed, 2 Feb 2011 14:24:44 +0000 (15:24 +0100)]
connman_0.68: Update configure options and enable ofono plugin
Stefan Schmidt [Wed, 2 Feb 2011 14:22:30 +0000 (15:22 +0100)]
wpa-supplicant_0.7.3: Enable the new DBUS API and bump PR.
The new dbus API is needed for at least connman >= 0.68 maybe others as well.
Andrea Adami [Wed, 2 Feb 2011 00:02:10 +0000 (01:02 +0100)]
linux-kexecboot: refresh Zaurus defconfigs for new SRCREV (2.6.38-rc3)
* try to unbreak collie mtd
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Andrea Adami [Tue, 1 Feb 2011 22:52:10 +0000 (23:52 +0100)]
linux-kexecboot: move SRCREV of git recipe to 2.6.38-rc3
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Tom Rini [Tue, 1 Feb 2011 22:08:43 +0000 (15:08 -0700)]
postgresql: Pass --disable-spinlocks on SH4, use INC_PR
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Thu, 27 Jan 2011 17:28:27 +0000 (10:28 -0700)]
bitbake.conf: Drop unused perl-native-runtime ASSUME_PROVIDED
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Thu, 27 Jan 2011 17:28:07 +0000 (10:28 -0700)]
autoconf: Add perl-native as a dep
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Thu, 27 Jan 2011 17:27:38 +0000 (10:27 -0700)]
automake: Add perl-native as a dep rather than perl-runtime-native
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Thu, 27 Jan 2011 17:24:52 +0000 (10:24 -0700)]
perl-native: Switch to userelocatableinc and not shared libperl
While in here, we didn't use db nor gdbm so remove those as deps.
This recipe is safe with no other deps so add INHIBIT_DEFAULT_DEPS
and switch to patch as PATCHTOOL. Being relocatable means we don't need
the config.sh mangling we had been doing and we want to be more clear
about our mangling of scripts to use /usr/bin/env perl
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Thu, 27 Jan 2011 17:23:53 +0000 (10:23 -0700)]
perl: Drop 5.8.8, bump PR in all perl recipes
Also remove DEFAULT_PREFERENCE = -1 from 5.10.1
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Tue, 1 Feb 2011 16:04:58 +0000 (09:04 -0700)]
site info: Move ac_cv_conv_longlong_to_float to common-linux
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Marek Sujak [Tue, 1 Feb 2011 09:01:02 +0000 (10:01 +0100)]
barebox: add patch for vmx25
* memory timing, custom init scripts, mach id's
* default config file
* tested with angstrom 2010.x eglibc compiler
Signed-off-by: Marek Sujak <sujak.marek@gmail.com>
Signed-off-by: Eric Bénard <eric@eukrea.com>
Tom Rini [Tue, 1 Feb 2011 00:34:05 +0000 (17:34 -0700)]
site infos: Move ac_cv_sys_restartable_syscalls to common-linux
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Tue, 1 Feb 2011 00:25:49 +0000 (17:25 -0700)]
sh-common: Add postgresql info
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Koen Kooi [Tue, 1 Feb 2011 08:51:21 +0000 (09:51 +0100)]
angstrom-uboot-scripts: add some more scripts
Signed-off-by: Koen Kooi <koen@openembedded.org>
Stefan Schmidt [Tue, 1 Feb 2011 07:46:04 +0000 (08:46 +0100)]
connman: Add recipe for 0.68 release
Tom Rini [Tue, 1 Feb 2011 00:06:34 +0000 (17:06 -0700)]
qmake_base.bbclass: Add cases for linux-gnuspe/linux-uclibcspe
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Marek Sujak [Fri, 28 Jan 2011 13:54:50 +0000 (14:54 +0100)]
kernel: added support for vmx25 into recipe 2.6.35 kernel
* modified recipe linux_2.6.35.bb
* added kernel-2.6.35 defconfig for vmx25
* added kernel-2.6.35 patch for vmx25
** Most of significant pheripherals was tested on (x11-image, qt4e image)
** ethernet -> ok
** video -> 640x480, 800x480, 800x600
** sd -> ok
** audio -> ok
Signed-off-by: Marek Sujak <sujak.marek@gmail.com>
Signed-off-by: Eric Bénard <eric@eukrea.com>
sujak.marek [Mon, 31 Jan 2011 17:16:06 +0000 (17:16 +0000)]
barebox: update barebox 2010.10 to support vmx25
Signed-off-by: Marek Sujak <sujak.marek@gmail.com>
Signed-off-by: Eric Bénard <eric@eukrea.com>
sujak.marek [Mon, 31 Jan 2011 17:25:26 +0000 (17:25 +0000)]
VMX25: Add machine support for vmx25
* i.mx25 cpu based module
* removed PREFERRED_VERSION_linux line
* added correct UBI VOLNAME
* tested on angstom console, terminal, x11, qt4e image
* depends on vmx25 barebox 2010.10 patch, vmx25 kernel 2.5.35 patch
Signed-off-by: Marek Sujak <sujak.marek@gmail.com>
Signed-off-by: Eric Bénard <eric@eukrea.com>
sujak.marek [Mon, 31 Jan 2011 16:38:12 +0000 (16:38 +0000)]
barebox: added recipe for barebox v 2010.10
Signed-off-by: Marek Sujak <sujak.marek@gmail.com>
Signed-off-by: Eric Bénard <eric@eukrea.com>
Koen Kooi [Mon, 31 Jan 2011 18:38:20 +0000 (19:38 +0100)]
contrib: point feed uploader to feed.a-d.org
Signed-off-by: Koen Kooi <koen@openembedded.org>
Koen Kooi [Mon, 31 Jan 2011 15:29:42 +0000 (16:29 +0100)]
clutter: add 1.4.2
Signed-off-by: Koen Kooi <koen@openembedded.org>
Koen Kooi [Mon, 31 Jan 2011 13:47:54 +0000 (14:47 +0100)]
angstrom-feed-configs: bump PR
Signed-off-by: Koen Kooi <koen@openembedded.org>
Koen Kooi [Mon, 31 Jan 2011 13:47:03 +0000 (14:47 +0100)]
angstrom: point ANGSTROM_URI to feeds.a-d.org
Signed-off-by: Koen Kooi <koen@openembedded.org>
Steffen Sledz [Mon, 31 Jan 2011 16:24:53 +0000 (17:24 +0100)]
rsyslog: remove obsolete version 5.4.0
Steffen Sledz [Mon, 31 Jan 2011 16:23:18 +0000 (17:23 +0100)]
rsyslog: new version 5.6.3
Tom Rini [Mon, 31 Jan 2011 15:36:45 +0000 (08:36 -0700)]
python-pygobject: Add glib-2.0 to DEPENDS
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Stefan Schmidt [Thu, 2 Dec 2010 14:39:53 +0000 (15:39 +0100)]
buglabs-osgi: BugLabs OSGi modules
Stefan Schmidt [Thu, 2 Dec 2010 14:37:18 +0000 (15:37 +0100)]
concierge: Add OSGi R3 implementation and service tracker
Martin Jansa [Mon, 31 Jan 2011 10:08:50 +0000 (11:08 +0100)]
xserver-xorg: upgrade from 1.9.3.901 to 1.9.3.902 (1.9.4 RC2)
* move hack-assume-pixman-supports-overlapped-blt.patch to shared SRC_URI as new pixman with blt patches is default for all distros now
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Mon, 31 Jan 2011 08:53:09 +0000 (09:53 +0100)]
MAINTAINERS: fix my entry
* Distros were removed in
07530194621001e9fbea33e3a094beceef606e48.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Mon, 31 Jan 2011 09:25:19 +0000 (10:25 +0100)]
mplayer_git: bump SRCREV
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Koen Kooi [Mon, 31 Jan 2011 07:42:48 +0000 (08:42 +0100)]
u-boot git: move overo to 2010.12
* tested on Overo Tide
Signed-off-by: Koen Kooi <koen@openembedded.org>
Andreas Oberritter [Mon, 31 Jan 2011 01:56:55 +0000 (01:56 +0000)]
kernel.bbclass: Add kernel-* to PACKAGES_DYNAMIC
* Use it as a hint for BitBake to know that packages inheriting
kernel.bbclass do provide kernel-x.y.z-localversion.
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Acked-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: Paul Menzel <paulepanter@users.sourceforge.net>
for `omap3-sgx-modules` with `angstrom-2008.1`
Andrea Adami [Mon, 31 Jan 2011 00:41:13 +0000 (01:41 +0100)]
linux-kexecboot_git: return to DEFAULT_PREFERENCE="-2"
* bumped by mistake (again) during testing
Andrea Adami [Mon, 31 Jan 2011 00:39:44 +0000 (01:39 +0100)]
linux-kexecboot_git: update Zaurus defconfigs for 2.6.38-rc2
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Andrea Adami [Mon, 31 Jan 2011 00:11:31 +0000 (01:11 +0100)]
linux-kexecboot_git: refresh Zaurus defconfigs
* initial commit, will need refinements
* taken from 2.6.37
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Andrea Adami [Mon, 31 Jan 2011 00:07:01 +0000 (01:07 +0100)]
linux-kexecboot: move SRCREV and bump to 2.6.38-rc2
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>