From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from tim.rpsys.net (93-97-173-237.zone5.bethere.co.uk [93.97.173.237]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id D3A1EE013D2 for ; Mon, 24 Sep 2012 03:14:34 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id q8OAEPdu027561; Mon, 24 Sep 2012 11:14:25 +0100 Received: from tim.rpsys.net ([127.0.0.1]) by localhost (tim.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 26940-05; Mon, 24 Sep 2012 11:14:19 +0100 (BST) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id q8OAEHpF027555 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO); Mon, 24 Sep 2012 11:14:18 +0100 Message-ID: <1348481658.4654.3.camel@ted> From: Richard Purdie To: Qi.Chen@windriver.com Date: Mon, 24 Sep 2012 11:14:18 +0100 In-Reply-To: <1348462227-6672-1-git-send-email-Qi.Chen@windriver.com> References: <1348462227-6672-1-git-send-email-Qi.Chen@windriver.com> X-Mailer: Evolution 3.2.3-0ubuntu6 Mime-Version: 1.0 X-Virus-Scanned: amavisd-new at rpsys.net Cc: poky@yoctoproject.org Subject: Re: [PATCH] routerstation: Disable virtual terminal by default X-BeenThere: poky@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Poky build system developer discussion & patch submission for meta-yocto List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Sep 2012 10:14:35 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Mon, 2012-09-24 at 12:50 +0800, Qi.Chen@windriver.com wrote: > From: Chen Qi > > This modifies the /etc/inittab on routerstationpro, avoiding the > "respawning too fast" message. The routerstation has a low memory, > so virtual terminal should be disable by default. > > Fixes [YOCTO #3088] > > Signed-off-by: Chen Qi > --- > meta-yocto-bsp/conf/machine/routerstationpro.conf | 1 + > 1 file changed, 1 insertion(+) Merged to master, thanks. Richard