[OE-core] [PATCH V2 1/3] bitbake.conf: Set default value for SERIAL_CONSOLE

2014-12-09 Thread Chong Lu
Define a default value for SERIAL_CONSOLE, we can use it if machine doesn't configure. [YOCTO #6331] Signed-off-by: Chong Lu chong...@windriver.com --- meta/conf/bitbake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf

Re: [OE-core] [PATCH V2 1/3] bitbake.conf: Set default value for SERIAL_CONSOLE

2014-12-09 Thread Burton, Ross
On 9 December 2014 at 08:25, Chong Lu chong...@windriver.com wrote: -SERIAL_CONSOLE ??= +SERIAL_CONSOLE ??= 115200 ttyS0 What if a machine doesn't have a serial console? My NUC certainly doesn't have one. Ross -- ___ Openembedded-core mailing

Re: [OE-core] [PATCH V2 1/3] bitbake.conf: Set default value for SERIAL_CONSOLE

2014-12-09 Thread Khem Raj
On Dec 9, 2014, at 12:25 AM, Chong Lu chong...@windriver.com wrote: Define a default value for SERIAL_CONSOLE, we can use it if machine doesn't configure. [YOCTO #6331] Signed-off-by: Chong Lu chong...@windriver.com --- meta/conf/bitbake.conf | 2 +- 1 file changed, 1 insertion(+), 1