meta-starlingx: remove the upstream layer
[pti/rtp.git] / meta-starlingx / meta-stx-flock / stx-utilities / worker-utils.bb
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 (file)
index 464f8e6..0000000
+++ /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}
-}