aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/kexecboot/kexecboot.inc
AgeCommit message (Collapse)Author
2011-03-01kexecboot: prefer uImage for ben-nanonote.Andrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-02-03kexecboot: add --enable-delay=2 for collie too.Andrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-01-15kexecboot: increase delay before device detection for Zaurus.Andrea Adami
* Kernels 2.6.3x boot more quickly so we have to compensate the slow * init of CF (or even slower internal HDD on spitz) adding more delay. * Bump PR. Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-01-13kexecboot: bump to e951750b09eb0e1ba81f1bf71d6108c8d3288f91Andrea Adami
* sync with upstream * new configure option to add a delay before device detection * Zaurus spitz needs 2 secs because of slow internal HD init (with empty mtd's) * bump PR Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-01-10kexecboot: bump to 92403e305a57154c7c779d6d47600387116a7988Andrea Adami
* update list of configure args * bump PR Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2010-10-21kexecboot: split kexecboot-klibc recipe and oe-stylizeAndrea Adami
2010-08-21kexecboot: inherit new klibc.bbclassAndrea Adami
* bump PR
2010-08-19kexecboot: follow kexec-tools-klibc renaming. Bump PR.Andrea Adami
2010-07-29kexecboot: remove dependency on losetupAndrea Adami
* Support for loopmount still to be defined. * While we could easily mount a loopimage and kexec the included * kernel and initrd, it would be duty of the init of the loopimage * to know about rootfs and rest of filesystem. * Problem is we don't know that init in advance.
2010-07-22kexecboot: add runtime dependency on losetup (klibc-static)Andrea Adami
2010-06-26kexecboot_git: bump to ac70f55e2b49f23963a8f057330eb47836a01c2fAndrea Adami
* add forgotten initrd/initramfs support, * make package machine-specific * (even if the binary itself is arch specific and could be run as standalone), * bump PR. Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2010-04-25kexecboot.inc: disable serial debug for Zaurus c7x0 (enough testing;)Andrea Adami
2010-04-25kexecboot.inc: refresh list of configure optionsAndrea Adami
2010-02-14kexecboot.inc: add more comments. Minor cleanings.Andrea Adami
2010-01-11kexecboot git: enable uImage support for omap3Koen Kooi
2009-12-14kexecboot_git: move to daa68b5aaa56a036c24c7929e239ebd5edf8fdfe.Andrea Adami
- clean up kexecboot.inc after klcc fixes. - add EXTRA_OECONF_zaurus - Bump PR.
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-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>