From: Philip Balister Date: Thu, 28 Aug 2008 11:57:09 +0000 (+0000) Subject: omap3evm.conf : Allow override of kernel. See bug #4527. X-Git-Tag: Release-2010-05/1~6217 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf76d712dc9307871a089d2854486b76f1c44f99;p=openembedded.git omap3evm.conf : Allow override of kernel. See bug #4527. Be very careful with this, if you forget the override is in local.conf confusion will result :) --- diff --git a/conf/machine/omap3evm.conf b/conf/machine/omap3evm.conf index 416db2c937..bf358e9e11 100644 --- a/conf/machine/omap3evm.conf +++ b/conf/machine/omap3evm.conf @@ -20,7 +20,7 @@ EXTRA_IMAGECMD_jffs2 = "-lnp " SERIAL_CONSOLE = "115200 ttyS0" -PREFERRED_PROVIDER_virtual/kernel = "linux-omap2" +PREFERRED_PROVIDER_virtual/kernel ?= "linux-omap2" KERNEL_IMAGETYPE = "uImage"