summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/edac-utils
Commit message (Collapse)AuthorAgeFilesLines
* edac-utils: fix systemd serviceQi.Chen@windriver.com2016-11-232-1/+1
| | | | | | | | | | | Fix edac-utils systemd service file so that `systemctl stop edac' doesn't fail. Remove the ExecStop line as there's no '--unload' option for edac-ctl. Also, disable edac service by default. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* edac-utils: add systemd support and required dependencies for edacdengke.du@windriver.com2016-10-052-1/+24
| | | | | | | | | | Changed in V2: Change the title to eliminate confused. Add systemd unit files for edac-utils. Signed-off-by: Dengke Du <dengke.du@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* edac-utils: update the versionRoy Li2016-03-251-1/+1
| | | | | | | | | | | | The current edac-utils is v0.18, not v0.16 as the declaration in NEWS file: ------------------------------- | Version 0.18 (2011-11-09); |- Do not print "No errors to report" with edac-util --quiet |- Add DIMM labels for Intel S2600JF and Supermicro H8QG6 ------------------------------- Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* edac-utils: add patches for initscriptKai Kang2015-12-183-5/+145
| | | | | | | | | | | | | | | | | | | | | Update LIC_FILES_CHKSUM that the whole license file should be used rather than the first 2 lines. Remove COMPATIBLE_HOST that edac-utils could build for all architectures. Update runtime dependencies: * add perl modules that edac-ctl needs * add dmidecode for the archs which are in COMPATIBLE_HOST of dmidecode that dmidecode is required by command edac-ctl. And add patches for initscripts to: * add restart subcommand * make init script be able to load EDAC module automatically Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* edac-utils: Add new packageArmin Kuster2015-03-031-0/+25
Userspace helper for kernel EDAC drivers (Error Detection and Correction) Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>