From 7d637776938c77d69752a72a09edc90ebde93164 Mon Sep 17 00:00:00 2001 From: Andrei Kartashev Date: Tue, 17 Aug 2021 22:04:52 +0300 Subject: 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 Change-Id: I0abbbf147d069b630af76ba93d792689b87261e8 --- meta-yadro/recipes-yadro/cli/obmc-yadro-cli_git.bb | 45 ++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 meta-yadro/recipes-yadro/cli/obmc-yadro-cli_git.bb (limited to 'meta-yadro/recipes-yadro/cli/obmc-yadro-cli_git.bb') diff --git a/meta-yadro/recipes-yadro/cli/obmc-yadro-cli_git.bb b/meta-yadro/recipes-yadro/cli/obmc-yadro-cli_git.bb new file mode 100644 index 000000000..2564ce38e --- /dev/null +++ b/meta-yadro/recipes-yadro/cli/obmc-yadro-cli_git.bb @@ -0,0 +1,45 @@ +SUMMARY = "Command-line interface" +DESCRIPTION = "YADRO OpenBMC Command Line Interface for end users" +HOMEPAGE = "https://github.com/YADRO-KNS/obmc-yadro-cli" +PR = "r1" +PV = "1.0+git${SRCPV}" + +# License info +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" + +# Dependencies +DEPENDS = "phosphor-user-manager" +RDEPENDS:${PN} = " \ + ${VIRTUAL-RUNTIME_base-utils} \ + bash \ + obmc-yadro-fwupdate \ + obmc-yadro-lssensors \ + obmc-yadro-netconfig \ + phosphor-debug-collector-dreport \ + phosphor-debug-collector-scripts \ + sudo \ + systemd \ +" +# Some platforms also require some additional packages like +# ipmitool, obmc-yadro-lsinventory, obmc-yadro-backup ... +# They should be appended by bbappend file in their layers + +# Directory with command handlers +FILES:${PN} += "${datadir}/cli" + +MACHINE_NAME ?= "${MACHINE}" +# Custom installation procedure +do_install() { + ${B}/install.sh \ + --dir ${D} \ + --machine ${@'${MACHINE_NAME}'.split('-')[0]} \ + --admin priv-admin \ + --operator priv-operator \ + --user priv-user +} + +# Source code repository +S = "${WORKDIR}/git" +SRC_URI = "git://github.com/YADRO-KNS/obmc-yadro-cli" +SRCREV = "76743c3706516bae6b2bb8749706b4ea673e9358" -- cgit v1.2.3