summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-core
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2023-02-06 05:51:19 +0300
committerPatrick Williams <patrick@stwcx.xyz>2023-02-10 06:26:13 +0300
commitd91b4b3bf903a59c9f7cd6edc8902afebcf29a5c (patch)
tree3b0ce4c3d1cd20273a8dc269b22508d7fbecb1e3 /meta-phosphor/recipes-core
parent139d2d667532c6cdd66baf5611d08e3e266207af (diff)
downloadopenbmc-d91b4b3bf903a59c9f7cd6edc8902afebcf29a5c.tar.xz
meta-phosphor: add phosphor-static-norootfs-init recipe
There are two existing recipes for early mounting procedures: * preinit-mounts - for obmc-ubi-fs * phosphor-mmc-init - for phosphor-mmc Add one for the static-norootfs image type. This one is similar to the preinit-mounts, except for it mounts /var as an overlay to avoid violating FHS expectations (See openbmc/openbmc#3658 as an example of why this is problematic). I did not directly change preinit-mounts and fix it because there are likely field upgrade issues in doing this for existing users. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I62ab288c2d139cfecadeb191d576e2753120e123
Diffstat (limited to 'meta-phosphor/recipes-core')
-rw-r--r--meta-phosphor/recipes-core/base-files/base-files_%.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-core/base-files/base-files_%.bbappend b/meta-phosphor/recipes-core/base-files/base-files_%.bbappend
index 8ea8c16968..acfbab754a 100644
--- a/meta-phosphor/recipes-core/base-files/base-files_%.bbappend
+++ b/meta-phosphor/recipes-core/base-files/base-files_%.bbappend
@@ -15,3 +15,4 @@ do_install:append() {
}
RDEPENDS:${PN}:append:df-obmc-ubi-fs = " preinit-mounts"
+RDEPENDS:${PN}:append:df-obmc-static-norootfs = " phosphor-static-norootfs-init"