Patrick Williams | 9afd92e | 2024-02-15 15:28:34 -0600 | [diff] [blame] | 1 | FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" |
Karthikeyan Pasupathi | 36f035b | 2022-08-28 17:35:29 +0530 | [diff] [blame] | 2 | |
Delphine CC Chiu | 0528ecd | 2022-11-03 15:40:43 +0800 | [diff] [blame] | 3 | HOST_DEFAULT_TARGETS:append = " \ |
Karthikeyan Pasupathi | 36f035b | 2022-08-28 17:35:29 +0530 | [diff] [blame] | 4 | obmc-host-shutdown@{}.target.wants/host-poweroff@{}.service \ |
| 5 | obmc-host-start@{}.target.wants/host-poweron@{}.service \ |
| 6 | obmc-host-reboot@{}.target.wants/host-powercycle@{}.service \ |
Delphine CC Chiu | 0528ecd | 2022-11-03 15:40:43 +0800 | [diff] [blame] | 7 | obmc-host-force-warm-reboot@{}.target.wants/host-powerreset@{}.service \ |
Karthikeyan Pasupathi | 36f035b | 2022-08-28 17:35:29 +0530 | [diff] [blame] | 8 | " |
Delphine CC Chiu | 0528ecd | 2022-11-03 15:40:43 +0800 | [diff] [blame] | 9 | |
| 10 | CHASSIS_DEFAULT_TARGETS:append = " \ |
| 11 | obmc-chassis-poweron@{}.target.wants/chassis-poweron@{}.service \ |
| 12 | obmc-chassis-hard-poweroff@{}.target.wants/chassis-poweroff@{}.service \ |
| 13 | obmc-chassis-powercycle@{}.target.wants/chassis-powercycle@{}.service \ |
| 14 | " |
| 15 | |
| 16 | CHASSIS_DEFAULT_TARGETS:remove = " \ |
Karthikeyan Pasupathi | 60e2e53 | 2023-01-20 19:54:43 +0530 | [diff] [blame] | 17 | obmc-chassis-poweroff@{}.target.requires/obmc-powered-off@{}.service \ |
| 18 | " |
Karthikeyan Pasupathi | 36f035b | 2022-08-28 17:35:29 +0530 | [diff] [blame] | 19 | |
Potin Lai | e762557 | 2023-06-27 09:20:19 +0800 | [diff] [blame] | 20 | FILES:${PN} += " ${systemd_system_unitdir}/*.service" |