omap3evm.conf : Allow override of kernel. See bug #4527.
authorPhilip Balister <philip@balister.org>
Thu, 28 Aug 2008 11:57:09 +0000 (11:57 +0000)
committerPhilip Balister <philip@balister.org>
Thu, 28 Aug 2008 11:57:09 +0000 (11:57 +0000)
                Be very careful with this, if you forget the override
                is in local.conf confusion will result :)

conf/machine/omap3evm.conf

index 416db2c..bf358e9 100644 (file)
@@ -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"