summaryrefslogtreecommitdiff
path: root/packages/linux/linux-rp_2.6.26.bb
AgeCommit message (Collapse)AuthorFiles
2008-10-22Merge branch 'shared/file-pr-revert' into org.openembedded.devHolger Hans Peter Freyther1
Conflicts: packages/busybox/busybox_1.11.3.bb packages/dsplink/codec-engine_2.10.bb packages/gdb/gdb_6.3.bb packages/gdb/gdb_6.4.bb packages/gdb/gdb_6.6.bb packages/gdb/gdb_6.8.bb packages/glibc/glibc_2.2.5.bb packages/glibc/glibc_2.3.2+cvs20040726.bb packages/glibc/glibc_2.3.2.bb packages/glibc/glibc_2.3.3+cvs20041128.bb packages/glibc/glibc_2.3.3+cvs20050221.bb packages/glibc/glibc_2.3.3+cvs20050420.bb packages/glibc/glibc_2.3.3.bb packages/glibc/glibc_2.3.5+cvs20050627.bb packages/glibc/glibc_2.3.6.bb packages/glibc/glibc_2.4.bb packages/glibc/glibc_2.5.bb packages/glibc/glibc_2.6.1.bb packages/glibc/glibc_2.7.bb packages/kexecboot/linux-kexecboot_2.6.26.bb packages/libsdl/libsdl-x11_1.2.11.bb packages/linux/linux-rp_2.6.26.bb packages/mozilla/fennec_hg.bb packages/python/python_2.5.2.bb packages/tasks/task-xfce-base.bb packages/xorg-driver/xf86-video-omapfb_git.bb packages/xorg-xserver/xserver-kdrive_1.4.0.90.bb
2008-10-20linux-rp_2.6.26: add patch for collie usbThomas Kunze1
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther1
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here.
2008-10-18linux-rp: update collie patchesThomas Kunze1
* touchscreen works now * use old hacked sharp flash driver
2008-10-16linux-*.bb: use KERNELORG_MIRROR consistently (fixes checksum errors)Jeremy Lainé1
* remove trailing slash in KERNELORG_MIRROR definition * add slash after KERNELORG_MIRROR in *.bb where needed
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther1
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org>
2008-07-31linux-rp: fix sound on c7x0 in 2.6.26 kernelMarcin Juszkiewicz1
2008-07-27linux-rp 2.6.26:-update collie patchThomas Kunze1
-change collie defconfig -remove initramfs-config-collie
2008-07-24linux-rp_2.6.24: -fix buildThomas Kunze1
linux-rp_2.6.26: -update patches for collie.The kernel won't build atm because of too fat defconfig. But this is intended because kernel will be in rootfs in the future. linux-rp.inc: -change commandline for collie to root on mmc
2008-07-17linux-rp-2.6.26: Added zaurus-i2c-init.patch:Stanislav Brabec1
* initialize I2C on Poodle and Spitz * sound works again * suspend does not hang if sound modules are loaded
2008-07-15Added linux-rp-2.6.26:Stanislav Brabec1
* based on linux-rp-2.6.25+2.6.26-rc4 (b82d34d538132713ba10d59d0209f562e276f44b) * ported sharpsl-rc-r1.patch * set DEFAULT_PREFERENCE_spitz (suspend works again)