diff options
author | ant <ant@unknown.openembedded.org> | 2008-09-04 10:16:43 +0000 |
---|---|---|
committer | Thomas Kunze <thommycheck@gmx.de> | 2008-09-04 10:16:43 +0000 |
commit | 309c832c2c21ceb97fd589ebce8327d0d2bba731 (patch) | |
tree | e4e59eca6ec4cf7e3bbca8f0620a9b8bc86e830b /packages/kexecboot/linux-kexecboot_2.6.26.bb | |
parent | 23ccc2156ae978b7183877bd884396a22f5c168c (diff) |
kexecboot: add patch to read mtdparts from /proc/cmdline
initramfs-kexecboot: add rotation parameter for c7x0
linux-kexecboot_2.6.26: change defconfigs
Diffstat (limited to 'packages/kexecboot/linux-kexecboot_2.6.26.bb')
-rw-r--r-- | packages/kexecboot/linux-kexecboot_2.6.26.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/kexecboot/linux-kexecboot_2.6.26.bb b/packages/kexecboot/linux-kexecboot_2.6.26.bb index 5d31aae5cb..2be42e6c17 100644 --- a/packages/kexecboot/linux-kexecboot_2.6.26.bb +++ b/packages/kexecboot/linux-kexecboot_2.6.26.bb @@ -1,11 +1,13 @@ require linux-kexecboot.inc -PR = "r2" +PR = "r3" DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE_qemuarm = "-1" DEFAULT_PREFERENCE_qemux86 = "-1" DEFAULT_PREFERENCE_spitz = "1" DEFAULT_PREFERENCE_collie = "1" +DEFAULT_PREFERENCE_c7x0 = "1" +DEFAULT_PREFERENCE_akita = "1" # Handy URLs # git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;tag=ef7d1b244fa6c94fb76d5f787b8629df64ea4046 |