diff options
| author | Adriana Kobylak <anoo@us.ibm.com> | 2019-05-31 13:25:36 -0500 |
|---|---|---|
| committer | Adriana Kobylak <anoo@us.ibm.com> | 2019-06-21 10:07:04 -0500 |
| commit | 10e915abf1bd31d8b1dae8d01c731ac8dd76c7c0 (patch) | |
| tree | 692c6eea5cbce78bbfd4837120ae203e708d4503 /ubi/Makefile.am.include | |
| parent | 851bc064b23c0fcb9c19be30948d1e4f5ec0253a (diff) | |
| download | openpower-pnor-code-mgmt-10e915abf1bd31d8b1dae8d01c731ac8dd76c7c0.tar.gz openpower-pnor-code-mgmt-10e915abf1bd31d8b1dae8d01c731ac8dd76c7c0.zip | |
Move script and systemd service files into repo
Move the obmc-flash-bios script and systemd service files from
openbmc/openbmc to the local repo.
Tested: PNOR code update was successful on witherspoon.
Change-Id: Ibb7adba0638b8205173cb0ec4d4d61f2aeb6ce28
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
Diffstat (limited to 'ubi/Makefile.am.include')
| -rw-r--r-- | ubi/Makefile.am.include | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ubi/Makefile.am.include b/ubi/Makefile.am.include index decf1e9c6..98ea30119 100644 --- a/ubi/Makefile.am.include +++ b/ubi/Makefile.am.include @@ -3,3 +3,20 @@ openpower_update_manager_SOURCES += \ %reldir%/item_updater_ubi.cpp \ %reldir%/serialize.cpp \ %reldir%/watch.cpp + +dist_bin_SCRIPTS = \ + %reldir%/obmc-flash-bios + +if HAVE_SYSTEMD +systemdsystemunit_DATA += \ + %reldir%/obmc-flash-bios-check-clearvolatile@.service \ + %reldir%/obmc-flash-bios-cleanup.service \ + %reldir%/obmc-flash-bios-enable-clearvolatile@.service \ + %reldir%/obmc-flash-bios-ubiattach.service \ + %reldir%/obmc-flash-bios-ubimount@.service \ + %reldir%/obmc-flash-bios-ubipatch.service \ + %reldir%/obmc-flash-bios-ubiremount.service \ + %reldir%/obmc-flash-bios-ubiumount-ro@.service \ + %reldir%/obmc-flash-bios-ubiumount-rw@.service \ + %reldir%/obmc-flash-bios-updatesymlinks.service +endif |

