summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2010-06-08xcmiscproto: converted to BBCLASSEXTENDHenning Heinold5
2010-06-08bigreqsproto: converted to BBCLASSEXTENDHenning Heinold5
2010-06-08gitpkgv: newpieterg1
2010-06-08inputproto: converted to BBCLASSEXTENDHenning Heinold12
2010-06-08zziplib: convert to BBCLASSEXTEND and use new patch systemHenning Heinold4
2010-06-08ttf, ttf-dejavu: fix-up after RDEPNDS_PN global changeMartin Jansa2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-08linux-openmoko-2.6.34: add slow resume fix #2337Martin Jansa2
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 Jansa2
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 Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-07gcc-cross: Don't stage libiberty.a in sysroot.Khem Raj1
* 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 Raj3
* 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 Heinold14
2010-06-08xorg-proto-common.inc: remove do_stage functionHenning Heinold1
2010-06-08cacao-native: add mercurial recipeHenning Heinold1
2010-06-07packaged-staging.bbclass: fix issue with no SRC_URICliff Brake1
Currently with srctree, we get errors like the following: | + srcuri= | + '[' '' == '' ']' | + srcuri=OpenEmbedded | + echo 'Source: ' | ++ find /scratch/oe/oe-build/oe/build/angstrom-2008.1/tmp/work/armv5te-angstrom-linux-gnueabi/autotools-demo-1.0-28-g3a96627-r0/staging-pkg '(' -name '*.la' -o -name '*-config' ')' -type f | + stage-manager-ipkg-build -o 0 -g 0 /scratch/oe/oe-build/oe/build/angstrom-2008.1/tmp/work/armv5te-angstrom-linux-gnueabi/autotools-demo-1.0-28-g3a96627-r0/staging-pkg /scratch/oe/oe-build/oe/build/angstrom-2008.1/tmp/pstage/angstromglibc | *** Error: CONTROL/control is missing field Source | The Source field contain the URL's or filenames of the source code and any patches | used to build this package. Either gnu-style tarballs or Debian source packages | are acceptable. Relative filenames may be used if they are distributed in the same | directory as the .ipk file. | | ipkg-build: Please fix the above errors and try again. | ERROR: Function staging_packager failed NOTE: package autotools-demo-1.0-28-g3a96627-r0: task do_package_stage: Failed ERROR: TaskFailed event exception, aborting This patch fixes that issue. Acked-by: Chris Larson <chris_larson@mentor.com> Acked-by: Koen Kooi <k-kooi@ti.com> Acked-by: Khem Raj <raj.khem@gmail.com
2010-06-07rootfs_ipk/meta-toolchain: Add locking on tasks that add ↵Tom Rini3
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 Kooi50
2010-06-07linux-omap-psp 2.6.32: add cpuidle multi-config for beagleboardKoen Kooi1
2010-06-07angstrom-uboot-scripts: Added various resolutionsJason Kridner6
Also added a ramdisk configuration with mem= statements.
2010-06-07esc-node-demo: added simple Node.js demo for ESCJason Kridner1
This is for the Embedded Systems Conference training
2010-06-07ESC/2010: move all files into esc/ dirKoen Kooi7
2010-06-07esc-gst: Added fixup for missing filesJason Kridner6
2010-06-07angstrom-uboot-scripts: Added an EDID read scriptJason Kridner2
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 Kooi2
2010-06-07esc-media: fix versioningKoen Kooi1
2010-06-07esc-gst: fix versioningKoen Kooi1
2010-06-06zziplib: Convert to new stagingMichael Lippautz1
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. Day4
* 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-06Manual: Add missing unpack file formats to list.Robert P. J. Day1
Add entries for .tbz2, .xz, .tar.xz and .jar files. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-06Manual: Add missing reference to "ftp" as possible fetch method.Robert P. J. Day1
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-06Manual: Some simple updates in OE manual, reference chapter.Robert P. J. Day1
* Obvious fixes: "recipies" -> "recipes" Update references to patch= and pnum= to striplevel= Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-07pcmciautils: don't hardcode path to flex binaryDmitry Eremin-Solenikov1
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2010-06-07xl2tpd: Initial commit.Vladimir Sorokin2
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 Khimov2
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-06-06pmacct: recipe for version 0.12.1Vladimir Sorokin3
* 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 Kooi1
'=', '==' *and* '!=', so disable the abort
2010-06-06gcc-4.2.4: Fix libstdc++ build failures with new sysrooted staging.Khem Raj2
* 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 Kooi12
2010-06-06linux-omap-psp 2.6.32: disable CDC_EEM for beagleboardKoen Kooi2
2010-06-06qt4: Add qt4-x11-free_4.7.0-beta1Matthias Günther11
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ünther1
Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-06-06angstrom-uboot-scripts: Used beaglerev variableJason Kridner3
Added use of 'beaglerev' into the linuxtagdemo boot scripts.
2010-06-06u-boot git: update beagleboard patchesJason Kridner9
2010-06-06angstrom-uboot-scripts: Added some new scriptsJason Kridner4
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 Fischer1
2010-06-06Streamer scripts for Embedded Systems Conference workshopTodd Fischer1
2010-06-06angstrom-uboot-scripts: fixed file permissionsJason Kridner2
2010-06-06classpath-tools-native: *sigh* seems do_stage needs to be override in all casesHenning Heinold1
2010-06-06classpath-tools-native: remove do_stage function, not needed anymoreHenning Heinold1
2010-06-05grep_2.6.3.bb: DEPEND on xz-native.Khem Raj1
* 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>