summaryrefslogtreecommitdiff
path: root/recipes
AgeCommit message (Collapse)AuthorFiles
2009-09-11u-boot git: add support for omap3517-evmKoen Kooi17
2009-09-11linux-omap-psp 2.6.29: add shiva supportKoen Kooi3
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-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 Heinold2
2009-09-10cherokee: Add new version 0.99.24Khem Raj6
* 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 Gower2
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-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 Gower1
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 Gower1
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 Juszkiewicz3
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-08tar_1.22.bb: Add recipe for 1.22 release.Khem Raj1
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übbe2
2009-09-08libsnmp-session-perl: add recipeJan Lübbe1
2009-09-08libconfig-general-perl: add recipeJan Lübbe1
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 Juszkiewicz1
2009-09-08marvel-sdio-fw: added firmware for WiFi powered BUGBaseMarcin Juszkiewicz3
2009-09-08x-load: git has moved, update SRCREV and remove obsolete patchesKoen Kooi4
2009-09-08linux-kirkwood: added 2.6.30.5 tested on sheevaplugMarcin Juszkiewicz1
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
2009-09-08linux: bump 2.6.28 PRFlorian Boor1
2009-09-08linux: Update TX27 configuration for 2.6.28Florian Boor1
2009-09-07angstrom-uboot-scripts: add recipe to generate .scr files easilyKoen Kooi2
* the recipe puts them both in deploy and in ${datadir}/u-boot-scripts
2009-09-06mickeydbus: fix name of python-pygobjectMichael 'Mickey' Lauer1
2009-09-05perl_5.8.8.bb: Use exec_prefix instead of layout_exec_prefixKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-09-05gcc-4.4.1: Fix canadian cross compilation.Khem Raj3
* Forward port cache amnesia patch * Forward port gcc-flags-for-build patch * do_configure needs to be overridden for 4.4.1 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-09-05perl_5.8.8.bb: Fix compilation when bindir is not /usr/binKhem Raj1
* Right now default perl installation happens in /usr prefix This patch tries to depend upong layout_prefix to decide on where to install. This is required for distros like micro who flatten the install tree and do not use /usr prefix Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-09-05procps_3.2.7.bb: Fix compilation when usr/bin is same as /binKhem Raj1
* On DISTROs like micro where bindir and base_bindir are same, procps does not compile because it wants to install binaries in both places. We have to pass the variable to make file since it does not use autotools. Signed-off-by: Khem Raj <raj.khem@gmail.com>