From: Koen Kooi Date: Wed, 22 Oct 2008 06:59:45 +0000 (+0200) Subject: beagleboard: make linux-omap the preferred kernel, this makes UVC cams work on OTG X-Git-Tag: Release-2010-05/1~5728 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4e0f4bafeb5613f2a8e905873cfda0bdf0ab944;p=openembedded.git beagleboard: make linux-omap the preferred kernel, this makes UVC cams work on OTG --- diff --git a/conf/machine/beagleboard.conf b/conf/machine/beagleboard.conf index 5d88adee4a..d32578ed87 100644 --- a/conf/machine/beagleboard.conf +++ b/conf/machine/beagleboard.conf @@ -29,7 +29,7 @@ EXTRA_IMAGECMD_jffs2 = "-lnp " SERIAL_CONSOLE = "115200 ttyS2" # No kernel recipe yet -PREFERRED_PROVIDER_virtual/kernel = "linux-omap2" +PREFERRED_PROVIDER_virtual/kernel = "linux-omap" KERNEL_IMAGETYPE = "uImage"