aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2009-05-25at91*: drop PREFERRED_VERSION_u-bootDmitry Eremin-Solenikov
u-boot 2009.01 for all of these boards already conatains DEFAULT_PREFERENCE_at91xxx = "1". Drop the version specification from machine configs to lower confusion. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2009-05-25tinderclient: support sitting behind proxyDmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2009-05-25lowpan-tools: fix buildingDmitry Eremin-Solenikov
1) upstream has changed naming to be 'lowpan-tools' instead of 'lowpan-utils' 2) bump git revision (and thus PR) to use upstream fix for supporting installation w/o manpages and add '--disable-manpages' to EXTRA_OECONF Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2009-05-25seppuku: add support for working behind the proxyDmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2009-05-24linux-davinci: bump PR and point to include file where MACHINE_KERNEL_PR is ↵Koen Kooi
located
2009-05-24zaurus-2.6.inc: fix bogus MACHINE_EXTRA_RDEPENDS_collie and addAndrea Adami
a placeholder for MACHINE_EXTRA_RRECOMMENDS_collie
2009-05-24kexecboot.inc: rename as initramfs-kexecboot.inAndrea Adami
2009-05-24zaurus-2.6.inc: reorder common include - readd collie and tosa specific bits ↵Andrea Adami
- add MACHINE_KERNEL_PR
2009-05-23Merge branch 'org.openembedded.dev' of ↵Graeme Gregory
git+ssh://git@git.openembedded.org/openembedded into org.openembedded.dev
2009-05-23transmission/files/webupload.patch : add missing patchGraeme Gregory
2009-05-23Merge branch 'org.openembedded.dev' of ↵Dmitry Eremin-Solenikov
git://git.openembedded.org/openembedded into org.openembedded.dev
2009-05-23tqm8540: initial supportDmitry Eremin-Solenikov
Add initial support for ppce500 tqm8540 box. No kernel config provided yet. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2009-05-23oestats-client: support working behind proxyDmitry Eremin-Solenikov
Detect if we are behind proxy by checking for HTTP_PROXY variable and use specified proxy for http traffic. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2009-05-23transmission_1.61.bb : add patch from svn to fix uploading torrents from theGraeme Gregory
web interface
2009-05-23Merge branch 'org.openembedded.dev' of ↵Dmitry Eremin-Solenikov
git://git.openembedded.org/openembedded into org.openembedded.dev
2009-05-23qemu-native.inc : force qemu native to use our C/LDFLAGS so that you don'tGraeme Gregory
need the required dev packages installed on host. Use our OE versions
2009-05-22bluez4 4.39: actually run initscriptKoen Kooi
* now *that's* an embarassing bug!
2009-05-22Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Koen Kooi
into org.openembedded.dev
2009-05-22linux-handhelds-2.6: fix compilation with gcc-4.3Dmitry Artamonow
Backport time.h patch from 2.6.25 kernel (commit 38332cb98772f5ea757e6486bed7ed0381cb5f98) It fixes following error during compilation: LD .tmp_vmlinux1 kernel/built-in.o: In function `getnstimeofday': utsname_sysctl.c:(.text+0xf110): undefined reference to `__aeabi_uldivmod' kernel/built-in.o: In function `do_gettimeofday': utsname_sysctl.c:(.text+0xf1d0): undefined reference to `__aeabi_uldivmod' utsname_sysctl.c:(.text+0xf1ec): undefined reference to `__aeabi_uldivmod' kernel/built-in.o: In function `do_timer': utsname_sysctl.c:(.text+0x100ec): undefined reference to `__aeabi_uldivmod' utsname_sysctl.c:(.text+0x1010c): undefined reference to `__aeabi_uldivmod' make: *** [.tmp_vmlinux1] Error 1 See also similar OE bug #4333 Signed-off-by: Dmitry Artamonow <mad_soft@inbox.ru> Signed-off-by: Koen Kooi <koen@openembedded.org>
2009-05-22pixman: add 0.15.6, it has some internal reorg, more NEON patches and since ↵Koen Kooi
it's 0.odd.x extra unstableness
2009-05-22bluez: document that hciattach-ti-bts.patch has landed upstreamRolf Leggewie
sometime between 3.35 and 3.36
2009-05-22Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Koen Kooi
into org.openembedded.dev
2009-05-22consolekit: fixes suggested by RPKoen Kooi
2009-05-22wget: update to version 1.11.4Matthieu Poullet
The actual version was released in 2003, so I think it's time to update it. This patch prepares the transition and allows other to test the latest release. Regards, Matthieu. Signed-off-by: Matthieu Poullet <matthieu.poullet@gmail.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2009-05-22Merge branch 'org.openembedded.dev' of ↵Dmitry Eremin-Solenikov
git://git.openembedded.org/openembedded into org.openembedded.dev
2009-05-22bluez-libs: add 4.40, set default preference to -1 pending availabilityPhil Blundell
of apps
2009-05-22angstrom: stop disabling binary localegen for >=armv6 per RFC on the mlKoen Kooi
2009-05-22Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Koen Kooi
into org.openembedded.dev
2009-05-21directfb: 1.2.7 has been superseeded. Fix SRC_URI.Rolf Leggewie
2009-05-21Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Koen Kooi
into org.openembedded.dev
2009-05-21ekiga: update ekiga bits to 3.2.4Koen Kooi
2009-05-21gnome bbclass: package scrollkeeper 'leftovers' in a seperate package. Like ↵Koen Kooi
the fdo mime data it overlaps between packages. * better solution is needed for people wanting docs on device, but this makes packages at least installable
2009-05-21pwlib: update SRC_URI, unify and clean-up.Rolf Leggewie
* build still fails, bug 1622 still open
2009-05-21glibc 2.6.1: bump PR for oldest-kernel changeKoen Kooi
2009-05-21Angstrom 2009.X: set OLDEST_KERNEL to 2.6.16 to avoid problems with ppoll()Koen Kooi
2009-05-21Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Koen Kooi
into org.openembedded.dev
2009-05-21gst-plugins: switch back to old way of excluding localesKoen Kooi
2009-05-21snes9x: bump PRRolf Leggewie
2009-05-21Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Koen Kooi
into org.openembedded.dev
2009-05-21gst-plugins: fixed pattern for meta package dependencies.Ihar Hrachyshka
This fixes package name matching so that gst-plugins-*-meta packages include all the plugin ones. The current matching implementation doesn't make meta packages depend on gst-plugins with 'locale' and 'dev' in their names (f.e. gstfbdevsink). Also use INC_PR for gstremer-plugins as requested on ML. Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2009-05-21minisip-video: move to nonworking. (Closes: #1577)Rolf Leggewie
2009-05-21Merge branch 'org.openembedded.dev' of git@new.openembedded.org:openembedded ↵Phil Blundell
into org.openembedded.dev
2009-05-21snes9x: fix sundry compilation problemsPhil Blundell
2009-05-21Merge branch 'org.openembedded.dev' of ↵Dmitry Eremin-Solenikov
git://git.openembedded.org/openembedded into org.openembedded.dev
2009-05-21Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Koen Kooi
into org.openembedded.dev
2009-05-21devicekit-disks: add 004Koen Kooi
2009-05-21udev 141: symlink /usr/lib/udev/rules.d to /etc/udev/rules.dKoen Kooi
2009-05-21libatasmart: add 0.13Koen Kooi
2009-05-21qemu 0.10.3: port OE patches, make preferable versionRoman I Khimov
Fixes binary locale generation broken by 6065fa491c009118ae282ae933215649cccfcd24. Tested to work on ARM OABI (simpad), ARM EABI (qemuarm), PowerPC (efika) and i686 (x86-prescott). Acked-by: Philipp Zabel <philipp.zabel@gmail.com>
2009-05-21Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Koen Kooi
into org.openembedded.dev