summaryrefslogtreecommitdiff
path: root/conf
AgeCommit message (Collapse)AuthorFiles
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>
2009-08-31net-snmp: add v5.4.2.1Evan Doiron1
Signed-off-by: Evan Doiron <edoiron@cbnco.com> Signed-off-by: Michael Smith <msmith@cbnco.com>
2009-08-31Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Koen Kooi1
into org.openembedded.dev
2009-08-31epdfview: update to 0.1.7Koen Kooi1
2009-08-31evince: add 2.26.2Koen Kooi1
2009-08-31poppler: add 0.11.3 (0.12rc)Koen Kooi1
2009-08-30micro.conf: Remove PREFERRED_PROVIDER_virtual/libintlKhem Raj1
This is set appropriately in toolchain configuration. It gives a possibility to cleanly override LIBC say to eglibc or glibc. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Leon Woestenberg <leon@sidebranch.com> Acked-by: Henning Heinold <heinold@inf.fu-berlin.de>
2009-08-28vortex86sx: use X.orgMarcin Juszkiewicz1
2009-08-28checksums.ini: add missing entry for diffstat 1.47Steffen Sledz1
2009-08-28ti-lpm-module 2.24: update lpm src uri, it's in its own tarball nowBrijesh Singh1
* fix DSPLINK path * keep versioning inline with CE till we sort it out properly
2009-08-27erlang: start updating erlang to R13B01Koen Kooi1
* now it's Crofton's turn to work on it :)
2009-08-27ti-codec-engine: make 2.24.1 default and fix the buildKoen Kooi1
2009-08-27checksums.ini: A lot of maemo checksums and some updated bits.Florian Boor1
2009-08-27checksums.ini: Sort and remove duplicates.Khem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-27dash_0.5.2.bb: Add recipe for latest dash.Khem Raj1
Remove unbuildable dash_0.5.2 recipe. Add checksums for new dash and diffstat Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-26diffstat_1.47.bb: Add recipe for new releaseKhem Raj1
diffstat_1.39.bb is moved out the tars dont exist on debian servers anymore. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-26alix.conf, xo.conf: Use tune-geode.inc instead of tune-geodelx.incKhem Raj2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-26openvpn: add v2.0.9+2.1rc19Evan 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-26ppp: add v2.4.4Evan 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-26topas910.conf: No need for the lowlevel loader any more. But mtdutils are ↵Florian Boor1
useful to deal with NAND.
2009-08-26kixrp435.conf: Machine description for the Intel KIXRP435 reference board.Florian Boor1
2009-08-26topas910.conf: Some defines to build valid uImages.Florian Boor1