Age | Commit message (Collapse) | Author | Files |
|
|
|
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>
|
|
* no need for DONT_CHECK_KERNELSIZE
* clean up the affected files
* check happens only if KERNEL_IMAGE_MAXSIZE is set
|
|
|
|
|
|
|
|
Bump PR.
|
|
|
|
(and for initramfs-kexecboot-image and linux-kexecboot too).
|
|
|
|
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>
|
|
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>
|
|
- no runtime changes, no PR BUMP
|
|
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>
|
|
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>
|