summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2009-09-11u-boot git: add support for omap3517-evmKoen Kooi18
2009-09-11linux-omap-psp 2.6.29: add shiva supportKoen Kooi3
2009-09-11omap3517-evm: add machine fileKoen Kooi1
2009-09-11linux-omap: add 2.6.31Koen Kooi4
2009-09-11task-native-sdk: fix upgrade paths after task renamingKoen Kooi1
2009-09-10gcc-configure-cross.inc: Export more binutilsKhem Raj1
* Export AS_FOR_TARGET OBJDUMP_FOR_TARGET OBJCOPY_FOR_TARGET STRIP_FOR_TARGET Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-09-10native-sdk-image.bb: Use IMAGE_BASENAME = "native-sdk-image"Khem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-09-10sane-toolchain.inc: Default to gcc 4.4.1Khem Raj1
* ppc405 has also got tested using 4.4.1 so bump this too. * ARMv7 is also switched to use 4.4.1. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Michael 'Mickey' Lauer <mickey@vanille-media.de> Acked-by: Phil Blundell <philb@gnu.org>
2009-09-10gcc-configure-common: Dont fiddle with NATIVE_SYSTEM_HEADER_DIRKhem Raj2
* This does not work on canadian cross build of target gcc. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-09-10binutils-cross: Do not install libibery.a in wrong placeKhem Raj2
* This interferes with canadian cross build of binutils because it finds cross libiberty.a where as it needs the target one. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-09-10console-image.bb: Require console-base-imageKhem Raj1
* Get rid of code duplication. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-09-10images: Rename native-sdk-console-image.bb as native-sdk-image.bbKhem Raj2
tasks: Rename task-native-sdk.bb as task-sdk-native.bb Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-09-11disko: update to newer git revHenning Heinold4
* stole some input form the disko-oe-git, but rework some stuff
2009-09-11eject: inherit gettext to honour USE_NLSHenning Heinold1
2009-09-10uclibc-initial: Move the compile stuff to do_compileKhem Raj6
* Currently all work is done in do_stage. On Henning's suggestion I refactored it. * For 0.9.30 onwards installing pregen and install_dev built almost whole uclibc. We only needed libc headers so replaced with install_headers Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-09-11directfb: update to version 1.4.2Henning Heinold3
2009-09-10cherokee: Add new version 0.99.24Khem Raj7
* Use INC_PR * Add new recipe for 0.99.24 * Add --with-mysql configure option to point to staging area. Otherwise with build machines having local installation of mysql-dev, cherokee configures itself to use the headers from /usr/include/mysql Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Cliff Brake <cbrake@bec-systems.com>
2009-09-10freeimage: fix QA errorsKoen Kooi1
2009-09-10quake2: fix QA errorsKoen Kooi1
2009-09-10glibc: Build glibc 2.9 with glibc-ports 2.9Graham Gower3
This combination of glibc-2.9 with glibc-ports-2.7 fails to build on mipsel. The reason we have been using glibc-ports 2.7 was that glibc-ports 2.9 was not tagged or we didn't see it for various reasons. Build glibc 2.9 with glibc-port 2.9 and drop the three ARM patches as they have been applied to the upstream glibc-ports tree: http://sourceware.org/git/?p=glibc-ports.git;a=commitdiff;h=7272ed4e474a398b8ce1e7374cdaa8592b840e2a http://sourceware.org/git/?p=glibc-ports.git;a=commitdiff;h=e6e41f0f4963bfb0c0e32f8263ae028b288b5453 Patchwork: http://patchwork.openembedded.org/patch/933/ Signed-off-By: Graham Gower <graham.gower@gmail.com> Signed-off-By: Holger Hans Peter <zecke@selfish.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2009-09-09linux-2.6.29: add devicetree for boc02Jeremy Lainé1
2009-09-09i2c-tools: build & install eepromer toolsSteve Sakoman2
2009-09-09xserver-common: recommend xtscal (works without it but needs for calibration)Marcin Juszkiewicz1
2009-09-09pointercal: added at91sam9263ekMarcin Juszkiewicz2
2009-09-09MAINTAINERS: update my entryCliff Brake1
2009-09-09clearsilver: fix various build issuesCliff Brake2
- fix hardcoded Python 2.4 path in patch - fix missing env variables by inheriting distutils-common-base
2009-09-09Add liblinebreak-1.2Graham Gower2
Signed-off-by: Graham Gower <graham.gower@gmail.com>
2009-09-09enca_1.9.bb: remove unused configure test which is bound to fail.Graham Gower3
Enca's configure will fail on everything not arm or ix86. Signed-off-by: Graham Gower <graham.gower@gmail.com>
2009-09-09linux-omap: added support for BeagleBUG extension boardMarcin Juszkiewicz4
This is initial version of BeagleBUG extension board support. So far boards are not available for people outside of BugLabs and Texas Instruments companies. Patch adds support for few modules but not all of them will build for OMAP3 - some are still BUG only.
2009-09-08tune-xscale.inc: Use TARGET_ARCH to find endiannessKhem Raj1
* Use TARGET_ARCH to find endianness instead of SITEINFO_ENDIANNESS which is not yet evaluated. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-09-08tar_1.22.bb: Add recipe for 1.22 release.Khem Raj2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-09-08autoconf: Fix canadian cross buildKhem Raj10
* Remove RDEPENDS and DEPENDS duplication. * path_prog_fixes.patch is not needed for 2.61 * Use INC_PR Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-09-08uclibc_0.9.30.1: Disable STDIO_GETC|PUTC MACROsKhem Raj2
* There is a problem with threads enabled and hiding __fgetc_unlocked and __fputc_unlocked which gets pulled in with the macros. This patch disables the macros and it will use the functions to perform these functions Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-09-08more files: Fixed unpack dependencies on unzip-native, see:Stanislav Brabec18
* http://lists.linuxtogo.org/pipermail/openembedded-devel/2009-August/013505.html * http://lists.linuxtogo.org/pipermail/openembedded-devel/2009-September/013620.html
2009-09-08libio-pty-perl libio-stty-perl: add recipesJan Lübbe3
2009-09-08libsnmp-session-perl: add recipeJan Lübbe2
2009-09-08libconfig-general-perl: add recipeJan Lübbe2
2009-09-08libdbi-drivers: set libdir for libdbi and don't build docsJan Lübbe2
2009-09-08libdbi: disable building docs (would need docbook/openjade)Jan Lübbe3
2009-09-08linux-kirkwood: use proper branch for 2.6.30 (thx Koen for spotting)Marcin Juszkiewicz2
2009-09-08marvel-sdio-fw: added firmware for WiFi powered BUGBaseMarcin Juszkiewicz3
2009-09-08Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Koen Kooi1
into org.openembedded.dev
2009-09-08x-load: git has moved, update SRCREV and remove obsolete patchesKoen Kooi4
2009-09-08checksums.ini: add missing checksumFlorian Boor1
2009-09-08source-checker: added small script to generate list of files for mirroringMarcin Juszkiewicz1
oe-source-mirror-build.py compares checksums stored in checksums.ini with files in DL_DIR and outputs list of good ones. Such list can be used for populating local OE sources mirror.
2009-09-08linux-kirkwood: added 2.6.30.5 tested on sheevaplugMarcin Juszkiewicz1
2009-09-08sane-srcrevs: bump mplayer SRCREVKoen Kooi1
2009-09-08mplayer: bump SRCREVKoen Kooi2
2009-09-07opkg_wget_nogpg: adjust vfork patchset to accomodate general opkg patching.Mike Westerhof1
2009-09-08canutils: add 3.0.2 - needs recent linux-libc-headersFlorian Boor1