Revision Date Author Comments
# 59d56576 28-Oct-2019 Adriana Kobylak <anoo@us.ibm.com>

Host.Updater.service: Move dependency on ubi service to the ubi service

The org.open_power.Software.Host.Updater.service is a service common to the
static and ubi layout, but it had a de

Host.Updater.service: Move dependency on ubi service to the ubi service

The org.open_power.Software.Host.Updater.service is a service common to the
static and ubi layout, but it had a dependency on a ubi service. It doesn't
cause a failure on the static layout because the dependency is a Wants vs
a Required, but it should not be there. Move the dependency instead to the
ubi service.

Tested: Verified on witherspoon that the
org.open_power.Software.Host.Updater.service started followed by the
obmc-flash-bios-ubipatch.service as it did before.

Change-Id: I9c850e312d0b11faaf2a08db6b3ccb17cdfcbcb6
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>

show more ...


# 10e915ab 31-May-2019 Adriana Kobylak <anoo@us.ibm.com>

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 su

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>

show more ...