aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-kexecboot.inc
AgeCommit message (Collapse)Author
2011-03-06linux-kexecboot: bump PR to track new kexecboot 0.5.9 releaseAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-03-04linux-kexecboot.inc: add dependency on u-boot-mkimage-native for mips:Andrea Adami
* We aim to support new mips devices shipping with u-boot * but we cannot set KERNEL_IMAGETYPE = "uImage" yet. * This is temporary solution until uImage becomes target for mips * both in kernel and kexec-tools Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-03-04linux-kexecboot: remove extra quotes arround INITRAMFS_COMPRESSION ↵Martin Jansa
RD_COMPRESSION, which made 'make oldconfig' to ignore them Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-03-04linux-kexecboot.inc: bump PR to follow kexecboot changes.Andrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-03-03linux-kexecboot.inc: add more mangling to protect our custom CMDLINE.Andrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-03-02linux-kexecboot.inc: fix typo for task override (mips/mipsel).Andrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-03-01linux-kexecboot.inc: explicit we don't want modules.Andrea Adami
* fix harmless typo... Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-03-01linux-kexecboot.inc: apply lzma/gzip mangling only to arm kernelsAndrea Adami
* refine custom mips uboot-mkimage, waiting for uImge target in kernel. Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-03-01linux-kexecboot.inc: fix CMDLINE_DEBUG tagAndrea Adami
* bump INC_PR Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-03-01linux-kexecboot: add initial ben-nanonote supportAndrea Adami
* temporarly use custom task for uImage * will be fixed when mips kernel will have uImage target (pending) Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-03-01linux-kexecboot.inc: Customize recipe, do not include linux.inc anymore.Andrea Adami
* linux.inc is deprecated, use only kernel.bbclass * bump PR Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-02-28linux-kexecboot.inc: Sometimes add lzma-native to DEPENDSTom Rini
Using the same logic that switches on lzma compression add lzma-native to DEPENDS. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-01-15linux-kexecboot: bump PR after kexecboot changes.Andrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-01-13linux-kexecboot: bump PR to follow kexecboot upgrades.Andrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-01-10linux-kexecboot: bump PR to follow kexecboot changes.Andrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2010-12-29linux-kexecboot: bump INC_PR to follow kexecboot changes. Signed-off-by: ↵Andrea Adami
Andrea Adami <andrea.adami@gmail.com>
2010-11-01linux-kexecboot.inc: define explicitely the custom defconfig for this kernelAndrea Adami
* set master console on serial * add the quiet/debug command line tag * (all could be just done in the defconfig, is left here as example)
2010-10-25linux-kexecboot: bump PR to follow kexecboot changesAndrea Adami
2010-10-21linux-kexecboot: set INITRAMFS_IMAGE = "initramfs-kexecboot-klibc-image"Andrea Adami
* initramfs-kexecboot-image is now *libc agnostic
2010-10-07linux-kexecboot.inc: don't define LOGO_SIZE here (machine-specific)Andrea Adami
2010-09-29linux-kexecboot: move recipes in /linuxAndrea Adami
* some old version might hopefully be pruned