summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Edward Broadbent <jebr@google.com>2022-04-21 06:27:06 +0300
committerBrandon Kim <brandonkim@google.com>2022-04-29 09:14:33 +0300
commit83db8c8711a6f2e4b56f3154b8f7d7ffd238521c (patch)
tree86a5388a13497ef121d3bfba7a472732897965b6
parent4c82b5914fdd147c4d6fab2850501fd177c12b4c (diff)
downloadopenbmc-83db8c8711a6f2e4b56f3154b8f7d7ffd238521c.tar.xz
meta-google: remove emmc.service file
The following change adds the .service file to eStorageD repo. https://gerrit.openbmc-project.xyz/c/openbmc/estoraged/+/53164/ After 53164 goes in meta-google service file will need to be removed. Change-Id: Id3f215e7a3e06843687e9c0b48c76cb6a957837b Signed-off-by: John Edward Broadbent <jebr@google.com>
-rw-r--r--meta-google/recipes-google/storage/emmc-service.bb18
-rw-r--r--meta-google/recipes-google/storage/emmc-service/emmc.service10
2 files changed, 0 insertions, 28 deletions
diff --git a/meta-google/recipes-google/storage/emmc-service.bb b/meta-google/recipes-google/storage/emmc-service.bb
deleted file mode 100644
index c95867cedb..0000000000
--- a/meta-google/recipes-google/storage/emmc-service.bb
+++ /dev/null
@@ -1,18 +0,0 @@
-SUMMARY = "Storage management daemon for eMMC"
-PR = "r1"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
-
-inherit systemd
-
-RDEPENDS:${PN} += "estoraged"
-
-SRC_URI += " file://emmc.service"
-
-SYSTEMD_PACKAGES = "${PN}"
-SYSTEMD_SERVICE:${PN} += "emmc.service"
-
-do_install:append() {
- install -d ${D}${systemd_system_unitdir}
- install -m 0644 ${WORKDIR}/emmc.service ${D}${systemd_system_unitdir}
-}
diff --git a/meta-google/recipes-google/storage/emmc-service/emmc.service b/meta-google/recipes-google/storage/emmc-service/emmc.service
deleted file mode 100644
index 5447251b5b..0000000000
--- a/meta-google/recipes-google/storage/emmc-service/emmc.service
+++ /dev/null
@@ -1,10 +0,0 @@
-[Unit]
-Description=Storage management daemon for eMMC
-
-[Service]
-Type=simple
-Restart=always
-ExecStart=/usr/bin/eStoraged -b /dev/mmcblk0
-
-[Install]
-WantedBy=multi-user.target