All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-handheld] linux.inc: be more strict in CONF_SED_SCRIPT
@ 2011-10-25  6:27 Martin Jansa
  2011-11-02 21:02 ` Paul Eggleton
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Jansa @ 2011-10-25  6:27 UTC (permalink / raw)
  To: openembedded-devel

* without this ARM_THUMB is also removing ARM_THUMBEE from
  defconfig and not setting it back

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 recipes-kernel/linux/linux.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes-kernel/linux/linux.inc b/recipes-kernel/linux/linux.inc
index 7a25b59..781d5ba 100644
--- a/recipes-kernel/linux/linux.inc
+++ b/recipes-kernel/linux/linux.inc
@@ -24,7 +24,7 @@ LOCALVERSION ?= ""
 
 #kernel_conf_variable CMDLINE "\"${CMDLINE} ${CMDLINE_DEBUG}\""
 kernel_conf_variable() {
-	CONF_SED_SCRIPT="$CONF_SED_SCRIPT /CONFIG_$1/d;"
+	CONF_SED_SCRIPT="$CONF_SED_SCRIPT /CONFIG_$1[ =]/d;"
 	if test "$2" = "n"
 	then
 		echo "# CONFIG_$1 is not set" >> ${S}/.config
-- 
1.7.7




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

* Re: [meta-handheld] linux.inc: be more strict in CONF_SED_SCRIPT
  2011-10-25  6:27 [meta-handheld] linux.inc: be more strict in CONF_SED_SCRIPT Martin Jansa
@ 2011-11-02 21:02 ` Paul Eggleton
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Eggleton @ 2011-11-02 21:02 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Martin Jansa

On Tuesday 25 October 2011 08:27:26 Martin Jansa wrote:
> * without this ARM_THUMB is also removing ARM_THUMBEE from
>   defconfig and not setting it back
> 
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
> ---
>  recipes-kernel/linux/linux.inc |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/recipes-kernel/linux/linux.inc b/recipes-kernel/linux/linux.inc
> index 7a25b59..781d5ba 100644
> --- a/recipes-kernel/linux/linux.inc
> +++ b/recipes-kernel/linux/linux.inc
> @@ -24,7 +24,7 @@ LOCALVERSION ?= ""
> 
>  #kernel_conf_variable CMDLINE "\"${CMDLINE} ${CMDLINE_DEBUG}\""
>  kernel_conf_variable() {
> -	CONF_SED_SCRIPT="$CONF_SED_SCRIPT /CONFIG_$1/d;"
> +	CONF_SED_SCRIPT="$CONF_SED_SCRIPT /CONFIG_$1[ =]/d;"
>  	if test "$2" = "n"
>  	then
>  		echo "# CONFIG_$1 is not set" >> ${S}/.config

Merged to meta-handheld master, thanks.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre



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

end of thread, other threads:[~2011-11-02 21:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-25  6:27 [meta-handheld] linux.inc: be more strict in CONF_SED_SCRIPT Martin Jansa
2011-11-02 21:02 ` Paul Eggleton

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.