[oe-commits] [bitbake] branch master-next updated (b9a1421 -> 5287991)

git at git.openembedded.org git at git.openembedded.org
Wed Aug 17 09:24:43 UTC 2016


rpurdie pushed a change to branch master-next
in repository bitbake.

  discards  b9a1421   bitbake: Initial multi-config support
  discards  aba60e3   siggen: properly close files rather than opening them inline
  discards  e1d6fc7   knotty: don't show number of running tasks in quiet mode
  discards  7b47f82   knotty: fix task progress bar not starting at 0%
  discards  21ed5c1   runqueue: fix two minor issues with the initialising tasks progress
  discards  b43ce58   ast/ConfHandler: Add a syntax to clear variable
  discards  1903da4   cache: Build datastores from databuilder object
  discards  0da95c3   cache: Split Cache() into a NoCache() parent object
  discards  2047f3a   cache/cooker: Pass databuilder into bb.cache.Cache()
  discards  0eaaa10   cache: Make virtualfn2realfn/realfn2virtual standalone functions
  discards  6a0c6b7   cache/ast: Move __VARIANTS handling to parse cache function
  discards  7006fea   runqueue: Abstract worker functionality to an object/array
  discards  f4e3c33   cookerdata: Simplify prefiles/postfiles
      adds  de6759d   runqueue: fix two minor issues with the initialising tasks progress
      adds  7c78a1c   knotty: fix task progress bar not starting at 0%
      adds  5317200   knotty: don't show number of running tasks in quiet mode
      adds  449fc52   bb/utils.py: export_proxies add GIT_PROXY_COMMAND
      adds  c85c9a4   bitbake-user-manual: Added detail to [dirs] and [cleardirs] flags
      adds  be0fb61   bitbake-user-manual: Formatted all "flags" to be consistent
      adds  dbe2552   bitbake-user-manual: Added more detail to anonymous Python functions.
      adds  24d648c   bitbake-user-manual: Added setting variable for a single task
      adds  28bb8ef   bitbake-user-manual: Re-write "Dependencies Internal to the .bb File"
       new  8c992c1   cookerdata: Simplify prefiles/postfiles
       new  8181d96   runqueue: Abstract worker functionality to an object/array
       new  266b848   cache/ast: Move __VARIANTS handling to parse cache function
       new  6d06e93   cache: Make virtualfn2realfn/realfn2virtual standalone functions
       new  7da0629   cache/cooker: Pass databuilder into bb.cache.Cache()
       new  120b64e   cache: Split Cache() into a NoCache() parent object
       new  fef18b4   cache: Build datastores from databuilder object
       new  bedbd46   ast/ConfHandler: Add a syntax to clear variable
       new  4950268   siggen: properly close files rather than opening them inline
       new  5287991   bitbake: Initial multi-config support

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (b9a1421)
            \
             N -- N -- N   refs/heads/master-next (5287991)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omits" are not gone; other references still
refer to them.  Any revisions marked "discards" are gone forever.

The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../bitbake-user-manual-execution.xml              |   5 +-
 .../bitbake-user-manual-metadata.xml               | 242 ++++++++++++++-------
 lib/bb/utils.py                                    |   3 +-
 3 files changed, 173 insertions(+), 77 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list