All of lore.kernel.org
 help / color / mirror / Atom feed
* Cross Compile Kernel Modules
@ 2013-10-03 20:08 Parker Mackenzie
  2013-10-03 20:29 ` Bruce Ashfield
  0 siblings, 1 reply; 9+ messages in thread
From: Parker Mackenzie @ 2013-10-03 20:08 UTC (permalink / raw)
  To: yocto@yoctoproject.org

I have been researching a way to build loadable kernel modules outside of Yocto for a while. I was excited to find a presentation from the Yocto Developer's Day 2013 which implied I code do this by adding the following line to my local.conf:
IMAGE_INSTALL_append = " kernel_dev"

However, when I ran bitbake for my beagleboard target I get the following error. Any help in understanding what is wrong and how to achieve my goal would be most helpful.

Kind Regards,
Parker Mackenzie



[parker@jasper build]$ bitbake core-image-minimal
Parsing recipes: 100% |#########################################| Time: 00:03:55
Parsing of 814 .bb files complete (0 cached, 814 parsed). 1121 targets, 43 skipped, 0 masked, 0 errors.

Build Configuration:
BB_VERSION        = "1.18.0"
BUILD_SYS         = "x86_64-linux"
NATIVELSBSTRING   = "Fedora-17"
TARGET_SYS        = "arm-poky-linux-gnueabi"
MACHINE           = "beagleboard"
DISTRO            = "poky"
DISTRO_VERSION    = "1.4.2"
TUNE_FEATURES     = "armv7a vfp neon"
TARGET_FPU        = "vfp-neon"
meta              
meta-yocto        
meta-yocto-bsp    = "<unknown>:<unknown>"

NOTE: Resolving any missing task queue dependencies
ERROR: Nothing RPROVIDES 'kernel_dev' (but /home/parker/Projects/beagleboard/yocto/poky-dylan-9.0.2/meta/recipes-core/images/core-image-minimal.bb RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'kernel_dev' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['kernel_dev']
ERROR: Required build target 'core-image-minimal' has no buildable providers.
Missing or unbuildable dependency chain was: ['core-image-minimal', 'kernel_dev']

Summary: There were 2 ERROR messages shown, returning a non-zero exit code. 		 	   		  

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

end of thread, other threads:[~2013-10-05  4:45 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-03 20:08 Cross Compile Kernel Modules Parker Mackenzie
2013-10-03 20:29 ` Bruce Ashfield
2013-10-04  0:21   ` Parker Mackenzie
2013-10-04  0:53     ` Bruce Ashfield
2013-10-04 11:05       ` Hans Beckérus
2013-10-04 11:22         ` Parker Mackenzie
2013-10-04 12:41           ` Bruce Ashfield
2013-10-04 21:06             ` Parker Mackenzie
2013-10-05  4:45               ` Bruce Ashfield

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.