summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2010-06-08libelf_0.8.13.bb: Provide libelf-native using BBCLASSEXTEND.Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-08gcc-4.5: flto requires libelf as dependencyKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-08libpam-1.1.1: Add recipe.Khem Raj
* Tested build on arm*uclibc Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-08libelf_0.8.13.bb: Add recipeKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-09linux_2.6.34: add defconfig for c7x0 and akitaAndrea Adami
* minor fixes to spitz config, which is reused for akita * added uinput module
2010-06-08gcc-4.5.inc: Enable -flto on 4.5 so it can be used but its not on by default.Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-08opkg: bump SRCREV for fix preventing overeager removing of files which were ↵Martin Jansa
after opkg upgrade owned by different package Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-08packages: PR bump after EFL SRCREV change resulting to different .so names.Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-08EFL: bump SRCREV to new snapshotsMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-08evas: don't use SRCNAME in FILES and RREPLACES as efl.bbclass is using PNMartin Jansa
* it results to not packaging /usr/lib/.debug/libevas-ver-svn-06.so.0.9.9 to evas-dbg Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-08ecore: remove no longer available --enable-ecore-txtMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-08insane.bbclass: set PATH before calling desktop-file-validateMartin Jansa
* otherwise fails on hosts without desktop-file-utils installed, because cannot find binaries from desktop-file-utils-native Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-08libpam_1.1.0.bb: Add patch to fix running with DB5Khem Raj
* Imported from gentoo bug #319831 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-08debian.bbclass: remove unwanted inherit leftover (from trying oe_popen ↵Martin Jansa
instead setting PATH)
2010-06-08gpsd: add libgpsd packageMartin Jansa
* libgpsd was added in gpsd-2.94 and because it was packaged together with libgps.so.19 without LEAD_SONAME the resulting package was renamed from libgps19 to libgps (with debian naming) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-08debian.bbclass: call objdump from binutils-crossMartin Jansa
* host objdump can support multiple targets and instead of output it shows list of targets to choose from see http://thread.gmane.org/gmane.comp.handhelds.openembedded/33294/focus=33357 * PATH set in cmd as suggested by kergoth Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-06-08shr: prefer postgresql 8.4.4Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-08postgresql: add version 8.4.4Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-08linux-openmoko-2.6.29: fix for lost touchscreen bug #2328Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-08linux-openmoko-2.6.34: bump SRCREV, remove applied pcf patchMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-08qt4-tools-native_4.7.0-beta1: add Xau and Xdmcp to xlib.pro config.testMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-08qt-4.6.2+4.7.0-beta1: fix SRC_URI and S after ↵Martin Jansa
c070de32d40dd561b63de5b4f41baa3cf822ef5b Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-06-08xf86bigfontproto: converted to BBCLASSEXTENDHenning Heinold
2010-06-08xextproto: converted to BBCLASSEXTENDHenning Heinold
2010-06-08xcmiscproto: converted to BBCLASSEXTENDHenning Heinold
2010-06-08bigreqsproto: converted to BBCLASSEXTENDHenning Heinold
2010-06-08gitpkgv: newpieterg
2010-06-08inputproto: converted to BBCLASSEXTENDHenning Heinold
2010-06-08zziplib: convert to BBCLASSEXTEND and use new patch systemHenning Heinold
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-07packaged-staging.bbclass: fix issue with no SRC_URICliff Brake
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 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