vpnor: Move clearvolatile services to vpnor
The clearvolatile services were originally in the ubi layout, but
the functionality is purely for vpnor, not tied to a filesystem
layout. Move them to the vpnor layer where non-UBI layouts that use
virtual pnor such as eMMC have this functionality.
Tested: Verified on witherspoon that the renamed services were
included in the image and ran during a power on.
Change-Id: I6e9e9e4f5a8a7690a46872ee2fdc0fc96e621482
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
diff --git a/vpnor/Makefile.am.include b/vpnor/Makefile.am.include
index 49d9c1a..ce7e535 100644
--- a/vpnor/Makefile.am.include
+++ b/vpnor/Makefile.am.include
@@ -3,5 +3,7 @@
if HAVE_SYSTEMD
systemdsystemunit_DATA += \
+ %reldir%/obmc-vpnor-check-clearvolatile@.service \
+ %reldir%/obmc-vpnor-enable-clearvolatile@.service \
%reldir%/obmc-vpnor-updatesymlinks.service
endif