[OE-core] migrating simple tarballs over to OE recipes?

Burton, Ross ross.burton at intel.com
Thu Nov 24 16:50:20 UTC 2016


On 23 November 2016 at 16:52, Robert P. J. Day <rpjday at crashcourse.ca>
wrote:

> what is the relationship between bin_package_do_install() and the
> EXPORTed do_install()? seems like an overriding/inheritance thing,
> yes?
>

Pretty much, that says that bin_package_do_install is this classes
do_install implementation.  This lets you inherit the class and override
do_install(), calling bin_package_do_install as required.  If you don't
provide an alternative implementation of do_install then
bin_package_do_install will be called.

This inheritance isn't used very often as generally it's sufficient to just
do_install_append() or _prepend().

Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20161124/c0343fc9/attachment-0002.html>


More information about the Openembedded-core mailing list