[oe-commits] [openembedded-core] branch master-next updated (9cb89ff -> 87abb4d)

git at git.openembedded.org git at git.openembedded.org
Sun Feb 17 22:25:24 UTC 2019


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

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

 discard 9cb89ff  scripts/resulttool: enable manual execution and result creation
 discard 7e41fe5  resulttool: enable merge, store, report and regression analysis
     new 420b8d9  busybox: 1.29.3 -> 1.30.1
     new 4d4ff0d  libc-package.bbclass: Correct a few paths for when usrmerge is used
     new 6b0042a  libc-package.bbclass: Only extract wanted files in prep_locale_tree()
     new f60b396  libc-package.bbclass: Add a progress meter for the package task
     new 85680f1  kernel-fitimage.bbclass: Fix the dependency issue while generating fitimage_initramfs
     new f37a12f  scripts/oe-git-archive: Separate out functionality to library function
     new 95ae3d9  glib-2.0: Improve shared-mime-info dependency handling
     new 974c25b  resulttool: enable merge, store, report and regression analysis
     new 4087d85  scripts/resulttool: enable manual execution and result creation
     new 5911e99  resulttool: Tweaks on top of Ee Peng's base patchset
     new 31fb7c6  resulttool: Add ptest report
     new b82c392  resulttool: Clean up help text
     new 87abb4d  resulttool: Update to use gitarchive library function

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   (9cb89ff)
            \
             N -- N -- N   refs/heads/master-next (87abb4d)

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 13 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:
 meta/classes/kernel-fitimage.bbclass               |   2 +-
 meta/classes/libc-package.bbclass                  |  18 +-
 meta/lib/oeqa/utils/gitarchive.py                  | 173 ++++++++++++++
 ...inittab_1.29.3.bb => busybox-inittab_1.30.1.bb} |   0
 ...te-check-CONFIG_DESKTOP-before-using-od-t.patch |  83 -------
 ...-testsuite-check-uudecode-before-using-it.patch |   6 +-
 meta/recipes-core/busybox/busybox/defconfig        | 191 +++++++--------
 .../{busybox_1.29.3.bb => busybox_1.30.1.bb}       |   5 +-
 meta/recipes-core/glib-2.0/glib.inc                |   8 +-
 scripts/lib/resulttool/manualexecution.py          |   8 +-
 scripts/lib/resulttool/merge.py                    |  69 ++----
 scripts/lib/resulttool/regression.py               | 256 ++++++++-------------
 scripts/lib/resulttool/report.py                   | 139 ++++++-----
 scripts/lib/resulttool/resultsutils.py             |  67 ------
 scripts/lib/resulttool/resultutils.py              | 106 +++++++++
 scripts/lib/resulttool/store.py                    | 136 +++++------
 .../resulttool/template/test_report_full_text.txt  |  33 ++-
 scripts/oe-git-archive                             | 166 +------------
 scripts/resulttool                                 |   7 +-
 19 files changed, 689 insertions(+), 784 deletions(-)
 create mode 100644 meta/lib/oeqa/utils/gitarchive.py
 rename meta/recipes-core/busybox/{busybox-inittab_1.29.3.bb => busybox-inittab_1.30.1.bb} (100%)
 delete mode 100644 meta/recipes-core/busybox/busybox/0001-testsuite-check-CONFIG_DESKTOP-before-using-od-t.patch
 rename meta/recipes-core/busybox/{busybox_1.29.3.bb => busybox_1.30.1.bb} (89%)
 delete mode 100644 scripts/lib/resulttool/resultsutils.py
 create mode 100644 scripts/lib/resulttool/resultutils.py

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


More information about the Openembedded-commits mailing list