All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-arm-extra][PATCH] defconfig: CONFIG_DEVTMPFS=y CONFIG_DEVTMPFS_MOUNT=y linux-imx_3.0.35.bbappend: Correct the patch string.
@ 2014-02-06 13:05 pavel.kopylov
  2014-02-06 13:17 ` Gary Thomas
  2014-02-06 20:18 ` Otavio Salvador
  0 siblings, 2 replies; 3+ messages in thread
From: pavel.kopylov @ 2014-02-06 13:05 UTC (permalink / raw)
  To: meta-freescale

From: pavel <pavel@pavel>


Signed-off-by: pavel <pavel@pavel>
---
 .../linux/linux-imx-3.0.35/cgtqmx6/defconfig       |    3 ++-
 recipes-kernel/linux/linux-imx_3.0.35.bbappend     |    2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/recipes-kernel/linux/linux-imx-3.0.35/cgtqmx6/defconfig b/recipes-kernel/linux/linux-imx-3.0.35/cgtqmx6/defconfig
index 05fd3b3..8030291 100644
--- a/recipes-kernel/linux/linux-imx-3.0.35/cgtqmx6/defconfig
+++ b/recipes-kernel/linux/linux-imx-3.0.35/cgtqmx6/defconfig
@@ -691,7 +691,8 @@ CONFIG_RFKILL_INPUT=y
 # Generic Driver Options
 #
 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
-# CONFIG_DEVTMPFS is not set
+CONFIG_DEVTMPFS=y
+CONFIG_DEVTMPFS_MOUNT=y
 CONFIG_STANDALONE=y
 CONFIG_PREVENT_FIRMWARE_BUILD=y
 CONFIG_FW_LOADER=y
diff --git a/recipes-kernel/linux/linux-imx_3.0.35.bbappend b/recipes-kernel/linux/linux-imx_3.0.35.bbappend
index c3d50fc..9a8b2fb 100644
--- a/recipes-kernel/linux/linux-imx_3.0.35.bbappend
+++ b/recipes-kernel/linux/linux-imx_3.0.35.bbappend
@@ -2,4 +2,4 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
 
 PRINC := "${@int(PRINC) + 5}"
 
-SRC_URI_append_cgtqmx6 = "file://cgtqmx6/0001-Add-linux-support-for-congatec-evaluation-board-qmx6q.patch"
+SRC_URI_append_cgtqmx6 = " file://cgtqmx6/0001-Add-linux-support-for-congatec-evaluation-board-qmx6q.patch"
-- 
1.7.9.5



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

* Re: [meta-fsl-arm-extra][PATCH] defconfig: CONFIG_DEVTMPFS=y CONFIG_DEVTMPFS_MOUNT=y linux-imx_3.0.35.bbappend: Correct the patch string.
  2014-02-06 13:05 [meta-fsl-arm-extra][PATCH] defconfig: CONFIG_DEVTMPFS=y CONFIG_DEVTMPFS_MOUNT=y linux-imx_3.0.35.bbappend: Correct the patch string pavel.kopylov
@ 2014-02-06 13:17 ` Gary Thomas
  2014-02-06 20:18 ` Otavio Salvador
  1 sibling, 0 replies; 3+ messages in thread
From: Gary Thomas @ 2014-02-06 13:17 UTC (permalink / raw)
  To: meta-freescale

On 2014-02-06 06:05, pavel.kopylov@gmail.com wrote:
> From: pavel <pavel@pavel>
> 
> 
> Signed-off-by: pavel <pavel@pavel>

What kind of useless address is this?  The 'Signed-off-by' is only
useful if it points to a real person (or entity) that can be contacted
about the patch.

> ---
>  .../linux/linux-imx-3.0.35/cgtqmx6/defconfig       |    3 ++-
>  recipes-kernel/linux/linux-imx_3.0.35.bbappend     |    2 +-
>  2 files changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/recipes-kernel/linux/linux-imx-3.0.35/cgtqmx6/defconfig b/recipes-kernel/linux/linux-imx-3.0.35/cgtqmx6/defconfig
> index 05fd3b3..8030291 100644
> --- a/recipes-kernel/linux/linux-imx-3.0.35/cgtqmx6/defconfig
> +++ b/recipes-kernel/linux/linux-imx-3.0.35/cgtqmx6/defconfig
> @@ -691,7 +691,8 @@ CONFIG_RFKILL_INPUT=y
>  # Generic Driver Options
>  #
>  CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
> -# CONFIG_DEVTMPFS is not set
> +CONFIG_DEVTMPFS=y
> +CONFIG_DEVTMPFS_MOUNT=y
>  CONFIG_STANDALONE=y
>  CONFIG_PREVENT_FIRMWARE_BUILD=y
>  CONFIG_FW_LOADER=y
> diff --git a/recipes-kernel/linux/linux-imx_3.0.35.bbappend b/recipes-kernel/linux/linux-imx_3.0.35.bbappend
> index c3d50fc..9a8b2fb 100644
> --- a/recipes-kernel/linux/linux-imx_3.0.35.bbappend
> +++ b/recipes-kernel/linux/linux-imx_3.0.35.bbappend
> @@ -2,4 +2,4 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
>  
>  PRINC := "${@int(PRINC) + 5}"
>  
> -SRC_URI_append_cgtqmx6 = "file://cgtqmx6/0001-Add-linux-support-for-congatec-evaluation-board-qmx6q.patch"
> +SRC_URI_append_cgtqmx6 = " file://cgtqmx6/0001-Add-linux-support-for-congatec-evaluation-board-qmx6q.patch"
> 

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


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

