All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-ppc][PATCH] Enable "the option Automount devtmpfs at /dev" in kernel
@ 2013-04-11  5:53 b40290
  2013-04-11 12:32 ` Otavio Salvador
  0 siblings, 1 reply; 3+ messages in thread
From: b40290 @ 2013-04-11  5:53 UTC (permalink / raw)
  To: meta-freescale

From: Chunrong Guo <B40290@freescale.com>

        *fix bug #3452
        |udev error: can not mount harddisk and usb stick
        *fix bug #3837
        |System can not boot
Signed-off-by: Chunrong Guo <B40290@freescale.com>
---
 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




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [meta-fsl-ppc][PATCH] Enable "the option Automount devtmpfs at /dev" in kernel
  2013-04-11  5:53 [meta-fsl-ppc][PATCH] Enable "the option Automount devtmpfs at /dev" in kernel b40290
@ 2013-04-11 12:32 ` Otavio Salvador
  2013-04-12  5:50   ` Guo Chunrong-B40290
  0 siblings, 1 reply; 3+ messages in thread
From: Otavio Salvador @ 2013-04-11 12:32 UTC (permalink / raw)
  To: b40290; +Cc: meta-freescale

On Thu, Apr 11, 2013 at 2:53 AM,  <b40290@freescale.com> wrote:
> From: Chunrong Guo <B40290@freescale.com>
>
>         *fix bug #3452
>         |udev error: can not mount harddisk and usb stick
>         *fix bug #3837
>         |System can not boot
> Signed-off-by: Chunrong Guo <B40290@freescale.com>

Please fix the commit log message, it is not in the usual used style.

> ---
>  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
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale



--
Otavio Salvador                             O.S. Systems
E-mail: otavio@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [meta-fsl-ppc][PATCH] Enable "the option Automount devtmpfs at /dev" in kernel
  2013-04-11 12:32 ` Otavio Salvador
@ 2013-04-12  5:50   ` Guo Chunrong-B40290
  0 siblings, 0 replies; 3+ messages in thread
From: Guo Chunrong-B40290 @ 2013-04-12  5:50 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: meta-freescale

Please ignore this patch.

-----Original Message-----
From: otavio.salvador@gmail.com [mailto:otavio.salvador@gmail.com] On Behalf Of Otavio Salvador
Sent: Thursday, April 11, 2013 8:32 PM
To: Guo Chunrong-B40290
Cc: meta-freescale@yoctoproject.org
Subject: Re: [meta-freescale] [meta-fsl-ppc][PATCH] Enable "the option Automount devtmpfs at /dev" in kernel

On Thu, Apr 11, 2013 at 2:53 AM,  <b40290@freescale.com> wrote:
> From: Chunrong Guo <B40290@freescale.com>
>
>         *fix bug #3452
>         |udev error: can not mount harddisk and usb stick
>         *fix bug #3837
>         |System can not boot
> Signed-off-by: Chunrong Guo <B40290@freescale.com>

Please fix the commit log message, it is not in the usual used style.

> ---
>  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
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale



--
Otavio Salvador                             O.S. Systems
E-mail: otavio@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-04-12  5:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-11  5:53 [meta-fsl-ppc][PATCH] Enable "the option Automount devtmpfs at /dev" in kernel b40290
2013-04-11 12:32 ` Otavio Salvador
2013-04-12  5:50   ` Guo Chunrong-B40290

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.