summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRatan Gupta <ratagupt@in.ibm.com>2018-09-28 19:43:44 +0530
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-10-07 21:23:40 -0400
commit50fad98b749604543914b7e5a54d443dbf6b0541 (patch)
tree8aaf6b79c55432b77160560018652fe4a7c24541
parentd12930553ca69504e328dca7e4248df6abbbf410 (diff)
downloadtalos-openbmc-50fad98b749604543914b7e5a54d443dbf6b0541.tar.gz
talos-openbmc-50fad98b749604543914b7e5a54d443dbf6b0541.zip
Moving fstab file into subdirectory
FILESEXTRAPATHS_prepend was conditional for only ubi-based-file system now we have the requirement where we want to prepend path for all other cases,so moving the fstab file in the specific directory and add that subdirectory-path conditionaly. (From meta-phosphor rev: cb9552f017c3803dc0ec0ab628dce14863bf8389) Change-Id: I9d3baf42ef1d712ec6c52f53a5ae56a2ceef1ddf Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
-rw-r--r--meta-phosphor/recipes-core/base-files/base-files/df-ubi/fstab (renamed from meta-phosphor/recipes-core/base-files/base-files/fstab)0
-rw-r--r--meta-phosphor/recipes-core/base-files/base-files_%.bbappend2
2 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-core/base-files/base-files/fstab b/meta-phosphor/recipes-core/base-files/base-files/df-ubi/fstab
index 4a0766876..4a0766876 100644
--- a/meta-phosphor/recipes-core/base-files/base-files/fstab
+++ b/meta-phosphor/recipes-core/base-files/base-files/df-ubi/fstab
diff --git a/meta-phosphor/recipes-core/base-files/base-files_%.bbappend b/meta-phosphor/recipes-core/base-files/base-files_%.bbappend
index 4b48dc78b..5da4025f8 100644
--- a/meta-phosphor/recipes-core/base-files/base-files_%.bbappend
+++ b/meta-phosphor/recipes-core/base-files/base-files_%.bbappend
@@ -1,4 +1,4 @@
-FILESEXTRAPATHS_prepend_df-obmc-ubi-fs := "${THISDIR}/${PN}:"
+FILESEXTRAPATHS_prepend_df-obmc-ubi-fs := "${THISDIR}/${PN}/df-ubi:"
RDEPENDS_${PN}_append_df-obmc-ubi-fs = " preinit-mounts"
OpenPOWER on IntegriCloud