aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2010-09-12Bump Opie git revisionbluelightning/opie-gitPaul Eggleton
2010-09-12task-opie: bump PR for previous changePaul Eggleton
2010-09-12opie-vmemo: add dependency on libopiemm2Paul Eggleton
2010-09-12opie-taskbar: install /etc/opie_sysevents.confPaul Eggleton
2010-09-12opie-recorder: add dependency on libopiemm2Paul Eggleton
2010-08-17Bump Opie git revisionPaul Eggleton
2010-08-06task-opie: add opie-notes to task-opie-base-pim and move opie-textedit to ↵Paul Eggleton
task-opie-base-apps
2010-08-06opie-textedit: fix git version for move of text editor to "Applications" tab ↵Paul Eggleton
in launcher
2010-08-06opie-taskbar: apply force-firstuse-calibrate.patch against git versionPaul Eggleton
2010-08-06opie-taskbar: fix server-pro-cvs.patch to apply against current gitPaul Eggleton
2010-08-06opie-packagemanager: ensure libopkg is used for git versionPaul Eggleton
2010-08-06opie-networksettings: do not apply wireless.patch for git versionPaul Eggleton
This patch has been applied upstream.
2010-08-06libqpe-opie: add unbreak-logging-2.patch which applies against current git ↵Paul Eggleton
version
2010-08-06preferred-opie-git-versions: add opie-notes and opie-taskbar-imagesPaul Eggleton
2010-07-11Build development versions of Opie from git instead of CVS.Paul Eggleton
Note that this change requires a version of BitBake with the "git subpath" patch applied. Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org>
2010-07-11opie-init: disable special init handling for c7x0 (for w100 which is ↵Paul Eggleton
currently disabled)
2010-07-11conf/machine: add keymaps to recommended list for h4000/hx4700 to fix record ↵Paul Eggleton
button
2010-07-11keymaps: add keymaps for h4000 & hx4700 to make record button usablePaul Eggleton
2010-07-11gcc csl 2007q3: hack to fix buildKoen Kooi
2010-07-10site/mipsel-linux-uclibc: Cache ac_cv_sizeof_int for vim.Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-10qemu_0.12.4.bb: Add 99_stable.diff from debian.Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-10gcc-4.5.inc: Update SRCREV to pick new fixes on ARM.Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-10quilt: Add option QUILT_NO_RM_SYMLINKS so follow symlinks with quilt refreshKhem Raj
* OE now creates symlinks into metadata. This patch allows quilt to follow the symlinks so when a patch is refreshed then the result happens in the metadata location. * Creating a new patch will still happen in local patches directory unless one uses path into metadata. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-10glibc 2.10.1: added nios2 supportFrans Meulenbroeks
add nios2 support. as this is strictly nios2 specific there is no need to bump PR Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-07-10glibc 2.10.1: added ifdef around PTR*MANGLEFrans Meulenbroeks
some of the calls to PTR_MANGLE and PTR_UNMANGLE were guarded by #ifdef's whereas others were not. This causes problems on architectures that do not have those macros. Fix is to add ifdefs around those invocations Also added PR to the recipe Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-07-10busybox.inc: bump PRKoen Kooi
2010-07-10angstrom: fix busybox regression by adding 'ipv4 ipv6' to DISTRO_FEATURESKoen Kooi
kudos to SHR for spotting that
2010-07-10shr.conf: add ipv4 and ipv6 to DISTRO_FEATURESKlaus Kurzmann
needed for busybox to include networking Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-07-10msmcommd_git.bb: bump SRCREVKlaus Kurzmann
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-07-10angstrom: switch to a newer glib/gtk comboKoen Kooi
2010-07-10fennec: update to fennec2Koen Kooi
2010-07-10fsogsmd_git.bb: fix striplevel for modified config patchKlaus Kurzmann
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-07-10fsogsmd_git.bb: update patch to fix config for newer kernels on GTA02Klaus Kurzmann
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-07-09gcc-4.4.4.inc: Dont apply gcc-arm-cp15-tpreg-for-TLS.patch as it might be ↵Khem Raj
breaking ABI for armv7 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-09gcc-4.4.4: Use CP15 register for TLS access on armv7-a.Khem Raj
* ARMv7 was using -mtp=soft where as the CP15 register for TLS is available and should be used. This should improve the performance of TLS access. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-09cornucopia.inc: bump FSO_CORNUCOPIA_SRCREVKlaus Kurzmann
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-07-09usermanual: Updates to reflect changes in file:// treatment for patches.Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-09Merge branch 'org.openembedded.dev' of git.openembedded.net:openembedded ↵Stanislav Brabec
into org.openembedded.dev
2010-07-09gtk+: Update to version 2.20.1 + fix of midori DnD grab freeze (GNOME#623865).Stanislav Brabec
2010-07-09binutils_2.20.1.bb: Remove redundantly added patch=1 its not needed anymoreKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-09glib-2.0: Update to version 2.24.1. 4 bug fixes, 2 of them were included as ↵Stanislav Brabec
patches.
2010-07-09uclibc_git.bb: Bump to tip of git.Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-09krb5_1.6.3.bb: copyperms.patch is applied manually so add apply=noKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-09binutils 2.20.1: added patches to support nios2Frans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-07-09busybox 1.16.2: added a defined(__nios2__)Frans Meulenbroeks
(actually as there were two entries for __s390__ hijacked one of it Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-07-09busybox_1.15.3: added a defined(__nios2__)Frans Meulenbroeks
(actually as there were two entries for __s390__ hijacked one of it Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-07-09busybox 1.14.3: added a defined(__nios2__)Frans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-07-09linux-libc-headers_2.6.34.bb: added checksums for non nios versionFrans Meulenbroeks
and fixed ${S} for non nios (needed for -native) Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-07-09openjdk: bump PR to force rebuild against updated gccKoen Kooi
2010-07-09icedtea6-native 1.8: Added comment.Robert Schuster