Re: setting up autobuilder on local machine
Bryan Evenson
Mirza,
toggle quoted message
Show quoted text
-----Original Message-----Yes, you can. I just ran into this problem the other week when I updated my autobuilder. Add 'autoinclude':False to your layer definition in the "repos" section in your build configuration file. For example, in one of my build configurations I have: {'meta-openembedded': {'autoinclude':False, 'repourl':'git://git.openembedded.org/meta-openembedded', 'branch':'fido'}}, Here's the patch description further describing what the autoinclude option does: http://git.yoctoproject.org/cgit/cgit.cgi/yocto-autobuilder/commit/?id=1599d458ec078378438aeb011ed706a4474b10a6. Regards, Bryan
|
|