* [PATCH 0/1]meta/routerstationpro: remove some conflicted configurations
@ 2011-07-12 0:22 Jingdong Lu
2011-07-12 0:22 ` [PATCH 1/1] meta/routerstationpro: " Jingdong Lu
2011-07-12 20:18 ` [PATCH 0/1]meta/routerstationpro: " Saul Wold
0 siblings, 2 replies; 4+ messages in thread
From: Jingdong Lu @ 2011-07-12 0:22 UTC (permalink / raw)
To: yocto
From: Jingdong Lu <jingdong.lu@windriver.com>
Some kernel options were redefined by routerstationpro.cfg and
it will cause some bugs. So remove some configurations which have
been defined in base.cfg or standard.cfg from routerstationpro.cfg.
Fix bug [YOCTO #1161]
Fix bug [YOCTO #773]
Jingdong Lu (1):
meta/routerstationpro: remove some conflicted configurations
.../bsp/routerstationpro/routerstationpro.cfg | 45 --------------------
1 files changed, 0 insertions(+), 45 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 1/1] meta/routerstationpro: remove some conflicted configurations
2011-07-12 0:22 [PATCH 0/1]meta/routerstationpro: remove some conflicted configurations Jingdong Lu
@ 2011-07-12 0:22 ` Jingdong Lu
2011-07-12 20:18 ` [PATCH 0/1]meta/routerstationpro: " Saul Wold
1 sibling, 0 replies; 4+ messages in thread
From: Jingdong Lu @ 2011-07-12 0:22 UTC (permalink / raw)
To: yocto
From: Jingdong Lu <jingdong.lu@windriver.com>
Some kernel options were redefined by routerstationpro.cfg and
it will cause some bugs. So remove some configurations which have
been defined in base.cfg or standard.cfg from routerstationpro.cfg.
1) Gerneral setup:
remove CONFIG_EXPERIMENTAL, CONFIG_SYSVIPC, CONFIG_POSIX_MQUEUE
2) Native Language Support:
remove all related options
Signed-off-by: Jingdong Lu <jingdong.lu@windriver.com>
---
.../bsp/routerstationpro/routerstationpro.cfg | 45 --------------------
1 files changed, 0 insertions(+), 45 deletions(-)
diff --git a/meta/cfg/kernel-cache/bsp/routerstationpro/routerstationpro.cfg b/meta/cfg/kernel-cache/bsp/routerstationpro/routerstationpro.cfg
index f58dfe8..1ac2c31 100644
--- a/meta/cfg/kernel-cache/bsp/routerstationpro/routerstationpro.cfg
+++ b/meta/cfg/kernel-cache/bsp/routerstationpro/routerstationpro.cfg
@@ -209,14 +209,11 @@ CONFIG_CONSTRUCTORS=y
#
# General setup
#
-# CONFIG_EXPERIMENTAL is not set
CONFIG_BROKEN_ON_SMP=y
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_LOCALVERSION=""
CONFIG_LOCALVERSION_AUTO=y
CONFIG_SWAP=y
-# CONFIG_SYSVIPC is not set
-# CONFIG_BSD_PROCESS_ACCT is not set
# CONFIG_TASKSTATS is not set
# CONFIG_AUDIT is not set
@@ -1461,48 +1458,6 @@ CONFIG_SUNRPC=y
#
# Partition Types
#
-# CONFIG_PARTITION_ADVANCED is not set
-CONFIG_MSDOS_PARTITION=y
-CONFIG_NLS=y
-CONFIG_NLS_DEFAULT="iso8859-1"
-CONFIG_NLS_CODEPAGE_437=y
-# CONFIG_NLS_CODEPAGE_737 is not set
-# CONFIG_NLS_CODEPAGE_775 is not set
-# CONFIG_NLS_CODEPAGE_850 is not set
-# CONFIG_NLS_CODEPAGE_852 is not set
-# CONFIG_NLS_CODEPAGE_855 is not set
-# CONFIG_NLS_CODEPAGE_857 is not set
-# CONFIG_NLS_CODEPAGE_860 is not set
-# CONFIG_NLS_CODEPAGE_861 is not set
-# CONFIG_NLS_CODEPAGE_862 is not set
-# CONFIG_NLS_CODEPAGE_863 is not set
-# CONFIG_NLS_CODEPAGE_864 is not set
-# CONFIG_NLS_CODEPAGE_865 is not set
-# CONFIG_NLS_CODEPAGE_866 is not set
-# CONFIG_NLS_CODEPAGE_869 is not set
-# CONFIG_NLS_CODEPAGE_936 is not set
-# CONFIG_NLS_CODEPAGE_950 is not set
-# CONFIG_NLS_CODEPAGE_932 is not set
-# CONFIG_NLS_CODEPAGE_949 is not set
-# CONFIG_NLS_CODEPAGE_874 is not set
-# CONFIG_NLS_ISO8859_8 is not set
-# CONFIG_NLS_CODEPAGE_1250 is not set
-# CONFIG_NLS_CODEPAGE_1251 is not set
-# CONFIG_NLS_ASCII is not set
-# CONFIG_NLS_ISO8859_1 is not set
-# CONFIG_NLS_ISO8859_2 is not set
-# CONFIG_NLS_ISO8859_3 is not set
-# CONFIG_NLS_ISO8859_4 is not set
-# CONFIG_NLS_ISO8859_5 is not set
-# CONFIG_NLS_ISO8859_6 is not set
-# CONFIG_NLS_ISO8859_7 is not set
-# CONFIG_NLS_ISO8859_9 is not set
-# CONFIG_NLS_ISO8859_13 is not set
-# CONFIG_NLS_ISO8859_14 is not set
-# CONFIG_NLS_ISO8859_15 is not set
-# CONFIG_NLS_KOI8_R is not set
-# CONFIG_NLS_KOI8_U is not set
-CONFIG_NLS_UTF8=y
#
# Kernel hacking
--
1.7.0.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 0/1]meta/routerstationpro: remove some conflicted configurations
2011-07-12 0:22 [PATCH 0/1]meta/routerstationpro: remove some conflicted configurations Jingdong Lu
2011-07-12 0:22 ` [PATCH 1/1] meta/routerstationpro: " Jingdong Lu
@ 2011-07-12 20:18 ` Saul Wold
2011-07-12 20:20 ` Bruce Ashfield
1 sibling, 1 reply; 4+ messages in thread
From: Saul Wold @ 2011-07-12 20:18 UTC (permalink / raw)
To: Jingdong Lu; +Cc: yocto
On 07/11/2011 05:22 PM, Jingdong Lu wrote:
> From: Jingdong Lu<jingdong.lu@windriver.com>
>
> Some kernel options were redefined by routerstationpro.cfg and
> it will cause some bugs. So remove some configurations which have
> been defined in base.cfg or standard.cfg from routerstationpro.cfg.
>
> Fix bug [YOCTO #1161]
> Fix bug [YOCTO #773]
>
The Bug fix info needs to go into the commit message, not as part of the
email header as it will get lost here.
Thanks
Sau!
> Jingdong Lu (1):
> meta/routerstationpro: remove some conflicted configurations
>
> .../bsp/routerstationpro/routerstationpro.cfg | 45 --------------------
> 1 files changed, 0 insertions(+), 45 deletions(-)
>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 0/1]meta/routerstationpro: remove some conflicted configurations
2011-07-12 20:18 ` [PATCH 0/1]meta/routerstationpro: " Saul Wold
@ 2011-07-12 20:20 ` Bruce Ashfield
0 siblings, 0 replies; 4+ messages in thread
From: Bruce Ashfield @ 2011-07-12 20:20 UTC (permalink / raw)
To: Saul Wold; +Cc: yocto
On 07/12/11 16:18, Saul Wold wrote:
> On 07/11/2011 05:22 PM, Jingdong Lu wrote:
>> From: Jingdong Lu<jingdong.lu@windriver.com>
>>
>> Some kernel options were redefined by routerstationpro.cfg and
>> it will cause some bugs. So remove some configurations which have
>> been defined in base.cfg or standard.cfg from routerstationpro.cfg.
>>
>> Fix bug [YOCTO #1161]
>> Fix bug [YOCTO #773]
>>
> The Bug fix info needs to go into the commit message, not as part of the
> email header as it will get lost here.
Not for the kernel, we explicitly don't want them in the kernel
tree. I'll make sure the appropriate bugs get updated in the tracker.
Bruce
>
> Thanks
> Sau!
>
>> Jingdong Lu (1):
>> meta/routerstationpro: remove some conflicted configurations
>>
>> .../bsp/routerstationpro/routerstationpro.cfg | 45 --------------------
>> 1 files changed, 0 insertions(+), 45 deletions(-)
>>
>> _______________________________________________
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto
>>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-07-12 20:20 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-12 0:22 [PATCH 0/1]meta/routerstationpro: remove some conflicted configurations Jingdong Lu
2011-07-12 0:22 ` [PATCH 1/1] meta/routerstationpro: " Jingdong Lu
2011-07-12 20:18 ` [PATCH 0/1]meta/routerstationpro: " Saul Wold
2011-07-12 20:20 ` Bruce Ashfield
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.