Hello,
I would like to guide/help me with the building of custom images using recipes-local.
When you want to put something extra into the image (my-image.bb) you simply appending this to IMAGE_INSTALL.
IMAGE_INSTALL += "enigma2-plugin-my-custom-plugin"
Above is clear and wors like a charm.
When you want to remove something from the image (eg ppanels) how can you do that?
IMAGE_INSTALL -= "enigma2-plugin-extensions-ppanel"
Above probably is not valid, so the simpler way is to copy openpli-enigma2-image.bb, make changes and save it as my-image.bb?
When you want to add a modified version of pliHD skin you need to use my-pliHD and use RPROVIDES,RREPLACES? Or just adding modified pliHD into local-recipes will use the modified version over the original one?
Sorry for making all those questions, but i don't want to reinvent the wheel and done things by the hard way.
Thanks,
Edited by athoik, 13 September 2013 - 21:01.