diff options
author | James Feist <james.feist@linux.intel.com> | 2019-02-14 10:11:18 -0800 |
---|---|---|
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2019-02-14 20:15:51 -0500 |
commit | 073a600a0ad7848d4d846269181a777779413566 (patch) | |
tree | 6f67123a91b9499c688248c5353e1888465f4119 /meta-intel/meta-common/recipes-core/systemd | |
parent | 71e7d2082d73ba89d01d59a8de8e5b1f3fad6205 (diff) | |
download | talos-openbmc-073a600a0ad7848d4d846269181a777779413566.tar.gz talos-openbmc-073a600a0ad7848d4d846269181a777779413566.zip |
Fix build
Add missing components, this along with
https://gerrit.openbmc-project.xyz/#/c/openbmc/x86-power-control/+/18388/
will allow s2600wf to build again.
Tested-by: it built
(From meta-intel rev: 53b9232f7d65f955150f304b2261c9dd5d0a1a9f)
Change-Id: I936f2739ded247a712ca78c40034ab2964ee8871
Signed-off-by: James Feist <james.feist@linux.intel.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-intel/meta-common/recipes-core/systemd')
-rw-r--r-- | meta-intel/meta-common/recipes-core/systemd/obmc-targets.bbappend | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-intel/meta-common/recipes-core/systemd/obmc-targets.bbappend b/meta-intel/meta-common/recipes-core/systemd/obmc-targets.bbappend new file mode 100644 index 000000000..3fe1c3f38 --- /dev/null +++ b/meta-intel/meta-common/recipes-core/systemd/obmc-targets.bbappend @@ -0,0 +1,9 @@ +# Remove these files since they are provided by obmc-intel-targets +SYSTEMD_SERVICE_${PN}_remove += " obmc-host-start@.target" +SYSTEMD_SERVICE_${PN}_remove += " obmc-host-stop@.target" +SYSTEMD_SERVICE_${PN}_remove += " obmc-host-reboot@.target" +SYSTEMD_SERVICE_${PN}_remove += " obmc-host-startmin@.target" +SYSTEMD_SERVICE_${PN}_remove += " obmc-chassis-poweron@.target" +SYSTEMD_SERVICE_${PN}_remove += " obmc-chassis-poweroff@.target" +SYSTEMD_SERVICE_${PN}_remove += " obmc-chassis-hard-poweroff@.target" +SYSTEMD_SERVICE_${PN}_remove += " obmc-chassis-powerreset@.target" |