Raj
Cc: yocto@yoctoproject.org
Subject: Re: [yocto] Kernel header generation
Hi Khem .
Thanks for your response. But i am not sure if i understand clearly. My
intention here is to generate kernel headers and i wanted to understand how to
do the same .
Based on some online reference , I tried to
Hi Khem .
Thanks for your response. But i am not sure if i understand clearly. My
intention here is to generate kernel headers and i wanted to understand how
to do the same .
Based on some online reference , I tried to add the lines (
IMAGE_INSTALL_append
= " kernel-devsrc"
TOOLCHAIN_TARGET_TASK_
On Nov 27, 2015 5:48 AM, "Sarayu Krishna Sivanandam"
wrote:
>
> Hi ,
>
> I have written a kernel module which i am currently building along with
the yocto kernel but i want to be able to move my code to a different
repository and be able to build it as a stand alone module.
>
> To do so , i will n
Hi ,
I have written a kernel module which i am currently building along with the
yocto kernel but i want to be able to move my code to a different
repository and be able to build it as a stand alone module.
To do so , i will need the kernel headers to be generated from the linux
kernel on yocto .