summaryrefslogtreecommitdiff
path: root/meta-facebook/recipes-phosphor/initrdscripts/phosphor-static-norootfs-init.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'meta-facebook/recipes-phosphor/initrdscripts/phosphor-static-norootfs-init.bbappend')
-rw-r--r--meta-facebook/recipes-phosphor/initrdscripts/phosphor-static-norootfs-init.bbappend8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-facebook/recipes-phosphor/initrdscripts/phosphor-static-norootfs-init.bbappend b/meta-facebook/recipes-phosphor/initrdscripts/phosphor-static-norootfs-init.bbappend
new file mode 100644
index 0000000000..06d66e8cee
--- /dev/null
+++ b/meta-facebook/recipes-phosphor/initrdscripts/phosphor-static-norootfs-init.bbappend
@@ -0,0 +1,8 @@
+FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
+
+NOROOTFS_PERSISTENT_DIRS:append = " mnt/data"
+
+# Bletchley currently uses /mnt/data as the emmc mount location. We are in the
+# process of moving this to /mnt/emmc but need to change some code in production
+# before we can use /mnt/emmc.
+NOROOTFS_PERSISTENT_DIRS:remove:bletchley = " mnt/data"