Hi, 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. I wrote a custom task bb file which defines/includes the packages i need in my image. I also wrote a core-image-custom.bb file that includes these tasks + other tasks. I also inherited core-image.bbclass in core-image-custom.bb. The file looks something like this,
*IMAGE_INSTALL = "\* * task-base \* * task-core-basic \* * task-core-boot \* * .......* * task-custom \* * "* *inherit core-image* 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? Any help in achieving this is much appreciated. Thanks, JC
_______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto