[oe-commits] [bitbake] branch master-next updated (85751e9 -> 92c49b9)

git at git.openembedded.org git at git.openembedded.org
Fri Jun 9 16:28:34 UTC 2017


This is an automated email from the git hooks/post-receive script.

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

 discard 85751e9  cookerdata: Implement LAYERSERIES_COMPAT and LAYERSERIES_CORENAMES
     add 57d4977  cookerdata: fix variable history not showing in bitbake -e with memres
     add fe4f348  cooker: fix file changes not triggering task re-execution with memres
     add 74d2ef9  cooker: set config valid flags in initConfigurationData()
     add 8ad31a3  cooker: add BB_CMDLINE to enable access to UI command line with memres
     add a322f13  command / cooker: drop Hob support commands and functions
     add 8a5bae7  tinfoil: fix duplication of log messages
     add 66d8667  knotty: prevent extra logger from being enabled for tinfoil
     add 9bd96cf  bitbake-user-manual-metadata.xml: fix a typo
     new 92c49b9  cookerdata: Implement LAYERSERIES_COMPAT and LAYERSERIES_CORENAMES

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   (85751e9)
            \
             N -- N -- N   refs/heads/master-next (92c49b9)

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 "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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


Summary of changes:
 .../bitbake-user-manual-metadata.xml               |   2 +-
 lib/bb/command.py                                  |  63 +-----
 lib/bb/cooker.py                                   | 222 ++-------------------
 lib/bb/cookerdata.py                               |   4 +-
 lib/bb/main.py                                     |   4 +-
 lib/bb/msg.py                                      |   7 +
 lib/bb/tinfoil.py                                  |   3 +-
 lib/bb/ui/knotty.py                                |   5 +-
 8 files changed, 40 insertions(+), 270 deletions(-)

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


More information about the Openembedded-commits mailing list