summaryrefslogtreecommitdiff
path: root/conf
AgeCommit message (Collapse)AuthorFiles
2009-09-14julius: add demo files from the TI speechrecognizer demoKoen Kooi1
2009-09-14midori: add 0.10Koen Kooi1
2009-09-13Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Stefan Schmidt6
into org.openembedded.dev
2009-09-13libsoup-2.4: update to 2.27.91Koen Kooi1
2009-09-12libgee: move to git version while it's so much under development and ↵Michael 'Mickey' Lauer1
depending on vala-native
2009-09-12angstrom: prefer gtk+ 2.16.6Koen Kooi1
2009-09-12gtk+: add 2.16.6Koen Kooi1
2009-09-11powertop: Make it compile on uclibc.Khem Raj1
* Use INC_PR * Move common stuff to powertop.inc * Add -lint for uclibc bases systems * Add a patch to tinker with order of CFLAGS in commandline * Eliminate the sed expression in favor of a patch to substitute nsursesw with ncurses Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-09-11micro: select binutils 2.19.51Phil Blundell1
2009-09-11x-load: add omap3517-evm supportKoen Kooi1
* 1.41 still has the volatile bugs when compiled with non CSL stuff
2009-09-11u-boot git: add support for omap3517-evmKoen Kooi1
2009-09-11omap3517-evm: add machine fileKoen Kooi1
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-11directfb: update to version 1.4.2Henning Heinold1
2009-09-10cherokee: Add new version 0.99.24Khem Raj1
* 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-10glibc: Build glibc 2.9 with glibc-ports 2.9Graham Gower1
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-09moko-autorev.inc: Remove no longer used file.Stefan Schmidt2
This file was only used during the developemnet of the OM2007.x releases which are dead by now. If you have this file in your local.conf it can be safely removed.
2009-09-09Add liblinebreak-1.2Graham Gower1
Signed-off-by: Graham Gower <graham.gower@gmail.com>
2009-09-09linux-omap: added support for BeagleBUG extension boardMarcin Juszkiewicz1
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 Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-09-08libio-pty-perl libio-stty-perl: add recipesJan Lübbe1
2009-09-08libsnmp-session-perl: add recipeJan Lübbe1
2009-09-08libconfig-general-perl: add recipeJan Lübbe1
2009-09-08linux-kirkwood: use proper branch for 2.6.30 (thx Koen for spotting)Marcin Juszkiewicz1
2009-09-08checksums.ini: add missing checksumFlorian Boor1
2009-09-08sane-srcrevs: bump mplayer SRCREVKoen Kooi1
2009-09-04xinput: Updated to version 1.4.2.Stanislav Brabec1
2009-09-04xf86-video-fbdev: Updated to version 0.4.1.Stanislav Brabec1
2009-09-04xf86-input-evdev: Update to version 2.2.5.Stanislav Brabec1
2009-09-04angstrom: Use linux-uclibceabi instead of linux-uclibcgnueabiKhem Raj4
* For uclibc based ARM EABI systems switch to using linux-uclibceabi as TARGET_OS Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org>
2009-09-03OpenEmbedded: Switch to using linux-uclibceabi and linux-gnu for TARGET_OSKhem Raj10
* Bump the ABI_LAYOUT. Build from scratch will be needed. * Replace using TARGET_OS from linux->linux-gnu. * Replace using linux-uclibcgnueabi->linux-uclibceabi. * Add 'eabi' to DISTRO_FEATURES (only for minimal and micro). * Use eabi and BASE_PACKAGE_ARCH to compute real TARGET_OS. * Fix the micro conf to get console image building. * Fix the linux-uclibcgnueabi overrides in all recipes. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Phill Blundell <pb@reciva.com> Acked-by: Michael 'Mickey' Lauer <mickey@vanille-media.de>
2009-09-03libpersistence: new recipe; gobject serialization libraryMichael 'Mickey' Lauer1
2009-09-03gst-ffmpeg: bump PR on 0.10.7, add 0.10.8 and cleanup EXTRA_OECONFKoen Kooi1
2009-09-03libnotify: add 0.4.5Steve Sakoman1
2009-09-03libglade: add 2.6.4Steve Sakoman1
2009-09-03inotify-tools: add 3.13Steve Sakoman1
2009-09-03system-tools-backends: add 2.8.1Steve Sakoman1
2009-09-03swfdec-gnome: add 2.26.0Steve Sakoman1
2009-09-03orbit2: restructure recipes to use orbit2.inc, add 2.14.17Steve Sakoman1
2009-09-03libunique: add 1.1.2Steve Sakoman1
2009-09-02linux-omap-* 2.6.29: add l1 cache performance tweak from l-a-k mlKoen Kooi1
* also sync patch between pm and regular kernels
2009-09-02micro-uclibc.conf: move OVERRIDES to bottom of fileCliff Brake1
micro.conf was overwriting the variable, and then micro was missing from OVERRIDES
2009-09-01checksums.ini: some missing checksums addedSteffen Sledz1
2009-08-31compcache: Add version 0.5+0.6pre3 and version 0.6Ming Chow 周明1
* compcache creates RAM based block device (named ramzswap) which acts as swap disk. Pages swapped to this disk are compressed and stored in memory itself. * Compressing pages and keeping them in RAM virtually increases its capacity. This allows more applications to fit in given amount of memory. * added modules_install target in top Makefile to fit the automatically modules build process * added KERNELDIR variable to make 2.6 style KBUILD system work * modified the Makefile for rzscontrol tool to use cross toolchain instead of local gcc Signed-off-by: Ming Zhou <chow.ming@linuxbj.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-31micro-uclibc, minimal-uclibc: Reorder including the base distro config.Khem Raj2
A lot of stuff in these conf's are already set and is duplicated. This is removed. The base conf file should be included at the end after assigning LIBC so that correct toolchain configuration is picked. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Phil Blundell <philb@gnu.org> Acked-by: Michael 'Mickey' Lauer <mlauer@vanille-media.de>
2009-08-31Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Philip Balister2
into org.openembedded.dev
2009-08-31asterisk-1.4.23.1 : Checksum changed on source package.Philip Balister1
* Updated checksum to new values. * Dropped sounds.xml.patch so recipe builds. The Asterisk people changed the source tarballs for legal reasons. This blog entry explains the music-on-hold changes: http://blogs.digium.com/2009/08/18/asterisk-music-on-hold-changes/ I made the minimum updates so the recipe builds again. We'll need someone familiar with Asterisk to work out what else needs changing.
2009-08-31usb-modeswitch: add v1.0.2Evan Doiron1
Signed-off-by: Evan Doiron <edoiron@cbnco.com> Signed-off-by: Michael Smith <msmith@cbnco.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2009-08-31add sscep: v0.0.2008.1211Evan Doiron1
http://patchwork.openembedded.org/patch/998/ Signed-off-by: Evan Doiron <edoiron@cbnco.com> Signed-off-by: Michael Smith <msmith@cbnco.com>