summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-bsp/ledmon
Commit message (Collapse)AuthorAgeFilesLines
* ledmon: Fix systemd unit installKhem Raj2023-11-191-7/+2
| | | | | | Use confgure knob to emable systemd service unitfile generation. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ledmon: upgrade 0.93 -> 0.97alperak2023-11-183-40/+98
| | | | | | | | | | | | | | | | | | | | | | | * Added 0001-fix-build-with-clang.patch to fix build error caused by missing 'value' initializer * License changed GPL-2.0-only -> LGPL-2.0-only - LIC_FILES_CHKSUM changed COPYING -> COPYING.LIB for LGPL-2.0-only - Changed license headers in required source files. - Changed copyright years to 2022 in modified files. * 0001-Don-t-build-with-Werror-to-fix-compile-error.patch removed because fixed in the new version. * libpci was added as depends following this error -> configure: error: Package requirements (libpci) were not met: No package 'libpci' found * pkgconfig added as inherit following this error -> PKG_PROG_PKG_CONFIG: command not found Changelog: It can be followed here: https://github.com/intel/ledmon/releases Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update LICENSE variable to use SPDX license identifiersKhem Raj2022-03-041-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update SRC_URI branch and protocolsRichard Purdie2021-11-031-1/+1
| | | | | | | | | This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-031-3/+3
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ledmon: Modify the Upstream-Status to Submitted.Zheng Ruoqin2019-11-061-1/+2
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ledmon: upgrade to 0.93Zheng Ruoqin2019-11-012-5/+41
| | | | | | | | | | | | | | | 1) inherit autotools as new version use autotools. 2) Add a patch to fix compile error. 0001-Don-t-build-with-Werror-to-fix-compile-error.patch 3) Modify do_install_append() function to fix do_package error as follows: ledmon-git-r0 do_package: SYSTEMD_SERVICE_ledmon value ledmon.service does not exist 4) Add ${S}/config in CFLAGS. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ledmon: Mark as incompatible on musl instead of adding bogus patchAdrian Bunk2019-04-292-54/+1
| | | | | | | | | atexit is not a drop-in replacement for on_exit, mark as incompatible with musl instead of adding a broken patch. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ledmon: control hard disk led for RAID arraysLiwei Song2019-04-093-0/+130
Enable LED support for Intel Virtual RAID On CPU. Fix build with musl Signed-off-by: Liwei Song <liwei.song@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>