On 11 October 2014 09:53, Koen Kooi <[email protected]> wrote: > Don't use IMAGE* vars in package recipes, that breaks the orthogonality of > the OE system.
To expand on what Koen said, you shouldn't use image-specific variables in a package as then the package can't be re-used in multiple images. At best you'll end up rebuilding the package every time an image is created, at worst images will have incorrect buildinfo. Instead, implement this functionality as an optional image creation postprocess hook. Ross -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
