[oe-commits] [bitbake] branch master-next updated (358a387 -> 933fad9)

git at git.openembedded.org git at git.openembedded.org
Fri Jun 2 13:05:43 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 358a387  siggen: Make calc_taskhash match get_taskhash for file checksums
     new c11b483  siggen: Make calc_taskhash match get_taskhash for file checksums
     new 22bb7c9  ConfHandler: Require whitespace between export and variable name
     new d2cf67b  bitbake: Fix return value checks from subprocess.call()'s
     new b35b015  bitbake-layers: check layer dependencies before adding
     new 8a026e1  cooker: fix undefined dep in generatePkgDepTreeData
     new 933fad9  tinfoil: allow extra features to be passed to prepare

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   (358a387)
            \
             N -- N -- N   refs/heads/master-next (933fad9)

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 6 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:
 bin/bitbake-layers                   |  1 +
 lib/bb/cooker.py                     |  4 ++--
 lib/bb/parse/parse_py/ConfHandler.py |  2 +-
 lib/bb/tests/parse.py                | 23 ++++++++++++++++++++++-
 lib/bb/tinfoil.py                    |  5 ++++-
 lib/bb/ui/ncurses.py                 |  2 +-
 lib/bb/utils.py                      |  2 +-
 lib/bblayers/action.py               | 26 ++++++++++++++++++++++----
 8 files changed, 54 insertions(+), 11 deletions(-)

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


More information about the Openembedded-commits mailing list