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.

Change-Id: I74dd4abf29644a3587c1c2729f99ff2f462d80be
Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
diff --git a/recipes-core/base-files/base-files/fstab b/recipes-core/base-files/base-files/df-ubi/fstab
similarity index 100%
rename from recipes-core/base-files/base-files/fstab
rename to recipes-core/base-files/base-files/df-ubi/fstab
diff --git a/recipes-core/base-files/base-files_%.bbappend b/recipes-core/base-files/base-files_%.bbappend
index 4b48dc7..5da4025 100644
--- a/recipes-core/base-files/base-files_%.bbappend
+++ b/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"