aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/kexecboot/kexecboot.inc
AgeCommit message (Collapse)Author
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>