commit | cb9552f017c3803dc0ec0ab628dce14863bf8389 | [log] [tgz] |
---|---|---|
author | Ratan Gupta <ratagupt@in.ibm.com> | Fri Sep 28 19:43:44 2018 +0530 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Mon Oct 08 01:23:14 2018 +0000 |
tree | beec5208be2540361c692852f647e85920d4ea52 | |
parent | ccf58b533162b8bdd4b8807e549725043b2e9a39 [diff] |
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"