All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bruce Ashfield <bruce.ashfield@windriver.com>
To: David Mulder <dmulder@lasx.com>
Cc: "yocto@yoctoproject.org" <yocto@yoctoproject.org>
Subject: Re: Building uio-pci-generic into core-image-minimal
Date: Tue, 12 Feb 2013 20:43:41 -0500	[thread overview]
Message-ID: <511AEFCD.10600@windriver.com> (raw)
In-Reply-To: <19F0379280417C4A8FE3BD23AA7298E501346EB2@EXMBX202A.mmeprod.cbeyond>

On 13-02-12 6:47 PM, David Mulder wrote:
> I need to use the uio-pci-generic kernel module, but I don’t know how to
> make it available in my image.
>
> Yocto 1.3, core-image-minimal, did ‘bitbake linux-yocto –c menuconfig’
> and added “Generic driver for PCI 2.3”. It took a while to bitbake
> core-image-minimal after that change, and I saw uio-pci-generic.o, so I
> assume it rebuilt the kernel and built the module, but I don’t see any
> traces of the module in my image (‘find / -name *uio*’, /sys/class/uio
> or /sys/bus/pci/drivers/uio-pci-generic).
>
> I added uio and uio-pci-generic to a recipe’s RDEPENDS, but it can’t
> find a provider. I added them to IMAGE_FEATURES in local.conf, but that

You need to add the modules to IMAGE_INSTALL via their individual package
name, or if you just want all modules, use the virtual package 
"kernel-modules"

You can also get it in the image via MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS.

Cheers,

Bruce


> didn’t seem to do anything. I set ‘module_autoload_uio = “uio”’ in
> local.conf, which also seemed to do nothing. Same for setting it in
> linux-yocto_3.4.bbappend (some patches indicate that it used to be set
> in that file). I don’t know what else to try.
>
> What might I be missing? Where could I look to see if that module has
> been built and copied to my image?
>
> Thanks!
>
>
>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto



  reply	other threads:[~2013-02-13  1:43 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-12 23:47 Building uio-pci-generic into core-image-minimal David Mulder
2013-02-13  1:43 ` Bruce Ashfield [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-03-19 23:35 David Mulder
2013-03-21 10:25 ` Paul Eggleton

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=511AEFCD.10600@windriver.com \
    --to=bruce.ashfield@windriver.com \
    --cc=dmulder@lasx.com \
    --cc=yocto@yoctoproject.org \
    /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.