Re: Can a single recipe .bb file be used to generate both Python2 and Python3 packages?


Rob Prowel <rprowel@...>
 

On 12/20/20 8:46 AM, Robert P. J. Day wrote:

I asked if that is what she was thinking of, but she was adamant
that she remembers a single recipe .bb file that could do this.
Is there such a thing? I suspect one could hack something up,
but is such an approach considered standard? Or even doable?
Doable? Yes...Smart to do? IMHO, absolutely not.

With the recipe class methods that accomplish each stage of the build you can customize them any way you want, but at the expense of maintaining clear intent and keeping it maintainable.

Your initial approach of using common includes and a heirarchical inheritance for separate recipes makes more sense.

Join {yocto@lists.yoctoproject.org to automatically receive all group messages.