X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-flock%2Fstx-config%2Fsysinv-agent.bb;fp=meta-starlingx%2Fmeta-stx-flock%2Fstx-config%2Fsysinv-agent.bb;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=a21bcffde4bba93c8a7588e6dbd951715f157370;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-flock/stx-config/sysinv-agent.bb b/meta-starlingx/meta-stx-flock/stx-config/sysinv-agent.bb deleted file mode 100644 index a21bcff..0000000 --- a/meta-starlingx/meta-stx-flock/stx-config/sysinv-agent.bb +++ /dev/null @@ -1,31 +0,0 @@ -require config-common.inc - -SUBPATH0 = "sysinv/sysinv-agent" - -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" - -SRC_URI += "file://0003-sysinv-agent-remove-legacy-pid-directory.patch;striplevel=3" - -RDEPENDS_sysinv-agent += " python" - -inherit systemd -SYSTEMD_PACKAGES += "sysinv-agent" -SYSTEMD_SERVICE_sysinv-agent = "sysinv-agent.service" -SYSTEMD_AUTO_ENABLE_${PN} = "enable" - -do_configure[noexec] = "1" -do_compile[noexec] = "1" - -do_install_append() { - - - install -d -m 755 ${D}${sysconfdir}/init.d - install -p -D -m 755 ${S}/sysinv-agent ${D}/${sysconfdir}/init.d/sysinv-agent - - install -d -m 755 ${D}${sysconfdir}/pmon.d - install -p -D -m 644 ${S}/sysinv-agent.conf ${D}/${sysconfdir}/pmon.d/sysinv-agent.conf - install -p -D -m 644 ${S}/sysinv-agent.service ${D}/${systemd_system_unitdir}/sysinv-agent.service - -} -