Re: [yocto] extend image.bbclass (or any bbclass file)

2013-07-12 Thread Davide Soldan
Really simple!!! Excuse me for the dumb question and thanks a lot! Cheers Davide In data venerdì 12 luglio 2013 13:22:32, Erik Botö ha scritto: Hi, On Fri, Jul 12, 2013 at 1:11 PM, Davide Soldan wrote: Hi to all,I'm trying to move, from outside to inside my recipes, all the changes I've d

Re: [yocto] extend image.bbclass (or any bbclass file)

2013-07-12 Thread Erik Botö
Hi, On Fri, Jul 12, 2013 at 1:11 PM, Davide Soldan wrote: > Hi to all, > I'm trying to move, from outside to inside my recipes, all the changes > I've done for my custom image. > For example I changed the image.bbclass adding a function. But this file > is outside of my recipes that are stored un

[yocto] extend image.bbclass (or any bbclass file)

2013-07-12 Thread Davide Soldan
Hi to all, I'm trying to move, from outside to inside my recipes, all the changes I've done for my custom image. For example I changed the image.bbclass adding a function. But this file is outside of my recipes that are stored under my git repository. So I'd like to move this function from image