summaryrefslogtreecommitdiff
path: root/meta-yadro/recipes-yadro/cli/obmc-yadro-lssensors_git.bb
diff options
context:
space:
mode:
authorAndrei Kartashev <a.kartashev@yadro.com>2021-08-17 22:04:52 +0300
committerAndrei Kartashev <a.kartashev@yadro.com>2021-08-23 10:54:09 +0300
commit7d637776938c77d69752a72a09edc90ebde93164 (patch)
treec785af32fdb7b84f25c5d8c78a1a4e95eaac51c9 /meta-yadro/recipes-yadro/cli/obmc-yadro-lssensors_git.bb
parent0f66db40306e31c3adf152f47d2537109720ead5 (diff)
downloadopenbmc-7d637776938c77d69752a72a09edc90ebde93164.tar.xz
meta-yadro: move Yadro CLI recipes to own directory
Yadro have set of CLI utilities for user interaction. This recipes actually not a part of phosphor so should be moved to own category. Signed-off-by: Andrei Kartashev <a.kartashev@yadro.com> Change-Id: I0abbbf147d069b630af76ba93d792689b87261e8
Diffstat (limited to 'meta-yadro/recipes-yadro/cli/obmc-yadro-lssensors_git.bb')
-rw-r--r--meta-yadro/recipes-yadro/cli/obmc-yadro-lssensors_git.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-yadro/recipes-yadro/cli/obmc-yadro-lssensors_git.bb b/meta-yadro/recipes-yadro/cli/obmc-yadro-lssensors_git.bb
new file mode 100644
index 000000000..5a08c7a3e
--- /dev/null
+++ b/meta-yadro/recipes-yadro/cli/obmc-yadro-lssensors_git.bb
@@ -0,0 +1,16 @@
+SUMMARY = "OpenBMC YADRO list sensors tool"
+DESCRIPTION = "The command line tool to show detailed information about \
+ all available sensors"
+HOMEPAGE = "https://github.com/YADRO-KNS/obmc-yadro-lssensors"
+PR = "r1"
+PV = "1.0+git${SRCPV}"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
+
+inherit meson
+
+DEPENDS += "sdbusplus"
+
+S = "${WORKDIR}/git"
+SRC_URI = "git://github.com/YADRO-KNS/obmc-yadro-lssensors.git"
+SRCREV = "39c37655bb777f1876cdddc4b624b38d75105b8e"