summaryrefslogtreecommitdiff
path: root/meta-hpe/meta-rl300-g11
diff options
context:
space:
mode:
authorAndrew Neyland <andrew.neyland@hpe.com>2023-09-06 22:42:07 +0300
committerJean-Marie Verdun <jean-marie.verdun@hpe.com>2023-09-19 23:14:19 +0300
commitcf8f746c599ccd0c133ab4e652eb31a32f46cb50 (patch)
treec3fb984e7e09376084f569cb502bf240b6b01c53 /meta-hpe/meta-rl300-g11
parentc162874398b3af7096afe8349e4f06e577098b5d (diff)
downloadopenbmc-cf8f746c599ccd0c133ab4e652eb31a32f46cb50.tar.xz
meta-hpe: dl360-g11 power sequencing
Signed-off-by: Andrew Neyland <andrew.neyland@hpe.com> Change-Id: I991a2519850214a547b8129281d043a5f8af9d9e
Diffstat (limited to 'meta-hpe/meta-rl300-g11')
-rw-r--r--meta-hpe/meta-rl300-g11/recipes-hpe/power-sequencing/files/gpiosdown.service8
-rw-r--r--meta-hpe/meta-rl300-g11/recipes-hpe/power-sequencing/files/gpiosup.service8
-rw-r--r--meta-hpe/meta-rl300-g11/recipes-hpe/power-sequencing/files/powerbuttonpressed.service8
-rw-r--r--meta-hpe/meta-rl300-g11/recipes-hpe/power-sequencing/files/powerbuttonreleased.service8
4 files changed, 0 insertions, 32 deletions
diff --git a/meta-hpe/meta-rl300-g11/recipes-hpe/power-sequencing/files/gpiosdown.service b/meta-hpe/meta-rl300-g11/recipes-hpe/power-sequencing/files/gpiosdown.service
deleted file mode 100644
index a2416b67cc..0000000000
--- a/meta-hpe/meta-rl300-g11/recipes-hpe/power-sequencing/files/gpiosdown.service
+++ /dev/null
@@ -1,8 +0,0 @@
-[Unit]
-Description=HPE RL300 PowerOK
-
-[Service]
-ExecStart=/usr/bin/gpios-manager down
-
-[Install]
-# WantedBy=multi-user.target
diff --git a/meta-hpe/meta-rl300-g11/recipes-hpe/power-sequencing/files/gpiosup.service b/meta-hpe/meta-rl300-g11/recipes-hpe/power-sequencing/files/gpiosup.service
deleted file mode 100644
index 7aed15b97e..0000000000
--- a/meta-hpe/meta-rl300-g11/recipes-hpe/power-sequencing/files/gpiosup.service
+++ /dev/null
@@ -1,8 +0,0 @@
-[Unit]
-Description=HPE RL300 PowerOK
-
-[Service]
-ExecStart=/usr/bin/gpios-manager up
-
-[Install]
-# WantedBy=multi-user.target
diff --git a/meta-hpe/meta-rl300-g11/recipes-hpe/power-sequencing/files/powerbuttonpressed.service b/meta-hpe/meta-rl300-g11/recipes-hpe/power-sequencing/files/powerbuttonpressed.service
deleted file mode 100644
index f3d28eaac0..0000000000
--- a/meta-hpe/meta-rl300-g11/recipes-hpe/power-sequencing/files/powerbuttonpressed.service
+++ /dev/null
@@ -1,8 +0,0 @@
-[Unit]
-Description=HPE RL300 Power Button
-
-[Service]
-ExecStart=/usr/bin/power-button pressed
-
-[Install]
-# WantedBy=multi-user.target
diff --git a/meta-hpe/meta-rl300-g11/recipes-hpe/power-sequencing/files/powerbuttonreleased.service b/meta-hpe/meta-rl300-g11/recipes-hpe/power-sequencing/files/powerbuttonreleased.service
deleted file mode 100644
index 65e1b40ded..0000000000
--- a/meta-hpe/meta-rl300-g11/recipes-hpe/power-sequencing/files/powerbuttonreleased.service
+++ /dev/null
@@ -1,8 +0,0 @@
-[Unit]
-Description=HPE RL300 Power Button Release
-
-[Service]
-ExecStart=/usr/bin/power-button released
-
-[Install]
-# WantedBy=multi-user.target