[yocto] addiding external driver to minimal image

2014-12-21 Thread abhishek srivastava
Hi
How to add external driver (ex:TFT driver) to core-minimal-image. 
After building core -minimal-image, in case I need to add additional package to 
existing image, do i need to modify in .conf file and REBUILD IT..every 
time ?

please clarify !

Thank you  -- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] addiding external driver to minimal image

2014-12-21 Thread Mike Looijmans
Create your own image recipe (hint: require another image, or just 
copy it), that reduces the parse time. Creating the image usually takes 
less than a minute.


You can also just build the new package and manually install it on the 
target.



On 12/21/2014 11:07 AM, abhishek srivastava wrote:

Hi
How to add external driver (ex:TFT driver) to core-minimal-image.
After building core -minimal-image, in case I need to add additional
package to existing image, do i need to modify in .conf file and REBUILD
IT..every time ?

please clarify !

Thank you





--
Mike Looijmans
--
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto