]> code.ossystems Code Review - openembedded-core.git/commit
lib/oe/recipeutils: add a parse_recipe_simple() function
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 14 May 2015 10:44:59 +0000 (11:44 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 15 May 2015 21:21:54 +0000 (22:21 +0100)
commita8f221f6c6c0562a5ed06438231c2906e542fb7b
tree8d14744cb473ee2f2a1c41eb1c1d7134575a2f57
parent98a716d79bfc5434a5b42d3ca683eab3eea30a41
lib/oe/recipeutils: add a parse_recipe_simple() function

Add a function that simply parses a recipe by name and optionally the
bbappends that apply to it. (Note that if you're using tinfoil you need
to have initialised it with config_only=False so that it can map the
recipe name to a recipe file.)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
meta/lib/oe/recipeutils.py