aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/kexecboot/linux-kexecboot.inc
AgeCommit message (Collapse)Author
2010-02-18linux-kexecboot.inc: enable lzma compression for more kernel versionsAndrea Adami
2010-02-16linux-kexecboot: use INC_PR for kernels, PR should get bump with every ↵Martin Jansa
kexecboot change * Andrea Adami wants only one INC_PR shared between kexecboot and linux-kexecboot recipes, maybe we could use sth like INC_PR = "${KEXECBOOT_PR}.19" in linux-kexecboot.inc and set KEXECBOOT_PR in some new .inc file * For now use INC_PR only for linux-kexecboot Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-14zaurus-kernels: move the kernel size check to linux-kexecboot.inc.Andrea Adami
* no need for DONT_CHECK_KERNELSIZE * clean up the affected files * check happens only if KERNEL_IMAGE_MAXSIZE is set
2010-02-03linux-kexecboot.inc: fix minimal versions required for LZMA.Andrea Adami
2010-02-02linux-kexecboot: force LZMA compression for kernels > 2.6.30Andrea Adami
2010-01-07linux-kexecboot: uniform the SRC_URI (defconfig in kernel recipe)Andrea Adami
2010-01-02linux-kexecboot.inc: use bb.utils.vercmp_part for version_less_or_equal.Andrea Adami
Bump PR.
2009-12-31linux-kexecboot.inc: favour lzma for initramfs.cpio for k. >= 2.6.32Andrea Adami
2009-10-15kexecboot_git: bump to 8daf258fc5d1e5eb6127285c63d66f31f05cf80d. Bump PRAndrea Adami
(and for initramfs-kexecboot-image and linux-kexecboot too).
2009-10-10linux-kexecboot.inc: to be quiet we set master console on serial. Bump PR.Andrea Adami
2009-05-31linux-kexecboot-2.6.24: fix compilation with gcc-4.3. Bump PRAndrea Adami
Since some architectures don't support __udivdi3(). Signed-off-by: Segher Boessenkool <segher@kernel.crashing.org> Cc: john stultz <johnstul@us.ibm.com> Cc: Ingo Molnar <mingo@elte.hu> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
2009-05-26kexecboot: require ../linux/linux.inc, not recipes/linux/linux.inc.Chris Larson
linux-kexecboot.inc does a 'require recipes/linux/linux.inc', but it really depends on how the upstream OpenEmbedded linux/linux.inc behaves, not whatever the first one it finds in BBPATH does. This broke builds for me combining upstream OpenEmbedded with some local collections that do different things with their kernels. Signed-off-by: Chris Larson <clarson@mvista.com>
2009-04-29linux-kexecboot.inc: force CONFIG_KEXEC=y just in caseAndrea Adami
- no runtime changes, no PR BUMP
2009-03-17recipes: fix hardcoded instances of packages/Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>