aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux-ha
AgeCommit message (Collapse)Author
2010-10-26cluster-glue_1.0.5.bb: Fix compilation w.r.t. using constant cast using gcc 4.5Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-30cluster-glue_1.0.5.bb: Fix build warnings found with gcc 4.5Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-30cluster-glue: 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-22cluster-resource-agents: fix packaging of .debug dirsRoman I Khimov
Signed-off-by: Roman I Khimov <khimov@altell.ru>
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-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-04-23cluster-resource-agents: update to version 1.0.3Roman I Khimov
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-04-23cluster-glue: update to version 1.0.5Roman I Khimov
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-04-23cluster-resource-agents: fix uclibc buildRoman I Khimov
Software stack protection is not available. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-04-23cluster-glue: fix uclibc buildRoman I Khimov
Stack protection is not available. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-04-23cluster-resource-agents: disable doc buildRoman I Khimov
Unreliable (breaks from time to time) and VERY time consuming. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-04-09cluster-resource-agents: fix headers define extractionRoman 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. Fixes wrong OCF_ROOT_DIR. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-29cluster-resource-agents: add new recipeRoman I Khimov
A resource agent is a standardized interface for a cluster resource. In translates a standard set of operations into steps specific to the resource or application, and interprets their results as success or failure. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-29cluster-glue: add new recipeRoman I Khimov
Cluster Glue is a set of libraries, tools and utilities suitable for the Heartbeat/Pacemaker cluster stack. In essence, Glue is everything that is not the cluster messaging layer (Heartbeat), nor the cluster resource manager (Pacemaker), nor a Resource Agent. Signed-off-by: Roman I Khimov <khimov@altell.ru>