summaryrefslogtreecommitdiff
path: root/packages/kexecboot
AgeCommit message (Collapse)AuthorFiles
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