summaryrefslogtreecommitdiffstats
path: root/recipes
AgeCommit message (Collapse)Author
2010-06-08ttf, ttf-dejavu: fix-up after RDEPNDS_PN global changeMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-08linux-openmoko-2.6.34: add slow resume fix #2337Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-08linux-openmoko-2.6.32: add patch for building with gcc-4.5.0 (backport from ↵Martin Jansa
linux_2.6.34 patch) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-07uclibc_git.bb: Bump SRCREV to latest master.Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-07gcc-cross: Don't stage libiberty.a in sysroot.Khem Raj
* We already stage libiberty from target binutils problem is that when we stage it from gcc-cros it conflicts with the ones installed in cross dir by binutils-cross which should be used to link binutils for target but it picks up the one installed in the sysroot and caused numerous problems on building target binutils. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-07gcc-4.5: Fix libstdc++ build for ARMKhem Raj
* This patch makes sure that __cxa_end_cleanup is emitted in .text section. * Bump SRCREV to latest Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-08xproto: convert to BBCLASSEXTENDHenning Heinold
2010-06-08xorg-proto-common.inc: remove do_stage functionHenning Heinold
2010-06-08cacao-native: add mercurial recipeHenning Heinold
2010-06-07rootfs_ipk/meta-toolchain: Add locking on tasks that add ↵Tom Rini
package_update_index_ipk We add a lockfile of do_populate_sdk and do_rootfs (in rootfs_ipk) that is also the lockfile that package_update_index_ipk uses. With enough threads it is possible that one image (or meta-toolchain) is attempting to use the package index while another has only reached the point of generating the index leading to an empty index being seen later on. Acked-by: Chris Larson <chris_larson@mentor.com> Acked-by: Roman I Khimov <khimov@altell.ru> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-07linux-omap-psp 2.6.32: rebase patches onto new baselineKoen Kooi
2010-06-07linux-omap-psp 2.6.32: add cpuidle multi-config for beagleboardKoen Kooi
2010-06-07angstrom-uboot-scripts: Added various resolutionsJason Kridner
Also added a ramdisk configuration with mem= statements.
2010-06-07esc-node-demo: added simple Node.js demo for ESCJason Kridner
This is for the Embedded Systems Conference training
2010-06-07ESC/2010: move all files into esc/ dirKoen Kooi
2010-06-07esc-gst: Added fixup for missing filesJason Kridner
2010-06-07angstrom-uboot-scripts: Added an EDID read scriptJason Kridner
This is just for example purposes so that it is documented how to read the EDID from within u-boot.
2010-06-07qt 4.7.0-beta1: drop patches for affine and browserKoen Kooi
2010-06-07esc-media: fix versioningKoen Kooi
2010-06-07esc-gst: fix versioningKoen Kooi
2010-06-06zziplib: Convert to new stagingMichael Lippautz
Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-06matrix-gui,udev: Remove superfluous "patch=1" parameters from some recipes.Robert P. J. Day
* If a filename has either a ".diff" or ".patch" suffix, then the "patch=1" parameter is unnecessary. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Koen Kooi <k-kooi@ti.com> Acked-by: Chris Larson <clarson@kergoth.com>
2010-06-07pcmciautils: don't hardcode path to flex binaryDmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2010-06-07xl2tpd: Initial commit.Vladimir Sorokin
Layer 2 Tunneling Protocol (L2TP) daemon. Signed-off-by: Vladimir Sorokin <sorokin@altell.ru> Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-06-07pmacct: update to version 0.12.2Roman I Khimov
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-06-06pmacct: recipe for version 0.12.1Vladimir Sorokin
* move to .inc with INC_PR Signed-off-by: Vladimir Sorokin <sorokin@altell.ru> Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-06-06gnome-bluetooth 2.30: fix a libtool issue where the 'test' line is true for ↵Koen Kooi
'=', '==' *and* '!=', so disable the abort
2010-06-06gcc-4.2.4: Fix libstdc++ build failures with new sysrooted staging.Khem Raj
* New sysrooted staging exposed few problems in GCC configury which were latent previously. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-06qt 4.7.0-beta1: fix versioningKoen Kooi
2010-06-06linux-omap-psp 2.6.32: disable CDC_EEM for beagleboardKoen Kooi
2010-06-06qt4: Add qt4-x11-free_4.7.0-beta1Matthias Günther
Several patches to disable not working parts in the beta version: * tools/assistant * examples/designer * examples/dbus-remotecontrolledcar * examples/help * examples/declarative * demos/browser * demos/qtdemos * demos/affine * DEFAULT_PREFERENCE = "-1" * New Qt Module / Lib "QtDeclarative" added for packaging. * Qmlviewer named "qml" added to the tools package. Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-06-06qt4: Add qt4-tools-native_4.7.0-beta1Matthias Günther
Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-06-06angstrom-uboot-scripts: Used beaglerev variableJason Kridner
Added use of 'beaglerev' into the linuxtagdemo boot scripts.
2010-06-06u-boot git: update beagleboard patchesJason Kridner
2010-06-06angstrom-uboot-scripts: Added some new scriptsJason Kridner
esc-sxga.cmd: Simple 1280x1024 setup mtest.cmd: Execute a memory test around the CS0/CS1 boundary ramdisk.cmd: Boot a 32MB ramdisk.gz file system
2010-06-06Media files to include on the Embedded Systems Conference workshopTodd Fischer
2010-06-06Streamer scripts for Embedded Systems Conference workshopTodd Fischer
2010-06-06angstrom-uboot-scripts: fixed file permissionsJason Kridner
2010-06-06classpath-tools-native: *sigh* seems do_stage needs to be override in all casesHenning Heinold
2010-06-06classpath-tools-native: remove do_stage function, not needed anymoreHenning Heinold
2010-06-05grep_2.6.3.bb: DEPEND on xz-native.Khem Raj
* Becuase we are using .xz compressed archive in SRC_URI make sure that xz is installed for the host. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-05xz: add recipe and use BBCLASSEXTEND for native version.Bernhard Reutner-Fischer
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-05gettext-native: Add virtual/libintl-native to PROVIDES list.Khem Raj
* Some packages have DEPENDS on virtual/libintl which gets converted to virtual/libintl-native when they use BBCLASSEXTEND for their corresponding native packages. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-05bison: DEPEND on virtual/libintl not on gettextKhem Raj
* Rename INCPR to INC_PR Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-05udev_151: Make it work with uclibc.Khem Raj
* This only works with uclibc-git version at the moment. These two patch should not be needed as well once uclibc patches which adds lutimes and defines le16toh are committed. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-05binutils-cross: Build with --enable-shared and install libiberty-pic.aKhem Raj
* On systems where PIC matters (e.g. MIPS, x86_64) building target binutils fails because its configured with --enable-shared but when it tried to link a shared library (libopcode.so) then it pulls in libiberty.a from the sysroot which is installed by binutils-cross earlier. This version however is a static archive and linking it with shared libraries not only does not work but is wrong too. * This patch builds binutils-cross with --enable-shared and installs the PIC version of libiberty.a into sysroot as libiberty_pic.a now when target binutils is configured with --enable-shared and searches for PIC version of libiberty.a then it finds it correctly. * Move INC_PR to binutils.inc. Also noticed that several recipes do not use binutils.inc so did not touch them Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-05cvs-1.12.9: uclibc does not export __mempcpy so use mempcpyKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-05shadow_4.1.4.2.bb: add --with-nscd=no when compiling for uclibcKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-05libx11_1.3.2.bb: Add -fforward-propagate on arm.Khem Raj
* Needed on -O1 compile. Generally we use -Os where this option is already enabled. But we enable is anyway so it gets picked at -O1 too which we use with DEBUG builds. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-05zlib.inc: Add -fforward-propagate on arm.Khem Raj
* Needed on -O1 compile. Generally we use -Os where this option is already enabled. But we enable is anyway so it gets picked at -O1 too which we use with DEBUG builds. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>