Re: [yocto] How do I patch the kernel before it is built?

2012-02-09 Thread Darren Hart
Autif, All good questions. I'm traveling right now and don't know the answers off the top of my head. I'd try module_autoload and see if that does what you want. I'll be back briefly next week and then off to ELC. I should be able to assist next week though if you don't resolve this on your own.

Re: [yocto] How do I patch the kernel before it is built?

2012-02-07 Thread autif khan
R E C I P E autif@fpbm:~/data/yocto/poky-edison-6.0/meta-koko/recipes/linux$ cat linux-yocto_3.0.bbappend FILESEXTRAPATHS_prepend := ${THISDIR}: SRC_URI += file://linux/drivers/hid/hid-core.c.diff \ file://linux/drivers/hid/hid-ids.h.diff PR = r3

Re: [yocto] How do I patch the kernel before it is built?

2012-02-06 Thread autif khan
I could not find a way to patch the kernel source before its is built. I promise to update the Yocto wiki's How do I section when I have a working solution for the following :-) This should be covered in the existing documentation and also the more general bitbake/oe-core docs. Here is

Re: [yocto] How do I patch the kernel before it is built?

2012-02-06 Thread Bruce Ashfield
On 12-02-06 03:18 PM, autif khan wrote: I could not find a way to patch the kernel source before its is built. I promise to update the Yocto wiki's How do I section when I have a working solution for the following :-) This should be covered in the existing documentation and also the more

Re: [yocto] How do I patch the kernel before it is built?

2012-02-06 Thread autif khan
I could not find a way to patch the kernel source before its is built. I promise to update the Yocto wiki's How do I section when I have a working solution for the following :-) This should be covered in the existing documentation and also the more general bitbake/oe-core docs. Here is

Re: [yocto] How do I patch the kernel before it is built?

2012-02-06 Thread Bruce Ashfield
On 12-02-06 04:43 PM, autif khan wrote: I could not find a way to patch the kernel source before its is built. I promise to update the Yocto wiki's How do I section when I have a working solution for the following :-) This should be covered in the existing documentation and also the more

Re: [yocto] How do I patch the kernel before it is built?

2012-02-06 Thread autif khan
\ I could not find a way to patch the kernel source before its is built. I promise to update the Yocto wiki's How do I section when I have a working solution for the following :-) This should be covered in the existing documentation and also the more general bitbake/oe-core docs. Here

Re: [yocto] How do I patch the kernel before it is built?

2012-02-06 Thread Bruce Ashfield
On 12-02-06 5:10 PM, autif khan wrote: \ I could not find a way to patch the kernel source before its is built. I promise to update the Yocto wiki's How do I section when I have a working solution for the following :-) This should be covered in the existing documentation and also the more

Re: [yocto] How do I patch the kernel before it is built?

2012-02-06 Thread Bruce Ashfield
On 12-02-06 8:20 PM, Bruce Ashfield wrote: On 12-02-06 5:10 PM, autif khan wrote: \ I could not find a way to patch the kernel source before its is built. I promise to update the Yocto wiki's How do I section when I have a working solution for the following :-) This should be covered in

[yocto] How do I patch the kernel before it is built?

2012-01-31 Thread autif khan
I could not find a way to patch the kernel source before its is built. I promise to update the Yocto wiki's How do I section when I have a working solution for the following :-) Here is what I am trying to do: 1) Patch the kernel (add VID/PID to hid_ignore_list in drivers/hid/hid-core.c and

Re: [yocto] How do I patch the kernel before it is built?

2012-01-31 Thread Bruce Ashfield
On 12-01-31 11:45 AM, autif khan wrote: I could not find a way to patch the kernel source before its is built. I promise to update the Yocto wiki's How do I section when I have a working solution for the following :-) This should be covered in the existing documentation and also the more

Re: [yocto] How do I patch the kernel before it is built?

2012-01-31 Thread Joshua Lock
On 31/01/12 08:45, autif khan wrote: I could not find a way to patch the kernel source before its is built. I promise to update the Yocto wiki's How do I section when I have a working solution for the following :-) Here is what I am trying to do: 1) Patch the kernel (add VID/PID to