From: Philip Balister <philip@balister.org>
To: Richard Cagley <rcagley@gmail.com>, yocto@yoctoproject.org
Subject: Re: installing kernel modules in root filesystem
Date: Tue, 07 Jul 2015 08:55:14 -0400 [thread overview]
Message-ID: <559BCC32.9050002@balister.org> (raw)
In-Reply-To: <CAN-NoH3OUDBmKqmO4hzUBjKt_LprWc-uwc1X8w6zRDwmUpQFKg@mail.gmail.com>
On 07/06/2015 09:16 PM, Richard Cagley wrote:
> I have a kernel module that shows up in my build work directory after
> I configure the kernel accordingly
> build/tmp-glibc/work/zedboard_zynq7-oe-linux-gnueabi/linux-xlnx/3.14-xilinx+gitAUTOINC+2b48a8aeea-r0/image/lib/modules/3.14.2-xilinx/kernel/drivers/dma/xilinx/vdmatest.ko
>
> But, when I add "kernel-modules" to my IMAGE_INSTALL in local.conf I
> don't see vdmatest.ko show up in the resultant root filesystem after I
> run bitbake core-image-minimal-dev and untar the image
>
> Is there a way to tell yocto to install all kernel modules or a step
> I've missed?
>
I have:
MACHINE_EXTRA_RRECOMMENDS = "kernel-modules"
in my machine conf,
Make sure you have buildhistory in your user classes. That creates files
that are very helpful for working out what is actually in the generated
packages.
Philip
next prev parent reply other threads:[~2015-07-07 12:55 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-07 1:16 installing kernel modules in root filesystem Richard Cagley
2015-07-07 12:55 ` Philip Balister [this message]
2015-07-07 16:18 ` Richard Cagley
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=559BCC32.9050002@balister.org \
--to=philip@balister.org \
--cc=rcagley@gmail.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.