summaryrefslogtreecommitdiffstats
path: root/recipes/kexecboot
AgeCommit message (Collapse)Author
2009-07-27kexecboot: switch git version to a stable cfgfiles SRCREV and make it the ↵Koen Kooi
default
2009-07-26linux-kexecboot: add 2.6.29, currently only supports beagleKoen Kooi
2009-06-21kexec-tools: rename static recipes built against klibcAndrea Adami
2009-06-20kexecboot: sanitize recipeAndrea Adami
- recipe_sanity: RDEPENDS should not be set, but is set to 'kexec-static' - Phil Blundell:" - In almost all cases the app ought to be setting RDEPENDS_${PN}, not - RDEPENDS. Otherwise the documentation, debug data and suchlike will - end up getting the same dependency, which is seldom useful. - The same goes for most of the other R* variables."
2009-06-18kexecboot: new SRC_URIAndrea 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-05-07initramfs-kexecboot-image: simplify EXTRA_IMAGEDEPENDS = ""Andrea Adami
- KEXECBOOT_IMAGEDEPENDS was introduced just for Zaurus (fixed now)
2009-04-29linux-kexecboot.inc: force CONFIG_KEXEC=y just in caseAndrea Adami
- no runtime changes, no PR BUMP
2009-04-28kexecboot-cfg: fix tabs and typoAndrea Adami
2009-04-27initramfs-kexecboot-image: just deploy cpio.gzAndrea Adami
2009-04-25kexecboot-cfg: initial deploy of /boot/boot.cfg (for kexecboot_0.6)Andrea Adami
2009-04-23initramfs-kexecboot-image: minor text cleaningsAndrea Adami
2009-04-07initramfs-kexecboot-image: fix parse warningKoen Kooi
2009-04-07initramfs-kexecboot-image: fix EXTRA_IMAGEDEPENDS for all ZaurusAndrea Adami
2009-04-06initramfs-kexecboot-image: fix EXTRA_IMAGEDEPENDS for c7x0/akita/spitzAndrea Adami
2009-04-01device_table_minimal: add /dev/event1 - /dev/event7Andrea Adami
- while there, - delete device_table_kexecboot - add /dev/mmcblk0p7 to device_table-oldmmc
2009-03-30kexecboot: clean recipesAndrea Adami
- fix SRC_URI and bump SRCREV for _git recipe - minor cleanings to the recipes - bump PR - remove old kexecboot-0.3 checksums
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>