From: Chunrong Guo <[email protected]>

        *fix bug #3452
        |udev error: can not mount harddisk and usb stick
        *fix bug #3837
        |System can not boot
Signed-off-by: Chunrong Guo <[email protected]>
---
 recipes-kernel/linux/linux-qoriq-sdk.bb |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/recipes-kernel/linux/linux-qoriq-sdk.bb 
b/recipes-kernel/linux/linux-qoriq-sdk.bb
index 1971f15..4efc934 100644
--- a/recipes-kernel/linux/linux-qoriq-sdk.bb
+++ b/recipes-kernel/linux/linux-qoriq-sdk.bb
@@ -8,12 +8,14 @@ LICENSE = "GPLv2"
 
 require recipes-kernel/linux/linux-qoriq-sdk.inc
 
-PR = "r9"
+PR = "r10"
 
 SRC_URI += "file://fix_getrusage_for_perf.patch \
            "
 
 do_configure_prepend() {
        # copy desired defconfig so we pick it up for the real 
kernel_do_configure
-       cp ${KERNEL_DEFCONFIG} ${B}/.config
+        # cp ${KERNEL_DEFCONFIG} ${B}/.config
+        sed '/CONFIG_DEVTMPFS/a\CONFIG_DEVTMPFS_MOUNT=y' ${KERNEL_DEFCONFIG} > 
kernelconfig
+        cp kernelconfig ${B}/.config
 }
-- 
1.7.5.4


_______________________________________________
meta-freescale mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-freescale

Reply via email to