* Re: [meta-fsl-arm-extra][PATCH] defconfig: CONFIG_DEVTMPFS=y CONFIG_DEVTMPFS_MOUNT=y linux-imx_3.0.35.bbappend: Correct the patch string.
  2014-02-06 13:05 [meta-fsl-arm-extra][PATCH] defconfig: CONFIG_DEVTMPFS=y CONFIG_DEVTMPFS_MOUNT=y linux-imx_3.0.35.bbappend: Correct the patch string pavel.kopylov
  2014-02-06 13:17 ` Gary Thomas
@ 2014-02-06 20:18 ` Otavio Salvador
  1 sibling, 0 replies; 3+ messages in thread
From: Otavio Salvador @ 2014-02-06 20:18 UTC (permalink / raw)
  To: pavel.kopylov; +Cc: meta-freescale

Hello Pavel,

On Thu, Feb 6, 2014 at 11:05 AM,  <pavel.kopylov@gmail.com> wrote:
> From: pavel <pavel@pavel>
>
>
> Signed-off-by: pavel <pavel@pavel>

Please put a proper Author name, e-mail address and commit log. We
cannot include things without authorship.

> ---
>  .../linux/linux-imx-3.0.35/cgtqmx6/defconfig       |    3 ++-
>  recipes-kernel/linux/linux-imx_3.0.35.bbappend     |    2 +-
>  2 files changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/recipes-kernel/linux/linux-imx-3.0.35/cgtqmx6/defconfig b/recipes-kernel/linux/linux-imx-3.0.35/cgtqmx6/defconfig
> index 05fd3b3..8030291 100644
> --- a/recipes-kernel/linux/linux-imx-3.0.35/cgtqmx6/defconfig
> +++ b/recipes-kernel/linux/linux-imx-3.0.35/cgtqmx6/defconfig
> @@ -691,7 +691,8 @@ CONFIG_RFKILL_INPUT=y
>  # Generic Driver Options
>  #
>  CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
> -# CONFIG_DEVTMPFS is not set
> +CONFIG_DEVTMPFS=y
> +CONFIG_DEVTMPFS_MOUNT=y
>  CONFIG_STANDALONE=y
>  CONFIG_PREVENT_FIRMWARE_BUILD=y
>  CONFIG_FW_LOADER=y

Fine.

> diff --git a/recipes-kernel/linux/linux-imx_3.0.35.bbappend b/recipes-kernel/linux/linux-imx_3.0.35.bbappend
> index c3d50fc..9a8b2fb 100644
> --- a/recipes-kernel/linux/linux-imx_3.0.35.bbappend
> +++ b/recipes-kernel/linux/linux-imx_3.0.35.bbappend
> @@ -2,4 +2,4 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
>
>  PRINC := "${@int(PRINC) + 5}"
>
> -SRC_URI_append_cgtqmx6 = "file://cgtqmx6/0001-Add-linux-support-for-congatec-evaluation-board-qmx6q.patch"
> +SRC_URI_append_cgtqmx6 = " file://cgtqmx6/0001-Add-linux-support-for-congatec-evaluation-board-qmx6q.patch"

This is needed just for Dora and I have did this in another patch in
my local branch which I will send when I get this one merged into
master and backported.

Please fix the patch so we can move further.

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


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

end of thread, other threads:[~2014-02-06 20:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-06 13:05 [meta-fsl-arm-extra][PATCH] defconfig: CONFIG_DEVTMPFS=y CONFIG_DEVTMPFS_MOUNT=y linux-imx_3.0.35.bbappend: Correct the patch string pavel.kopylov
2014-02-06 13:17 ` Gary Thomas
2014-02-06 20:18 ` Otavio Salvador

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.