Age | Commit message (Collapse) | Author | Files |
|
|
|
|
|
screen corruption and wont harm other machines
|
|
|
|
port patches from linux-rp-2.6.24 to linux-kexecboot to enable booting
on tosa.
Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
|
|
tosa support to kexecboot.
Add few more keys that can be used on tosa to select correct variant
Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
|
|
|
|
- both linux-kexecboot 2.6.24 and 2.6.26
- bump both PR
|
|
the linux-handhelds kernel recipe supports, modulo the missing mtd support issue for some machines
|
|
- initramfs-kexecboot image only installs kexecboot
|
|
- now broken as kexec is now used as init with 0.4
|
|
|
|
- logo will appear for just 1 second...
- for 2.6.23, 2.6.24, 2.6.26
- custom logo for Angstrom distro
|
|
- enable boot from nand for spitz
- enable boot from CF for c7x0 and akita
- bump PR
|
|
- set default preference = 1 for c7x0
|
|
- setting "console=tty0" for c7x0 doesn't work...
|
|
* most devices can reuse the defconfig of their 'proper' kernel now
|
|
|
|
|
|
* this means no packagemanagemnt files get installed
|
|
without
|
|
* added for akita, c7x0 and poodle
* closes 4688
|
|
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
|
|
|
|
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.
|
|
|
|
* remove trailing slash in KERNELORG_MIRROR definition
* add slash after KERNELORG_MIRROR in *.bb where needed
|
|
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>
|
|
|
|
|
|
* linux-kexecboot recipe only need to include sources and patches in SRC_URI, linux-kexecboot.inc takes care of the rest
* closes #4543
|
|
|
|
initramfs-kexecboot: add rotation parameter for c7x0
linux-kexecboot_2.6.26: change defconfigs
|
|
I don't fully understand why, but otherwise images don't boot.
|
|
|
|
linux-kexecboot: remove debug output
kexecboot: pass rootdelay to all kernels
|
|
|
|
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
|