]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
classes/whitelist: add class to allow whitelisting recipes from a layer paule/whitelist
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Fri, 14 Aug 2015 11:15:08 +0000 (12:15 +0100)
committerPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 27 Aug 2015 12:31:47 +0000 (13:31 +0100)
commit762e79dfb769e885758bdcc627fadbe4dc6454fd
tree3e6e01f06d0378c51270683e6fc7f0d08c25a460
parentf07045fcae859c902434062d1725f1348f42d1dd
classes/whitelist: add class to allow whitelisting recipes from a layer

Allow restricting recipes brought from a layer to a specified list. This
is similar in operation to blacklist.bbclass, but instead specifies a
per-layer whitelist of recipes (matched by PN or BPN) that are able to
be built from the layer - anything else is skipped. This is potentially
useful where you want to bring in a select set of recipes from a larger
layer e.g. meta-oe.

Implements [YOCTO #8150].

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
meta/classes/whitelist.bbclass [new file with mode: 0644]