[yocto] require/include recipe.bb

Tomasz Michalski tmichalski23 at gmail.com
Wed Aug 22 06:34:27 PDT 2018


Hi
I have recipes:
recipe_1.0.0.bb
recipe_1.0.1.bb
...
recipe_3.4.0.bb
If in some meta-layer I want to write some bbappend file to the latest
fresh version I create file
recipe_%.bbappend.

I have file otherRecipe.bb which is not versioned and inherit to
auto_package_version.
In definition of otherRecipe I have

DESCRIPTION = "some description"
SECTION = "nameOfSection"
LICENSE = "CLOSED"

require recipe_1.0.0.bb
(or
include recipe_1.0.0.bb)

How to change the above formula in order include the latest fresh recipe
instead of concrete version?
Replacing with "include recipe_%.bb" doesn't work.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20180822/a8f6075f/attachment.html>


More information about the yocto mailing list