From: Eric Bénard Date: Thu, 10 Jan 2013 14:56:47 +0000 (+0100) Subject: barebox: default to no kernel ipconfig X-Git-Tag: 2.1~1554 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=6276c5ff4f729353d856538d217aec00061e0f67;p=meta-freescale.git barebox: default to no kernel ipconfig - 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 --- diff --git a/meta-fsl-arm/recipes-bsp/barebox/barebox-2012.02.0/imx53qsb/config b/meta-fsl-arm/recipes-bsp/barebox/barebox-2012.02.0/imx53qsb/config index c65e6ad1..a0a2b740 100644 --- a/meta-fsl-arm/recipes-bsp/barebox/barebox-2012.02.0/imx53qsb/config +++ b/meta-fsl-arm/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/meta-fsl-arm/recipes-bsp/barebox/barebox_2012.02.0.bb b/meta-fsl-arm/recipes-bsp/barebox/barebox_2012.02.0.bb index 1eed4d31..5489f7c0 100644 --- a/meta-fsl-arm/recipes-bsp/barebox/barebox_2012.02.0.bb +++ b/meta-fsl-arm/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 \