All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Eric Bénard" <eric@eukrea.com>
To: Steven Grunza <steven.grunza@gmail.com>
Cc: meta-freescale@yoctoproject.org
Subject: Re: USB Video webcam on wandboard dual
Date: Mon, 8 Apr 2013 21:42:24 +0200	[thread overview]
Message-ID: <20130408214224.5dc0d8c1@e6520eb> (raw)
In-Reply-To: <51631AE9.4070603@gmail.com>

Hi Steven,

Le Mon, 08 Apr 2013 15:30:49 -0400,
Steven Grunza <steven.grunza@gmail.com> a écrit :
> Are the necessary drivers to use a UVC USB webcam already setup to be 
> built or do I need to enable them?  If I need to enable them, can 
> someone point me to the correct place to do the enabling?
> 
you may try to add 
CONFIG_MEDIA_USB_SUPPORT=y
CONFIG_USB_VIDEO_CLASS=y

to 
meta-fsl-arm-extra/recipes-kernel/linux/linux-wandboard-3.0.35/wandboard-dual/defconfig
and rebuild the kernel.

Or you can use bitbake to configure your kernel before building it
with something like :
bitbake -c cleansstate virtual/kernel
bitbake -c menuconfig virtual/kernel
bitbake virtual/kernel
(and bitbake your_image if you want to include the modules inside it)

Eric


  parent reply	other threads:[~2013-04-08 19:42 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-08 19:30 USB Video webcam on wandboard dual Steven Grunza
2013-04-08 19:42 ` Otavio Salvador
2013-04-08 19:42 ` Eric Bénard [this message]
2013-04-08 19:50 ` John Weber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130408214224.5dc0d8c1@e6520eb \
    --to=eric@eukrea.com \
    --cc=meta-freescale@yoctoproject.org \
    --cc=steven.grunza@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.