X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-flock%2Fstx-utilities%2Fworker-utils.bb;fp=meta-starlingx%2Fmeta-stx-flock%2Fstx-utilities%2Fworker-utils.bb;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=464f8e6a87d2d4abcf0234aa9a2c3df1722f21ca;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-flock/stx-utilities/worker-utils.bb b/meta-starlingx/meta-stx-flock/stx-utilities/worker-utils.bb deleted file mode 100644 index 464f8e6..0000000 --- a/meta-starlingx/meta-stx-flock/stx-utilities/worker-utils.bb +++ /dev/null @@ -1,33 +0,0 @@ -DESCRIPTION = "Initial worker node resource reservation and misc. utilities" -SUMMARY = "dynamic MOTD generation" - -require utilities-common.inc -SUBPATH0 = "utilities/worker-utils/worker-utils" - -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" - -SRC_URI += " \ - file://0001-worker-utils-account-for-distro-PATH-differeces.patch;striplevel=4 \ - file://0001-cpumap_functions.sh-fix-perl-experimental-feature-is.patch;striplevel=4 \ - " - -RDEPENDS_${PN}_append = " perl systemd python bash" -DEPENDS += " python" - -inherit python-dir systemd -DISTRO_FEATURES_BACKFILL_CONSIDERED_remove = "sysvinit" -SYSTEMD_PACKAGES += "${PN}" -SYSTEMD_SERVICE_${PN} = " affine-tasks.service affine-platform.sh.service" - -do_configure[noexec] = "1" - -do_install() { - - oe_runmake install \ - BINDIR=${D}/${bindir} \ - INITDDIR=${D}/${sysconfdir}/init.d \ - GOENABLEDDIR=${D}/${sysconfdir}/goenabled.d \ - PLATFORMCONFDIR=${D}/${sysconfdir}/platform \ - SYSTEMDDIR=${D}/${systemd_system_unitdir} -}