[oe-commits] [openembedded-core] branch master-next updated (434b485 -> 98e921b)

git at git.openembedded.org git at git.openembedded.org
Wed Apr 5 11:39:30 UTC 2017


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

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

    from 434b485  runtime/dnf : Add ID to the dnf test cases
     new 79ae1e9  xmlto: replace fedorahosted.org SRC_URI with pagure.io source
     new bbe3cde  libuser: replace fedorahosted.org SRC_URI with pagure.io source
     new b85905b  libnewt: replace fedorahosted.org SRC_URI with pagure.io source
     new 441ad24  liberation-fonts: replace fedorahosted.org SRC_URI with pagure.io source
     new b070317  cronie: replace fedorahosted.org SRC_URI with github.com source
     new 9b3c919  selftest/recipetool: replace fedorahosted.org SRC_URI with github.com source
     new 0fb5427  chkconfig: replace fedorahosted.org SRC_URI with github.com source
     new df2e1a8  update_gio_module_cache: Do not chown a non-existing file
     new 9414382  scripts: Add yocto-compat-layer-wrapper
     new 402ef1c  yocto-compat-layer.py: Add status for skipped items
     new 57fc8a9  yocto-compat-layer.py: Add --dependency argument
     new 6e0a268  compatlayer/__init__.py: Allow add_layer to process recursive deps
     new 4eb0932  yocto-compat-layer.py: Fix the signature validation
     new f84d0bd  scripts/oe-build-perf-report: better guessing of args
     new 79b90ae  scripts/oe-build-perf-report: fix 'charts ready' console message
     new 0a05ccf  scripts/oe-build-perf-report: fix typo
     new be3d171  build-perf-test-wrapper.sh: make it possible to specify Git branch name
     new ed43b2d  build-perf-test-wrapper.sh: correctly check test script exit status
     new d8e14df  build-perf-test-wrapper.sh: support pushing to remote Git
     new 46e76ff  build-perf-test-wrapper.sh: support sending email reports
     new e75bd6a  Revert "filemap: remove FilemapSeek class"
     new f0425c0  wic: improve error message
     new 4b667d2  quilt: Fix paths for patch and perl
     new 3b1871b  libjpeg-turbo: don't depend on NASM for non-x86 targets
     new 02a76f3  u-boot: Add bc-native to DEPENDS to fix u-boot/spl build.
     new b5f471b  yocto-uninative: Update to the 1.6 release
     new 3f1be2c  libxml2: make dependencies on python conditional
     new 0375178  selftest/devtool: skip test in case of poky-tiny distro
     new 612e62c  oe-selftest: test wic sparse_copy API
     new 15a732a  ethtool: Switch to download mirror
     new 72088ae  busybox.inc: drop comment explaining '-e MAKEFLAGS=' in EXTRA_OEMAKE
     new 7d60a36  net-tools: Fix build with USE_NLS="no"
     new 98e921b  glibc: fix nativesdk ldd RTLDLIST

The 33 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/conf/distro/include/yocto-uninative.inc       |   6 +-
 meta/lib/oeqa/selftest/devtool.py                  |   2 +
 meta/lib/oeqa/selftest/recipetool.py               |   8 +-
 meta/lib/oeqa/selftest/wic.py                      |  26 ++
 meta/recipes-bsp/u-boot/u-boot_2017.01.bb          |   2 +-
 meta/recipes-core/busybox/busybox.inc              |   1 -
 meta/recipes-core/glibc/glibc-ld.inc               |   1 +
 meta/recipes-core/libxml/libxml2_2.9.4.bb          |  20 +-
 meta/recipes-devtools/quilt/quilt-native.inc       |   3 +-
 meta/recipes-devtools/quilt/quilt.inc              |   9 +-
 ...0001-tests-Allow-different-output-from-mv.patch |  29 ++
 meta/recipes-devtools/quilt/quilt_0.65.bb          |  10 -
 meta/recipes-devtools/xmlto/xmlto_0.0.28.bb        |   4 +-
 .../recipes-extended/chkconfig/chkconfig_1.3.58.bb |  12 +-
 meta/recipes-extended/cronie/cronie_1.5.1.bb       |   6 +-
 meta/recipes-extended/ethtool/ethtool_4.8.bb       |   2 +-
 meta/recipes-extended/libuser/libuser_0.62.bb      |   6 +-
 .../net-tools/net-tools_1.60-26.bb                 |  14 +-
 meta/recipes-extended/newt/libnewt_0.52.19.bb      |   4 +-
 meta/recipes-graphics/jpeg/libjpeg-turbo_1.5.1.bb  |  10 +-
 .../ttf-fonts/liberation-fonts_1.04.bb             |   4 +-
 scripts/contrib/build-perf-test-wrapper.sh         |  70 ++++-
 scripts/lib/build_perf/html/measurement_chart.html |   6 +-
 scripts/lib/build_perf/html/report.html            |   5 +-
 scripts/lib/compatlayer/__init__.py                |  47 +++-
 scripts/lib/wic/filemap.py                         | 313 +++++++++++++++++----
 scripts/lib/wic/utils/misc.py                      |   2 +-
 scripts/oe-build-perf-report                       |   4 +-
 .../postinst-intercepts/update_gio_module_cache    |   6 +-
 scripts/yocto-compat-layer-wrapper                 |  27 ++
 scripts/yocto-compat-layer.py                      |  47 +++-
 31 files changed, 548 insertions(+), 158 deletions(-)
 create mode 100644 meta/recipes-devtools/quilt/quilt/0001-tests-Allow-different-output-from-mv.patch
 create mode 100755 scripts/yocto-compat-layer-wrapper

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


More information about the Openembedded-commits mailing list