kernel can’t boot up with extend partition in HDD
FILESEXTRAPATHS_prepend is the right variable to extend file search path,
this is applied for fsl ppc targets
Signed-off-by: Chunrong Guo <b40290@freescale.com>
Signed-off-by: Zhenhua Luo <b19537@freescale.com>
KERNEL=="nbd*", GOTO="persistent_storage_end"
+SUBSYSTEM=="block", ENV{DEVTYPE}=="partition", GOTO="nomountblock"
+
# Media automounting
SUBSYSTEM=="block", ACTION=="add" RUN+="/etc/udev/scripts/mount.sh"
SUBSYSTEM=="block", ACTION=="remove" RUN+="/etc/udev/scripts/mount.sh"
LABEL="persistent_storage_end"
+LABEL="nomountblock"
-FILEXTRAPATHS_prepend_fsl := "${THISDIR}/files:"
-
-PR_fsl .= "+${DISTRO}.0"
+FILESEXTRAPATHS_prepend_fsl := "${THISDIR}/files:"
+PR_fsl .= "+${DISTRO}.1"