aboutsummaryrefslogtreecommitdiffstats
path: root/meta-cgl-common/recipes-cgl/pacemaker
AgeCommit message (Collapse)Author
2017-11-09pacemaker: disable autostartrockoKai Kang
pacemaker requires corosync starts before it. But corosync could not start without configuration and autostart is disabled. So disable autostart of pacemaker too. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
2017-08-14pacemaker: Ship missing resource.d directory in ${PN}Jagadeesh Krishnanjanappa
Fix below warning when ${libdir} is other than '/usr/lib', -- snip -- WARNING: pacemaker-1.1.16-r0 do_package: QA Issue: pacemaker: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/ocf /usr/lib/ocf/resource.d /usr/lib/ocf/resource.d/.isolation /usr/lib/ocf/resource.d/pacemaker /usr/lib/ocf/resource.d/.isolation/docker-wrapper /usr/lib/ocf/resource.d/pacemaker/SystemHealth /usr/lib/ocf/resource.d/pacemaker/HealthCPU /usr/lib/ocf/resource.d/pacemaker/ClusterMon /usr/lib/ocf/resource.d/pacemaker/pingd /usr/lib/ocf/resource.d/pacemaker/HealthSMART /usr/lib/ocf/resource.d/pacemaker/controld /usr/lib/ocf/resource.d/pacemaker/Stateful /usr/lib/ocf/resource.d/pacemaker/ping /usr/lib/ocf/resource.d/pacemaker/o2cb /usr/lib/ocf/resource.d/pacemaker/remote /usr/lib/ocf/resource.d/pacemaker/Dummy /usr/lib/ocf/resource.d/pacemaker/SysInfo Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. pacemaker: 18 installed and not shipped files. [installed-vs-shipped] -- snip -- Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com> Signed-off-by: Jagadeesh Krishnanjanappa <jkrishnanjanappa@mvista.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
2017-06-20pacemaker: update to 1.1.16Jackie Huang
* update the licenses and checksum * fix PN -> BPN for multilib builds * add PACKAGECONFIG for systemd and libsmtp * add fix for libgnutls Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
2017-06-08pacemaker: Update checksumAdrian Dudau
Archive file changed at the source Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
2017-06-05pacemaker: add missing header fileArmin Kuster
mainloop.c:406:8: error: unknown type name 'qb_array_t' | static qb_array_t *gio_map = NULL; Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
2016-09-15pacemaker: 1.1.13 -> 1.1.15Wang Xin
1) Upgrade pacemaker from 1.1.13 to 1.1.15. 2) Modify patch, since the data has been changed. 0002-pacemaker-search-header-from-STAGING_INCDIR-to-walka.patch Signed-off-by: Wang Xin <wangxin2015.fnst@cn.fujitsu.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
2015-12-17pacemaker: WARNING FixLi Xin
* WARNING: QA Issue: pacemaker: Files/directories were installed but not shipped in any package: /lib/systemd/system/crm_mon.service Please set FILES such that these items are packaged. * WARNING: QA Issue: pacemaker-libs rdepends on dbus-lib, but it isn't a build dependency? [build-deps] * Also Modify SRC_URI,since original one is always do_fetch failed. Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
2015-08-19pacemaker: upgrade 1.1.12 -> 1.1.13Li xin
* update 0002-pacemaker-search-header-from-STAGING_INCDIR-to-walka.patch * Modify SRC_URI * Warning Fix: WARNING: QA Issue: pacemaker: Files/directories were installed but not shipped in any package: /usr/lib/python2.7 /usr/lib/python2.7/site-packages /usr/lib/python2.7/site-packages/cts /usr/lib/python2.7/site-packages/cts/watcher.py Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Alexandru.Vaduva <Alexandru.Vaduva@enea.com>
2015-07-08pacemaker: upgrade to 1.1.12Bian Naimeng
Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com> Signed-off-by: Alexandru.Vaduva <Alexandru.Vaduva@enea.com>
2015-07-02pacemaker: changing depencency to resource-agentsBian Naimeng
cluster-resource-agents is renamed to resource-agents, so changes the depencency to resource-agents Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com> Signed-off-by: Alexandru.Vaduva <Alexandru.Vaduva@enea.com>
2015-05-14pacemaker: provide tmpfiles configurationDmitry Eremin-Solenikov
provide systemd-tmpfiles configuration for distributions using systemd. Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com> Signed-off-by: Alexandru.Vaduva <Alexandru.Vaduva@enea.com>
2015-05-14pacemaker: use useradd class to add required user and groupDmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com> Signed-off-by: Alexandru.Vaduva <Alexandru.Vaduva@enea.com>
2015-04-27pacemaker: fix runtime dependencies on bashDmitry Eremin-Solenikov
Add bash to the pacemaker-tests RDEPENDS. Also make all scripts that are installed in main pacemaker package use sh instead of bash. Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com> Signed-off-by: Alexandru.Vaduva <Alexandru.Vaduva@enea.com>
2015-04-27pacemaker: fix building with xml-config now being disabledDmitry Eremin-Solenikov
OE-Core now forbids using of xml-config, thus pacemaker is now broken. Rewrite configure.ac to use pkg-config instead of xml-config. Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com> Signed-off-by: Alexandru.Vaduva <Alexandru.Vaduva@enea.com>
2014-10-06cgl: split layer between meta-cgl-common and meta-vendorLiviu Gheorghisan
Now we have this structure: meta-cgl + meta-cgl-common + conf + images + packagegroups + recipes-cgl + recipes-extended + recipes-kernel + recipes-perl + meta-fsl-ppc + recipes-kernel ... + COPYING.MIT + README The reason for this change is to separate machine specific stuff (kernel bbappends, configs, etc) in separate layers, and each of these layers will only be included in the build when building for that machine. [LXCR-3670] Signed-off-by: Liviu Gheorghisan <liviu.gheorghisan@enea.com> Signed-off-by: Alexandru.Vaduva <Alexandru.Vaduva@enea.com>