All of lore.kernel.org
 help / color / mirror / Atom feed
* remoteproc module
@ 2015-10-11 18:23 Edward Wingate
  2015-10-11 18:38 ` Edward Wingate
  0 siblings, 1 reply; 8+ messages in thread
From: Edward Wingate @ 2015-10-11 18:23 UTC (permalink / raw)
  To: meta-freescale

I'm trying to get the remoteproc module onto my wandboard image, but
not having much luck.

I created a linux-wandboard_3.14.28.bbappend recipe with the following:
    FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
    SRC_URI += "file://defconfig"

In my recipe folder, I created files/defconfig.  I got defconfig from
an existing .config in
.../tmp/work/wandboard-poky-linux-gnueabi/linux-wandboard/3.14.28-r0/build
folder and added:
    CONFIG_REMOTEPROC=m

In my image conf, I added:
    MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "kernel-module-remoteproc"

With this, I would expect remoteproc.ko module in /lib/modules
directory, but there is no /lib/modules directory at all in the
rootfs.  What am I missing?

I realize even if this worked, remoteproc won't actually do anything
at this point, but I just wanted to take the first steps towards
creating my own remoteproc module by seeing what steps to take to get
the base remoteproc module built and deployed.  Thanks for you help.


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-10-15  5:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-11 18:23 remoteproc module Edward Wingate
2015-10-11 18:38 ` Edward Wingate
2015-10-11 19:49   ` Edward Wingate
2015-10-13 12:37     ` Otavio Salvador
2015-10-14  7:08       ` Edward Wingate
2015-10-14 12:52         ` Otavio Salvador
2015-10-14 14:20           ` Bob Cochran
2015-10-15  5:21             ` Edward Wingate

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.