aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/pacemaker
AgeCommit message (Collapse)Author
2010-09-30pacemaker: packaging fixes, move some files between packagesVladimir Sorokin
Signed-off-by: Vladimir Sorokin <sorokin@altell.ru> Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-08-23ncurses_5.7.bb,recipes: Make DEFAULT_PREFERENCEtesting_2010-08-23Khem Raj
* Select 5.7 if none pinned. * Bump PR for recipes which have ncurses dependency. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-05recipes: inherit autotools instead of autotools_stageKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Richard Purdie <rpurdie@linux.intel.com>
2010-07-12pacemaker: update to version 1.0.9.1Roman I Khimov
* bugfix release, considered as safe upgrade Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson
For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-07pacemaker: completely disable stack protector for uclibc buildsRoman I Khimov
Make uclibc builds stable across different architectures. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-04-23pacemaker: fix volatilesRoman I Khimov
populate-volatile.sh doesn't like blank lines in volatile files. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-04-23pacemaker: fix uclibc buildRoman I Khimov
Software stack protection is not available. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-04-09pacemaker: fix headers define extraction and uclibc buildRoman I Khimov
Header define extraction routine tries to execute test binary which may or may not work depending on target architecture. Redo it using preprocessor only. Fix uclibc build also, doesn't link properly without fstack-protector. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-29pacemaker: new recipeRoman I Khimov
Pacemaker achieves maximum availability for your cluster services by detecting and recovering from node and service-level failures. It achieves this by utilizing the messaging and membership capabilities provided by your preferred cluster infrastructure (OE version is built for OpenAIS). If the startup and shutdown of your service can scripted, Pacemaker can improve its availability. Pacemaker can manage clusters of practically any size and comes with a powerful dependency model for accurately modeling your environment. Signed-off-by: Roman I Khimov <khimov@altell.ru>