Hi,<div><br></div><div>I am using Yocto milestone release 1.1.1 for my custom root filesystem image creation. I just need some help in achieving it successfully. </div><div>I wrote a custom task bb file which defines/includes the packages i need in my image. I also wrote a <a href="http://core-image-custom.bb">core-image-custom.bb</a> file that includes these tasks + other tasks. I also inherited core-image.bbclass in <a href="http://core-image-custom.bb">core-image-custom.bb</a>.  The file looks something like this,</div>

<div><br></div><div><div><i>IMAGE_INSTALL = "\</i></div><div><i>    task-base \</i></div><div><i>    task-core-basic \</i></div><div><i>    task-core-boot \</i></div></div><div><i>    .......</i></div><div><i>    task-custom \</i></div>

<div><i>    "</i></div><div><i>inherit core-image</i></div><div><br></div><div>I did  dry-run on core-image-custom and I see mostly all packages from yocto included in my image, the packages that I do not need. So, how can I remove a particular package or a package collection, say graphics or some X packages for my image. Is it possible? or can core-image.bbclass is overwritable? Does my approach ok?</div>

<div><br></div><div>Any help in achieving this is much appreciated.</div><div><br></div><div>Thanks,</div><div>JC<br clear="all"><div><br></div>
</div>