[oe] [meta-handheld] linux.inc: be more strict in CONF_SED_SCRIPT

Paul Eggleton paul.eggleton at linux.intel.com
Wed Nov 2 21:02:37 UTC 2011


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 at 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




More information about the Openembedded-devel mailing list