Andrew Geissler | 20cff70 | 2020-03-09 16:51:27 -0500 | [diff] [blame] | 1 | pkg_postinst_${PN}-obmc-targets_append() { |
| 2 | |
| 3 | mkdir -p $D$systemd_system_unitdir/multi-user.target.requires |
| 4 | LINK="$D$systemd_system_unitdir/multi-user.target.requires/obmc-host-reset@0.target" |
| 5 | TARGET="../obmc-host-reset@.target" |
| 6 | ln -s $TARGET $LINK |
| 7 | |
| 8 | LINK="$D$systemd_system_unitdir/multi-user.target.requires/phosphor-discover-system-state@0.service" |
| 9 | TARGET="../phosphor-discover-system-state@.service" |
| 10 | ln -s $TARGET $LINK |
| 11 | |
| 12 | mkdir -p $D$systemd_system_unitdir/obmc-host-start@0.target.requires |
| 13 | LINK="$D$systemd_system_unitdir/obmc-host-start@0.target.requires/obmc-host-startmin@0.target" |
| 14 | TARGET="../obmc-host-startmin@.target" |
| 15 | ln -s $TARGET $LINK |
| 16 | |
| 17 | LINK="$D$systemd_system_unitdir/obmc-host-start@0.target.requires/phosphor-reset-host-reboot-attempts@0.service" |
| 18 | TARGET="../phosphor-reset-host-reboot-attempts@.service" |
| 19 | ln -s $TARGET $LINK |
| 20 | |
| 21 | mkdir -p $D$systemd_system_unitdir/obmc-host-reset@0.target.requires |
| 22 | LINK="$D$systemd_system_unitdir/obmc-host-reset@0.target.requires/phosphor-reset-host-check@0.service" |
| 23 | TARGET="../phosphor-reset-host-check@.service" |
| 24 | ln -s $TARGET $LINK |
| 25 | |
| 26 | LINK="$D$systemd_system_unitdir/obmc-host-reset@0.target.requires/phosphor-reset-sensor-states@0.service" |
| 27 | TARGET="../phosphor-reset-sensor-states@.service" |
| 28 | ln -s $TARGET $LINK |
| 29 | |
| 30 | LINK="$D$systemd_system_unitdir/obmc-host-reset@0.target.requires/phosphor-reset-host-running@0.service" |
| 31 | TARGET="../phosphor-reset-host-running@.service" |
| 32 | ln -s $TARGET $LINK |
| 33 | |
Andrew Geissler | d3f1e5b | 2020-09-25 09:23:51 -0500 | [diff] [blame^] | 34 | mkdir -p $D$systemd_system_unitdir/obmc-host-stop@0.target.wants |
| 35 | LINK="$D$systemd_system_unitdir/obmc-host-stop@0.target.wants/phosphor-reset-sensor-states@0.service" |
| 36 | TARGET="../phosphor-reset-sensor-states@.service" |
| 37 | ln -s $TARGET $LINK |
| 38 | |
Andrew Geissler | 20cff70 | 2020-03-09 16:51:27 -0500 | [diff] [blame] | 39 | mkdir -p $D$systemd_system_unitdir/obmc-host-shutdown@0.target.requires |
| 40 | LINK="$D$systemd_system_unitdir/obmc-host-shutdown@0.target.requires/obmc-chassis-poweroff@0.target" |
| 41 | TARGET="../obmc-chassis-poweroff@.target" |
| 42 | ln -s $TARGET $LINK |
| 43 | |
| 44 | mkdir -p $D$systemd_system_unitdir/obmc-host-reboot@0.target.requires |
| 45 | LINK="$D$systemd_system_unitdir/obmc-host-reboot@0.target.requires/obmc-host-shutdown@0.target" |
| 46 | TARGET="../obmc-host-shutdown@.target" |
| 47 | ln -s $TARGET $LINK |
| 48 | |
| 49 | LINK="$D$systemd_system_unitdir/obmc-host-reboot@0.target.requires/phosphor-reboot-host@0.service" |
| 50 | TARGET="../phosphor-reboot-host@.service" |
| 51 | ln -s $TARGET $LINK |
| 52 | |
| 53 | mkdir -p $D$systemd_system_unitdir/obmc-host-warm-reboot@0.target.requires |
| 54 | LINK="$D$systemd_system_unitdir/obmc-host-warm-reboot@0.target.requires/xyz.openbmc_project.Ipmi.Internal.SoftPowerOff.service" |
| 55 | TARGET="../xyz.openbmc_project.Ipmi.Internal.SoftPowerOff.service" |
| 56 | ln -s $TARGET $LINK |
| 57 | |
| 58 | mkdir -p $D$systemd_system_unitdir/obmc-host-force-warm-reboot@0.target.requires |
| 59 | LINK="$D$systemd_system_unitdir/obmc-host-force-warm-reboot@0.target.requires/obmc-host-stop@0.target" |
| 60 | TARGET="../obmc-host-stop@.target" |
| 61 | ln -s $TARGET $LINK |
| 62 | |
| 63 | LINK="$D$systemd_system_unitdir/obmc-host-force-warm-reboot@0.target.requires/phosphor-reboot-host@0.service" |
| 64 | TARGET="../phosphor-reboot-host@.service" |
| 65 | ln -s $TARGET $LINK |
| 66 | |
| 67 | LINK="$D$systemd_system_unitdir/obmc-host-warm-reboot@0.target.requires/obmc-host-force-warm-reboot@0.target" |
| 68 | TARGET="../obmc-host-force-warm-reboot@.target" |
| 69 | ln -s $TARGET $LINK |
| 70 | |
| 71 | mkdir -p $D$systemd_system_unitdir/obmc-host-diagnostic-mode@0.target.requires |
| 72 | LINK="$D$systemd_system_unitdir/obmc-host-diagnostic-mode@0.target.requires/obmc-host-force-warm-reboot@0.target" |
| 73 | TARGET="../obmc-host-force-warm-reboot@.target" |
| 74 | ln -s $TARGET $LINK |
| 75 | } |
| 76 | |
| 77 | pkg_prerm_${PN}-obmc-targets_append() { |
| 78 | |
| 79 | LINK="$D$systemd_system_unitdir/multi-user.target.requires/obmc-host-reset@0.target" |
| 80 | rm $LINK |
| 81 | |
| 82 | LINK="$D$systemd_system_unitdir/multi-user.target.requires/phosphor-discover-system-state@0.service" |
| 83 | rm $LINK |
| 84 | |
| 85 | LINK="$D$systemd_system_unitdir/obmc-host-start@0.target.requires/obmc-host-startmin@0.target" |
| 86 | rm $LINK |
| 87 | |
| 88 | LINK="$D$systemd_system_unitdir/obmc-host-start@0.target.requires/phosphor-reset-host-reboot-attempts@0.service" |
| 89 | rm $LINK |
| 90 | |
| 91 | LINK="$D$systemd_system_unitdir/obmc-host-reset@0.target.requires/phosphor-reset-host-check@0.service" |
| 92 | rm $LINK |
| 93 | |
| 94 | LINK="$D$systemd_system_unitdir/obmc-host-reset@0.target.requires/phosphor-reset-sensor-states@0.service" |
| 95 | rm $LINK |
| 96 | |
Andrew Geissler | d3f1e5b | 2020-09-25 09:23:51 -0500 | [diff] [blame^] | 97 | LINK="$D$systemd_system_unitdir/obmc-host-stop@0.target.wants/phosphor-reset-sensor-states@0.service" |
| 98 | rm $LINK |
| 99 | |
Andrew Geissler | 20cff70 | 2020-03-09 16:51:27 -0500 | [diff] [blame] | 100 | LINK="$D$systemd_system_unitdir/obmc-host-reset@0.target.requires/phosphor-reset-host-running@0.service" |
| 101 | rm $LINK |
| 102 | |
| 103 | LINK="$D$systemd_system_unitdir/obmc-host-shutdown@0.target.requires/obmc-chassis-poweroff@0.target" |
| 104 | rm $LINK |
| 105 | |
| 106 | LINK="$D$systemd_system_unitdir/obmc-host-reboot@0.target.requires/obmc-host-shutdown@0.target" |
| 107 | rm $LINK |
| 108 | |
| 109 | LINK="$D$systemd_system_unitdir/obmc-host-reboot@0.target.requires/phosphor-reboot-host@0.service" |
| 110 | rm $LINK |
| 111 | |
| 112 | LINK="$D$systemd_system_unitdir/obmc-host-warm-reboot@0.target.requires/xyz.openbmc_project.Ipmi.Internal.SoftPowerOff.service" |
| 113 | rm $LINK |
| 114 | |
| 115 | LINK="$D$systemd_system_unitdir/obmc-host-force-warm-reboot@0.target.requires/obmc-host-stop@0.target" |
| 116 | rm $LINK |
| 117 | |
| 118 | LINK="$D$systemd_system_unitdir/obmc-host-force-warm-reboot@0.target.requires/phosphor-reboot-host@0.service" |
| 119 | rm $LINK |
| 120 | |
| 121 | LINK="$D$systemd_system_unitdir/obmc-host-warm-reboot@0.target.requires/obmc-host-force-warm-reboot@0.target" |
| 122 | rm $LINK |
| 123 | |
| 124 | LINK="$D$systemd_system_unitdir/obmc-host-diagnostic-mode@0.target.requires/obmc-host-force-warm-reboot@0.target" |
| 125 | rm $LINK |
| 126 | } |