summaryrefslogtreecommitdiff
path: root/meta-openpower/classes/openpower-software-manager-ubi.bbclass
diff options
context:
space:
mode:
authorAdriana Kobylak <anoo@us.ibm.com>2019-05-31 21:31:15 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-07-14 17:09:06 +0300
commit7dc58bf39a82ca690493dd1f7ae2e5d036d96735 (patch)
treea25e8274a16cf773290c92f4ec450d0237065172 /meta-openpower/classes/openpower-software-manager-ubi.bbclass
parent092597cdf40cce73c4a37fb4f7e33372d04a727a (diff)
downloadopenbmc-7dc58bf39a82ca690493dd1f7ae2e5d036d96735.tar.xz
openpower-software-manager: Use in-repo script and systemd units
Use the script and systemd service files provided by openpower-software-manager. Remove the op-pnor-msl.service from the ubi bbclass since it's already being included from the main recipe. Tested: Verified the service files were present on the image and PNOR updates were successful. (From meta-openpower rev: b3d3c717140ed02d116174d6496a7cb291369b78) Change-Id: I4f77c9bb5869a2380247b7b6a1c772ab98cddf10 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-openpower/classes/openpower-software-manager-ubi.bbclass')
-rw-r--r--meta-openpower/classes/openpower-software-manager-ubi.bbclass8
1 files changed, 0 insertions, 8 deletions
diff --git a/meta-openpower/classes/openpower-software-manager-ubi.bbclass b/meta-openpower/classes/openpower-software-manager-ubi.bbclass
index 5b60384f1..7ff62be57 100644
--- a/meta-openpower/classes/openpower-software-manager-ubi.bbclass
+++ b/meta-openpower/classes/openpower-software-manager-ubi.bbclass
@@ -1,12 +1,5 @@
-SRC_URI += "file://obmc-flash-bios"
-
PACKAGECONFIG_append = " ubifs_layout"
-do_install_append() {
- install -d ${D}${bindir}
- install -m 0755 ${WORKDIR}/obmc-flash-bios ${D}${bindir}/obmc-flash-bios
-}
-
SYSTEMD_SERVICE_${PN} += " \
obmc-flash-bios-ubiattach.service \
obmc-flash-bios-ubimount@.service \
@@ -18,7 +11,6 @@ SYSTEMD_SERVICE_${PN} += " \
obmc-flash-bios-cleanup.service \
obmc-flash-bios-enable-clearvolatile@.service \
obmc-flash-bios-check-clearvolatile@.service \
- op-pnor-msl.service \
"
ENABLE_CLEAR_VOLATILE_TMPL = "obmc-flash-bios-enable-clearvolatile@.service"