[oe-commits] [openembedded-core] branch master-next updated (f538473 -> 65425bc)

git at git.openembedded.org git at git.openembedded.org
Thu Jul 28 20:55:53 UTC 2016


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

  discards  f538473   Revert "selftest/runtime-test.py: Add test for import test from other layers"
  discards  8734af7   selftest/runtime-test.py: Add test for import test from other layers
  discards  00751eb   Revert "classes/testimage: When image is systemd enable debug log level"
  discards  906ba69   classes/testimage: When image is systemd enable debug log level
  discards  a70f3f9   Revert "rootfs_rpm: allow for simultaneous do_rootfs tasks with rpm"
  discards  dced73d   rootfs_rpm: allow for simultaneous do_rootfs tasks with rpm
       new  da191d5   useradd.bbclass: Fix delete user/group when more than one item
       new  9291c5d   recipetool: create: fix greedy regex that broke support for github tarballs
       new  d8d01f4   oe-selftest: recipetool: add tests for git URL mangling
       new  d51f9dd   oe-selftest: export test results via xmlrunner
       new  e7b2362   oe-selftest: simplifying log filenames
       new  eeb0a91   Revert "lttng-tools: filter random filename of ptest output"
       new  bb44ef7   avahi-ui: use PACKAGECONFIG for gtk features
       new  6cc3aea   screen: add back the patch for parallel build
       new  e8f13a8   busybox: fix for syslog service in systemd
       new  1d260e2   busybox: handle syslog
       new  c268dca   uncovered: list uncovered python modules
       new  271b5e8   bash: add patch to build w/ -Wformat-security
       new  ca603a2   qemu: add patch to add mips 24KEc CPU definition
       new  6990b47   tune-mips-24k: add QEMU_EXTRAOPTIONS for DSP and MIPS16e cores
       new  dd09eb0   sysprof: clean up FILES
       new  2793087   menu-cache: remove spurious dependency on intltool
       new  5538a2f   binutils: Cache gettext api version 1 and 2 support
       new  434030d   update-rc.d: Correct trivial typo in DESCRIPTION line.
       new  4d7a523   connman: upgrade to 1.33
       new  a5e9a0b   libsolv: upgrade to 0.6.23
       new  2420fad   libtasn1: upgrade to 4.9
       new  060b2a0   wayland-protocols: upgrade to 1.5
       new  495bfcb   dropbear: upgrade to 2016.74
       new  54bfcba   glew: upgrade to 2.0.0
       new  8836a63   libgpg-error: upgrade to 1.24
       new  66784af   libassuan: upgrade to 2.4.3
       new  e5e4b44   cmake: upgrade to 3.6.1
       new  8998a63   selftest/runtime-test.py: Add test for import test from other layers
       new  d493163   gstreamer1.0-plugins-bad: add missing wayland-native dependency
       new  1893f1f   systemd-boot: use lnr instead of ln --relative
       new  0f83c51   linux-yocto/4.4: bump to v4.4.15
       new  989d3a3   linux-yocto/4.1: bump to v4.1.28
       new  f231d3e   linux-yocto/4.1: bug fixes and configuration changes
       new  652ad22   linux-yocto/4.4: lx-dialog and mei bug fixes
       new  eb719d5   linux-yocto/4.4: mousedev and printk configuation streamlining
       new  f4d7fb7   python-numpy: upgrade to 1.11.1
       new  8bd6939   cronie: upgrade to 1.5.1
       new  d236c42   python-git: Upgrade python-git and python3-git to 2.0.7
       new  32e2fda   tcf-agent: update to 1.4_neon_bugfix branch
       new  c21b5d4   xorg-xserver: upgrade xserver version from 1.18.3 to 1.18.4
       new  3817a70   python-setuptools: Upgrade to v 25.1.0
       new  7a47739   oeqa/runtime/syslog.py: Improve test_syslog_logger
       new  1a7d622   busybox-syslog.default: When systemd is enabled don't use circular buffer
       new  02e264c   classes/testimage: When image is systemd, enable debug log level
       new  c6c828b   oeqa/runtime/syslog: test_syslog_logger Don't try to use logread when systemd is enabled
       new  5c3416c   oeqa/utils/commands.py: Command class improve validations/decoding in output
       new  42e2c65   useradd-staticids.bbclass: trigger reparsing when table files change
       new  d9ae981   readline: don't install readline C examples
       new  65425bc   linux-yocto/4.4: update to -r19

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   (f538473)
            \
             N -- N -- N   refs/heads/master-next (65425bc)

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 49 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:
 meta-selftest/lib/oeqa/runtime/selftest.json       |  6 +++
 meta-selftest/lib/oeqa/runtime/selftest.py         | 31 ++++++++++++
 meta/classes/testimage.bbclass                     |  5 +-
 meta/classes/useradd-staticids.bbclass             | 13 +++++
 meta/classes/useradd.bbclass                       | 22 +++++---
 meta/conf/machine/include/mips/tune-mips-24k.inc   |  6 +++
 meta/lib/oeqa/runtime/syslog.py                    |  9 +++-
 meta/lib/oeqa/selftest/recipetool.py               | 43 ++++++++++++++++
 .../selftest/{testexport.py => runtime-test.py}    | 20 ++++++++
 meta/lib/oeqa/utils/commands.py                    |  5 +-
 ...per-instead-of-looking-for-relative-opti.patch} | 26 +++++-----
 meta/recipes-bsp/systemd-boot/systemd-boot.bb      |  2 +
 meta/recipes-connectivity/avahi/avahi-ui_0.6.32.bb |  4 +-
 meta/recipes-connectivity/avahi/avahi.inc          | 10 ++--
 .../connman/{connman_1.32.bb => connman_1.33.bb}   |  4 +-
 meta/recipes-core/busybox/busybox.inc              | 23 ++++++---
 .../busybox/files/busybox-klogd.service.in         |  4 +-
 .../busybox/files/busybox-syslog.default           |  2 +-
 .../busybox/files/busybox-syslog.service.in        |  7 ++-
 meta/recipes-core/dropbear/dropbear_2016.73.bb     |  7 ---
 meta/recipes-core/dropbear/dropbear_2016.74.bb     |  7 +++
 meta/recipes-core/readline/readline.inc            |  2 +
 meta/recipes-core/update-rc.d/update-rc.d_0.7.bb   |  2 +-
 meta/recipes-devtools/binutils/binutils_2.26.bb    |  4 ++
 ...cmake-native_3.5.2.bb => cmake-native_3.6.1.bb} |  0
 meta/recipes-devtools/cmake/cmake.inc              |  4 +-
 .../cmake/{cmake_3.5.2.bb => cmake_3.6.1.bb}       |  0
 ...thon-numpy_1.11.0.bb => python-numpy_1.11.1.bb} |  4 +-
 meta/recipes-devtools/python/python-git.inc        |  3 ++
 .../{python-git_2.0.5.bb => python-git_2.0.7.bb}   |  3 --
 meta/recipes-devtools/python/python-setuptools.inc |  6 +--
 ...tools_22.0.5.bb => python-setuptools_25.1.0.bb} |  0
 .../{python3-git_1.0.2.bb => python3-git_2.0.7.bb} |  3 --
 meta/recipes-devtools/qemu/qemu.inc                |  1 +
 ...0001-target-mips-add-24KEc-CPU-definition.patch | 54 ++++++++++++++++++++
 meta/recipes-devtools/tcf-agent/tcf-agent_git.bb   |  6 +--
 ...1-help-fix-printf-format-security-warning.patch | 35 +++++++++++++
 meta/recipes-extended/bash/bash_4.3.30.bb          |  1 +
 .../cronie/{cronie_1.5.0.bb => cronie_1.5.1.bb}    |  4 +-
 .../{libsolv_0.6.22.bb => libsolv_0.6.23.bb}       |  2 +-
 .../screen/0001-fix-for-multijob-build.patch       | 58 ++++++++++++++++++++++
 meta/recipes-extended/screen/screen_4.4.0.bb       |  1 +
 .../glew/{glew_1.13.0.bb => glew_2.0.0.bb}         |  4 +-
 .../menu-cache/menu-cache_1.0.1.bb                 |  2 +-
 ...d-protocols_1.4.bb => wayland-protocols_1.5.bb} |  4 +-
 ...erver-xorg_1.18.3.bb => xserver-xorg_1.18.4.bb} |  4 +-
 meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb    |  6 +--
 meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb    |  6 +--
 meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb  |  6 +--
 meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb  |  6 +--
 meta/recipes-kernel/linux/linux-yocto_4.1.bb       | 20 ++++----
 meta/recipes-kernel/linux/linux-yocto_4.4.bb       | 20 ++++----
 ...ls-filter-random-filename-of-tests-output.patch | 55 --------------------
 meta/recipes-kernel/lttng/lttng-tools_git.bb       |  1 -
 meta/recipes-kernel/sysprof/sysprof_git.bb         |  5 +-
 .../gstreamer/gstreamer1.0-plugins-bad.inc         |  2 +-
 .../gnutls/{libtasn1_4.8.bb => libtasn1_4.9.bb}    |  4 +-
 .../{libassuan_2.4.2.bb => libassuan_2.4.3.bb}     |  4 +-
 .../{libgpg-error_1.23.bb => libgpg-error_1.24.bb} |  4 +-
 scripts/contrib/uncovered                          | 39 +++++++++++++++
 scripts/lib/recipetool/create.py                   |  2 +-
 scripts/oe-selftest                                | 33 ++++++++++--
 62 files changed, 494 insertions(+), 182 deletions(-)
 create mode 100644 meta-selftest/lib/oeqa/runtime/selftest.json
 create mode 100644 meta-selftest/lib/oeqa/runtime/selftest.py
 rename meta/lib/oeqa/selftest/{testexport.py => runtime-test.py} (74%)
 copy meta/{recipes-core/systemd/systemd/0007-use-lnr-wrapper-instead-of-looking-for-relative-opti.patch => recipes-bsp/systemd-boot/files/0001-use-lnr-wrapper-instead-of-looking-for-relative-opti.patch} (77%)
 rename meta/recipes-connectivity/connman/{connman_1.32.bb => connman_1.33.bb} (76%)
 delete mode 100644 meta/recipes-core/dropbear/dropbear_2016.73.bb
 create mode 100644 meta/recipes-core/dropbear/dropbear_2016.74.bb
 rename meta/recipes-devtools/cmake/{cmake-native_3.5.2.bb => cmake-native_3.6.1.bb} (100%)
 rename meta/recipes-devtools/cmake/{cmake_3.5.2.bb => cmake_3.6.1.bb} (100%)
 rename meta/recipes-devtools/python-numpy/{python-numpy_1.11.0.bb => python-numpy_1.11.1.bb} (95%)
 rename meta/recipes-devtools/python/{python-git_2.0.5.bb => python-git_2.0.7.bb} (59%)
 rename meta/recipes-devtools/python/{python-setuptools_22.0.5.bb => python-setuptools_25.1.0.bb} (100%)
 rename meta/recipes-devtools/python/{python3-git_1.0.2.bb => python3-git_2.0.7.bb} (61%)
 create mode 100644 meta/recipes-devtools/qemu/qemu/0001-target-mips-add-24KEc-CPU-definition.patch
 create mode 100644 meta/recipes-extended/bash/bash/0001-help-fix-printf-format-security-warning.patch
 rename meta/recipes-extended/cronie/{cronie_1.5.0.bb => cronie_1.5.1.bb} (95%)
 rename meta/recipes-extended/libsolv/{libsolv_0.6.22.bb => libsolv_0.6.23.bb} (93%)
 create mode 100644 meta/recipes-extended/screen/screen/0001-fix-for-multijob-build.patch
 rename meta/recipes-graphics/glew/{glew_1.13.0.bb => glew_2.0.0.bb} (90%)
 rename meta/recipes-graphics/wayland/{wayland-protocols_1.4.bb => wayland-protocols_1.5.bb} (85%)
 rename meta/recipes-graphics/xorg-xserver/{xserver-xorg_1.18.3.bb => xserver-xorg_1.18.4.bb} (86%)
 delete mode 100644 meta/recipes-kernel/lttng/lttng-tools/0001-lttng-tools-filter-random-filename-of-tests-output.patch
 rename meta/recipes-support/gnutls/{libtasn1_4.8.bb => libtasn1_4.9.bb} (81%)
 rename meta/recipes-support/libassuan/{libassuan_2.4.2.bb => libassuan_2.4.3.bb} (87%)
 rename meta/recipes-support/libgpg-error/{libgpg-error_1.23.bb => libgpg-error_1.24.bb} (92%)
 create mode 100755 scripts/contrib/uncovered

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


More information about the Openembedded-commits mailing list