Re: [yocto] Cross Compile Kernel Modules

2013-10-04 Thread Bruce Ashfield
On 13-10-04 5:06 PM, Parker Mackenzie wrote: Bruce, No problem... you got me on the right path. Bitbake now completes successfully after adding python-core and bash to IMAGE_INSTALL_append. Looking again at the presentation it indicated I also needed to do the following: make oldconfig ARCH

Re: [yocto] Cross Compile Kernel Modules

2013-10-04 Thread Parker Mackenzie
Bruce, No problem... you got me on the right path. Bitbake now completes successfully after adding python-core and bash to IMAGE_INSTALL_append. Looking again at the presentation it indicated I also needed to do the following: make oldconfig ARCH=arm  - This completed successfully make scrip

Re: [yocto] Cross Compile Kernel Modules

2013-10-04 Thread Bruce Ashfield
On 13-10-04 07:22 AM, Parker Mackenzie wrote: Hans, Python did not work but as you point out python-core did. I found this last night looking at the IRC logs from March 8th. Right! I typed in "python" from memory :) In fact, what I typically have is a full set of python dependencies, includi

Re: [yocto] Cross Compile Kernel Modules

2013-10-04 Thread Parker Mackenzie
Hans, Python did not work but as you point out python-core did. I found this last night looking at the IRC logs from March 8th. I also needed to add bash. The build now completes, this morning I am going to attempt to extract the SDK with the sysroot and then attempt to build the application

Re: [yocto] Cross Compile Kernel Modules

2013-10-04 Thread Hans Beckérus
On Fri, Oct 4, 2013 at 2:53 AM, Bruce Ashfield wrote: > On 13-10-03 8:21 PM, Parker Mackenzie wrote: >> >> Thanks Bruce, >> >> That got me further. I added a comment to the video on YouTube which might >> help others which stumble across the presentation. >> >> Now I get the following error >> ERR

Re: [yocto] Cross Compile Kernel Modules

2013-10-03 Thread Bruce Ashfield
On 13-10-03 8:21 PM, Parker Mackenzie wrote: Thanks Bruce, That got me further. I added a comment to the video on YouTube which might help others which stumble across the presentation. Now I get the following error ERROR: Function failed: do_rootfs Which points me to a log file which indicate

Re: [yocto] Cross Compile Kernel Modules

2013-10-03 Thread Parker Mackenzie
Thanks Bruce, That got me further. I added a comment to the video on YouTube which might help others which stumble across the presentation. Now I get the following error ERROR: Function failed: do_rootfs Which points me to a log file which indicates the following failed: Note: adding Smart RP

Re: [yocto] Cross Compile Kernel Modules

2013-10-03 Thread Bruce Ashfield
On 13-10-03 04:08 PM, Parker Mackenzie wrote: 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_

[yocto] Cross Compile Kernel Modules

2013-10-03 Thread Parker Mackenzie
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