summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
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>
2010-06-05xz: add recipe and use BBCLASSEXTEND for native version.Bernhard Reutner-Fischer3
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-05efl: revert SRCREV bump, needs more testingKoen Kooi1
2010-06-05angstrom: automake 1.11 doesn't exist, 1.11.1 doesKoen Kooi2
2010-06-05gettext-native: Add virtual/libintl-native to PROVIDES list.Khem Raj2
* 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-05sane-toolchain-uclibc.inc: Dont force USE_NLS for glib-2.0 here.Khem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-05angstrom-2008-preferred-versions.inc: Set 1.11 PREFERRED_VERSION for ↵Khem Raj1
automake-native Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org>
2010-06-05bison: DEPEND on virtual/libintl not on gettextKhem Raj3
* Rename INCPR to INC_PR Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-05udev_151: Make it work with uclibc.Khem Raj3
* 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-05site/mips-common: Cache cvs_cv_func_printf_ptrKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-05binutils-cross: Build with --enable-shared and install libiberty-pic.aKhem Raj18
* 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 Raj2
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 Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-05libx11_1.3.2.bb: Add -fforward-propagate on arm.Khem Raj1
* 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 Raj1
* 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-05ncurses: Add -fforward-propagate on arm.Khem Raj2
* 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-05gstreamer_0.10.28.bb: Fix to build with gettext 0.18Khem Raj2
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-05findutils_4.5.9.bb: Add recipe.Khem Raj2
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-05inetutils_1.8.bb: Add recipeKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-05gnutls_2.8.6.bb: Add recipe for version 2.8.6Khem Raj5
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-05glib-2.0_2.24.0.bb: Remove virtual/libiconv virtual/libintl from DEPENDSKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-05grep-2.6.3: Add recipe.Khem Raj2
* Fix build for uclibc as well. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-05db_5.0.21: Add recipes for target and native packages.Khem Raj9
* Get rid of old style staging. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-05libiconv-1.13.1: Add recipesKhem Raj4
* Get rid of old style staging. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-05coreutils-8.5: Add recipes for version 8.5Khem Raj4
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-05gettext-0.18: Add recipe for 0.18Khem Raj6
* gl_cv_func_unsetenv_works is not computed correctly in cross environment so cache it. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-05classes/gettext.bbclass: Account for libiconv and libintl too.Khem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-05classes/autotools.bbclass: Dont bail out if gettext/config.rpath does not exist.Khem Raj1
* Add a note if this file does not exist. The reason is that gettext can needs libiconv and libiconv needs gettext so we need to solve this catch 22 Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-05linux-openmoko-2.6.34: add patch for building with gcc-4.5.0 (from linux_2.6.34)Martin Jansa2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-05linux-openmoko-2.6.34: fix for lost touchscreen bug #2328Martin Jansa2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-05linux-openmoko-2.6.32: fix for lost touchscreen bug #2328Martin Jansa2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-04xserver-kdrive (git): Switch to FILESPATHPKGTom Rini1
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-04xserver-kdrive-nomadik: Switch to FILESPATHPKGTom Rini1
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-04xserver-kdrive-imageon: Switch to FILESPATHPKGTom Rini1
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-04xserver-kdrive-glamo: Switch to FILESPATHPKGTom Rini1
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-04xserver-kdrive-1300: Switch to FILESPATHPKGTom Rini1
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-04xextproto-70-includes: Drop unnecessary FILESPATH (what was added doesn'tTom Rini1
exist) Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-04snes9x-sdl-qpe: Switch to FILESPATHPKGTom Rini1
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-04python-setuptools-native: Drop unnecessary FILESPATHTom Rini1
Signed-off-by: Tom Rini <tom_rini@mentor.com>