summaryrefslogtreecommitdiff
path: root/packages/kexecboot
AgeCommit message (Collapse)AuthorFiles
2009-01-28linux-kexecboot: add a recipe for 2.6.21-hh20, this should work all machines ↵Koen Kooi28
the linux-handhelds kernel recipe supports, modulo the missing mtd support issue for some machines
2009-01-27kexecboot: delete initramfs-kexecbootAndrea Adami2
- initramfs-kexecboot image only installs kexecboot
2009-01-27kexecboot: remove kexecboot-0.3Andrea Adami2
- now broken as kexec is now used as init with 0.4
2009-01-27kexecboot: add new (beta) release 0.4 and add patches from upstreamAndrea Adami7
2009-01-27linux-kexecboot: bootlogo patchesAndrea Adami16
- logo will appear for just 1 second... - for 2.6.23, 2.6.24, 2.6.26 - custom logo for Angstrom distro
2009-01-27linux-kexecboot-2.6.26: defconfig fixesAndrea Adami4
- enable boot from nand for spitz - enable boot from CF for c7x0 and akita - bump PR
2009-01-27linux-kexecboot_2.6.26: revert 71dade0cdaef0220d31a309d8b6d28b99eb25b29Andrea Adami1
- set default preference = 1 for c7x0
2009-01-27linux-kexecboot.inc: revert 71d21c5e379ab3f5d754a967a52240963552a71cAndrea Adami1
- setting "console=tty0" for c7x0 doesn't work...
2008-12-16linux-kexecboot.inc: disable modules and debugging to make kernel smallerKoen Kooi1
* most devices can reuse the defconfig of their 'proper' kernel now
2008-12-13linux-kexecboot 2.6.26: doesn't work on c7x0, so remove default-prefKoen Kooi1
2008-12-13linux-kexecboot: add 2.6.23 for c7x0Koen Kooi56
2008-12-13initramfs-kexecboot-image: set ONLINE_PACKAGE_MANAGEMENT = "none"Koen Kooi1
* this means no packagemanagemnt files get installed
2008-12-13linux-kexecboot: force initramfs support in Kconfig since it can't function ↵Koen Kooi1
without
2008-10-27linux-kexecboot: add ext3 to some defconfigsThomas Kunze3
* added for akita, c7x0 and poodle * closes 4688
2008-10-22Merge branch 'shared/file-pr-revert' into org.openembedded.devHolger Hans Peter Freyther4
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-19linux-kexecboot: repair collie defconfigThomas Kunze2
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther4
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-kexecboot: use hacked sharp-flash driverThomas Kunze3
2008-10-16linux-*.bb: use KERNELORG_MIRROR consistently (fixes checksum errors)Jeremy Lainé2
* 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 Freyther4
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-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe20
2008-09-19linux-kexecboot: add cmdlinesThomas Kunze3
2008-09-08linux-kexecboot: restructure it a bit to make it more generic.Koen Kooi35
* linux-kexecboot recipe only need to include sources and patches in SRC_URI, linux-kexecboot.inc takes care of the rest * closes #4543
2008-09-04linux-kexecboot-2.6.24: add new version (mainly for poodle)Henry von Tresckow34
2008-09-04kexecboot: add patch to read mtdparts from /proc/cmdlineant16
initramfs-kexecboot: add rotation parameter for c7x0 linux-kexecboot_2.6.26: change defconfigs
2008-08-06linux-kexecboot: add console=tty1 to cmdline again.Thomas Kunze1
I don't fully understand why, but otherwise images don't boot.
2008-08-04kexecboot: add missing patchThomas Kunze2
2008-08-04kexecboot-initramfs: wait some seconds before startupThomas Kunze5
linux-kexecboot: remove debug output kexecboot: pass rootdelay to all kernels
2008-08-03kexecboot: fix build of initramfs-kexecboot-imageThomas Kunze1
2008-08-03files: add some stuff to device_table_add-mmc.txt and rename it toThomas Kunze38
devices-table-collie.txt. conf/collie: use device-table-collie.txt packages/kexecboot:*create a new directory for everything kexecboot related *move initramfs-kexec-image and initramfs-kexec to this dir and rename them to *kexecboot *move linux-kexecboot to this dir *add forgotten patches for linux-kexecboot