summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2009-08-28vortex86sx: use X.orgMarcin Juszkiewicz1
2009-08-28matchbox-session: simple provider of Matchbox session for X11 startupMarcin Juszkiewicz1
In GPE images we use gpe-session-scripts to provide Xsession init scripts for launching Matchbox components. But what if someone do not want GPE but want Matchbox? Poky has it cleaned in other way.
2009-08-28xf86-video-vesa: needs int10 X.org module to workMarcin Juszkiewicz1
2009-08-28checksums.ini: add missing entry for diffstat 1.47Steffen Sledz1
2009-08-28erlang: also blacklist java 1.5Koen Kooi2
2009-08-28glib-2.0 2.21.4: fix pre armv6 buildsKoen Kooi2
2009-08-28erlang : Add recipe for erlang-R13B01Philip Balister8
* Move patches to a common directory as they are shared. * Better solution needed for pythin function name in recipe.
2009-08-28Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Koen Kooi14
into org.openembedded.dev
2009-08-28ti-lpm-module 2.24: update lpm src uri, it's in its own tarball nowBrijesh Singh4
* fix DSPLINK path * keep versioning inline with CE till we sort it out properly
2009-08-27gcc-4.4.1.inc: Disable 128 bit long double for powerpc-*-uclibcKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-27uclibc: Make 0.9.30.1 as default if not specifiedKhem Raj5
Add C99 double wrappers. Set the default preferences such that 0.9.30.1 is chosen if not specified. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-27gcc-4.4.1: Disable libdecnumber for uclibc target.Khem Raj3
We do not set FENV in uclibc so as a result we can not build libdecnumber. We disable it for gcc 4.4.1 uclibc targets. copysignl is in libm in uclibc so gcc complains about this function in libgcc. We see if it is uclibc powerpc softfloat then we add -lm to linker commandline. Not best but works. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-27groff: disable X11 support.Jeremy Puhlman2
Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com> Signed-off-by: Chris Larson <clarson@mvista.com>
2009-08-27net-tools: no parallel makeBrian Pomerantz1
Signed-off-by: Brian Pomerantz <bapper@mvista.com> Signed-off-by: Chris Larson <clarson@mvista.com>
2009-08-27lsof: Fix misuse of system ranlib.Jeremy Puhlman1
Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com> Signed-off-by: Chris Larson <clarson@mvista.com>
2009-08-27iptables: Add patch to use cross ar and ranlib.Jeremy Puhlman2
Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com> Signed-off-by: Chris Larson <clarson@mvista.com>
2009-08-27Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Koen Kooi17
into org.openembedded.dev
2009-08-27erlang: disable parallel makeKoen Kooi1
2009-08-27erlang: start updating erlang to R13B01Koen Kooi3
* now it's Crofton's turn to work on it :)
2009-08-27intltool: move dependency on libxml-parser-perl-native to inc fileRolf Leggewie16
* introduce INC_PR while we're at it
2009-08-27Add task-metadata-track.bbclass, for tracking task changes to metadata.Chris Larson1
This class uses events to capture the state of the datastore when the task starts, and after it completes. It diffs those captured states, and emits messages showing which variables changed, and what their values were changed to. It provides a mechanism to blacklist variables you expect to change, both globally and on a per-task basis. Signed-off-by: Chris Larson <clarson@kergoth.com>
2009-08-27cmem, sdma, lpm: add 2.24.01 releaseBrijesh Singh3
2009-08-27ti-codec-engine: make 2.24.1 default and fix the buildKoen Kooi2
2009-08-27glib-2.0 2.21.4: add armv6 atomic ops, this fixes 100% utilization hangs ↵Pratheesh Gangadhar2
when doing DSP based GStreamer playback GLIB by default uses ARMV5 instructions for emulating atomic operations and this patch (derived from https://stage.maemo.org/svn/maemo/projects/haf/trunk/glib/debian/patches/25-gatomic.patch) make use ARMV6 atomic instructions instead. CPU goes into "sched_yield" while loop during hang - due to a race condition triggered by high rate context switching while running DSP plugins.
2009-08-27glibc-package.bbclass: Reverted 056a67f6070c5ea561acb65049b551e24f3b7eb6.Stanislav Brabec1
* see http://lists.linuxtogo.org/pipermail/openembedded-devel/2009-August/013429.html
2009-08-27julius: add commandpipe patch from TI to allow commands over a pipe to ↵Koen Kooi2
control apps using your voice
2009-08-27checksums.ini: A lot of maemo checksums and some updated bits.Florian Boor1
2009-08-27gtk+: add simple native gtk+ 2.12.11 with all modules built in.Florian Boor1
2009-08-27cairo: add native 1.8.0Florian Boor1
2009-08-27libpixman: Add native 0.12.0Florian Boor1
2009-08-27atk: add 1.27.90 native atkFlorian Boor1
2009-08-27pango: Add native pango 1.22.0Florian Boor2
2009-08-27Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Khem Raj2
into org.openembedded.dev
2009-08-27iputils: Make iputils_20071127 default.Khem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-27checksums.ini: Sort and remove duplicates.Khem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-27autofs: fix ldflags issue, missing debug info, duplicate opt flags.Chris Larson2
Signed-off-by: Chris Larson <clarson@kergoth.com>
2009-08-27dash_0.5.2.bb: Add recipe for latest dash.Khem Raj3
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-26Merge branch 'develop' into org.openembedded.devKhem Raj2
2009-08-26Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Khem Raj3
into org.openembedded.dev
2009-08-26diffstat_1.47.bb: Add recipe for new releaseKhem Raj2
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-26tzdata_2007k.bb: Update SRC_URIKhem Raj1
* The tar file is removed from the original url. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-26tcpdump: obey distro for the ipv6 supportTushar Gohad3
When cross compiling, get rid of the AC_TRY_RUN style checks for ipv6, obey DISTRO_FEATURES. Signed-off-by: Tushar Gohad <tgohad@mvista.com> Signed-off-by: Chris Larson <clarson@mvista.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-26Merge branch 'origin/org.openembedded.dev' of ↵Khem Raj0
git@git.openembedded.org:openembedded into develop
2009-08-26nfs-utils: fix the broken /sbin/mount.nfs4 symlink.Chris Larson1
Signed-off-by: Chris Larson <clarson@mvista.com>
2009-08-26srctree: prefix messages with ${PF} and kill do_package hacks.Chris Larson1
Signed-off-by: Chris Larson <clarson@mvista.com>
2009-08-26base.bbclass: add cleanall task.Chris Larson1
Can be particularly useful when using multiple srctree recipes. Signed-off-by: Chris Larson <clarson@mvista.com>
2009-08-26srctree, clean: cleanup & split out do_clean bits into clean.bbclass.Chris Larson2
Signed-off-by: Chris Larson <clarson@mvista.com>
2009-08-26Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Stanislav Brabec1
into org.openembedded.dev
2009-08-26glibc: nscd: Make it working.Stanislav Brabec5