From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp2-g21.free.fr (smtp2-g21.free.fr [212.27.42.2]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 6EC02E00726 for ; Thu, 10 Jan 2013 06:56:57 -0800 (PST) Received: from e6520eb.local.eukrea.com (unknown [82.240.38.71]) by smtp2-g21.free.fr (Postfix) with ESMTP id 7F1494B00BE; Thu, 10 Jan 2013 15:56:52 +0100 (CET) From: =?UTF-8?q?Eric=20B=C3=A9nard?= To: meta-freescale@yoctoproject.org Date: Thu, 10 Jan 2013 15:56:47 +0100 Message-Id: <1357829807-31801-2-git-send-email-eric@eukrea.com> X-Mailer: git-send-email 1.7.11.7 In-Reply-To: <1357829807-31801-1-git-send-email-eric@eukrea.com> References: <1357829807-31801-1-git-send-email-eric@eukrea.com> MIME-Version: 1.0 Cc: otavio@ossystems.com.br Subject: [PATCH 2/2] barebox: default to no kernel ipconfig X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jan 2013 14:56:59 -0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - this change asks barebox to not pass the ip=dhcp parameter to the kernel so that we get a decent boot speed when the ethernet cable is not plugged during boot instead of waiting for kernel ipconfig. - tested on MCIMX53-START-R board 1.0 rev B Signed-off-by: Eric Bénard --- recipes-bsp/barebox/barebox-2012.02.0/imx53qsb/config | 2 +- recipes-bsp/barebox/barebox_2012.02.0.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/barebox/barebox-2012.02.0/imx53qsb/config b/recipes-bsp/barebox/barebox-2012.02.0/imx53qsb/config index c65e6ad..a0a2b74 100644 --- a/recipes-bsp/barebox/barebox-2012.02.0/imx53qsb/config +++ b/recipes-bsp/barebox/barebox-2012.02.0/imx53qsb/config @@ -6,7 +6,7 @@ user= # use 'dhcp' to do dhcp in barebox and in kernel # use 'none' if you want to skip kernel ip autoconfiguration -ip=dhcp +ip=none # or set your networking parameters here #eth0.ipaddr=a.b.c.d diff --git a/recipes-bsp/barebox/barebox_2012.02.0.bb b/recipes-bsp/barebox/barebox_2012.02.0.bb index 1eed4d3..5489f7c 100644 --- a/recipes-bsp/barebox/barebox_2012.02.0.bb +++ b/recipes-bsp/barebox/barebox_2012.02.0.bb @@ -1,6 +1,6 @@ require barebox.inc -PR = "r3" +PR = "r4" SRC_URI = "http://barebox.org/download/${PN}-${PV}.tar.bz2 \ file://defconfig \ -- 1.7.11.7