[meta-freescale] [PATCH 2/2] barebox: default to no kernel ipconfig

Eric Bénard eric at eukrea.com
Thu Jan 10 06:56:47 PST 2013


- 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 <eric at eukrea.com>
---
 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




More information about the meta-freescale mailing list