[OE-core] [PATCH v2 0/1] Add recipe whitelisting class

Paul Eggleton paul.eggleton at linux.intel.com
Thu Aug 27 12:36:52 UTC 2015


Changes since the RFC version:
* Check BPN in addition to PN for matching, to make it easier in the
  multilib case
* Use PNWHITELIST_LAYERS to specify which layers to apply whitelisting to,
  and consider an empty whitelist value to be no recipes whitelisted (so
  you can set up empty whitelists for layers not yet in your
  configuration if you wish to do so). This also makes setting
  PNWHITELIST without an override practical.
* Touch up the comments

The following changes since commit f07045fcae859c902434062d1725f1348f42d1dd:

  oeqa/oetest.py: add better package search for hasPackage() (2015-08-26 08:26:37 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib paule/whitelist
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/whitelist

Paul Eggleton (1):
  classes/whitelist: add class to allow whitelisting recipes from a
    layer

 meta/classes/whitelist.bbclass | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)
 create mode 100644 meta/classes/whitelist.bbclass

-- 
2.1.0




More information about the Openembedded-core mailing list