[oe-commits] [openembedded-core] branch master-next updated (03b0076 -> ebcfd88)

git at git.openembedded.org git at git.openembedded.org
Tue Jul 2 09:07:12 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 03b0076  ltp: diotest4: Let kernel pick an address when calling mmap
 discard 87fbfaf  efivar: ensure that target security flags are not used to build native code
 discard 314d8a8  nss:upgrade 3.44 -> 3.44.1
 discard 6c82b47  mdam: fix mdmonitor start up failure
 discard 81ee228  image.bbclass: fix systemd_preset_all
 discard 4aee281  perl: fix Upstream-Status tags
 discard bd30cd3  unfs3: Switch to new upstream location
 discard b7d64a5  quilt: update to 0.66
 discard 56cf835  ruby: update to 2.5.5
 discard 29a151d  bc: dc: fix exit code of q command
 discard 75bc876  bison: update to 3.4.1
 discard 5e21eeb  bzip2: update to 1.0.7
 discard 8f46a03  pigz: Add debug for autobuilder errors
     add b97a5a3  bison: update to 3.4.1
     add ab16d9c  bc: dc: fix exit code of q command
     add f2c56599 ruby: update to 2.5.5
     add 73d6034  quilt: update to 0.66
     add c7d9991  unfs3: Switch to new upstream location
     add ec64419  perl: fix Upstream-Status tags
     add c9854a4  image.bbclass: fix systemd_preset_all
     add e3cd783  mdam: fix mdmonitor start up failure
     add 147c7e0  nss: upgrade 3.44 -> 3.44.1
     add f61e067  efivar: ensure that target security flags are not used to build native code
     add c49e4fd  ltp: diotest4: Let kernel pick an address when calling mmap
     new 90dd4ef  pigz: Add debug for autobuilder errors
     new 2ad4d7c  bzip2: update to 1.0.7
     new 779a368  libcap-ng: do not use symlink to share files with libcap-ng-python
     new ce3782f  scripts/contrib/ddimage: fix typo
     new 7b9c824  scripts/contrib/ddimage: replace blacklist with mount check
     new 878174f  scripts/contrib/ddimage: be explicit whether device doesn't exist or isn't writeable
     new 9d3eabc  list-packageconfig-flags: print PN instead of P
     new f144117  recipetool: ignore zero-length setup.py files
     new e4630a3  devtool: upgrade: fix handling of errors parsing upgraded recipe
     new 28983f1  busybox: 1.30.1 -> 1.31.0
     new 613aa5c  rng-tools: fix rngd blocks system shutdown
     new 669b3da  ltp: file01: Fix in was not recognized
     new dfdfa81  runqemu: Allow to store more than one lock for network interfaces
     new 35857e6  runqemu: Add support for multiple tap devices
     new 55cad7a  runqemu: Add QB_KERNEL_NO_NETWORK_CONFIG variable
     new 066e3c7  oeqa: Test bitbake --skip-setsecene
     new e33ef01  ifupdown: update to 0.8.22
     new ebcfd88  linux-firmware: bump to 20190618

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   (03b0076)
            \
             N -- N -- N   refs/heads/master-next (ebcfd88)

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 18 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/qemuboot.bbclass                      |   3 +
 meta/lib/oeqa/selftest/cases/bbtests.py            |  30 ++++
 ...inittab_1.30.1.bb => busybox-inittab_1.31.0.bb} |   0
 ...ix-two-test-case-to-also-depend-on-DC_BIG.patch |  39 -----
 .../busybox/busybox-udhcpc-no_deconfig.patch       |  60 +++----
 .../{busybox_1.30.1.bb => busybox_1.31.0.bb}       |   5 +-
 ...-don-t-rely-on-dpkg-architecture-to-set-a.patch |   8 +-
 ...-6-.defn-fix-inverted-checks-for-loopback.patch |  45 +++---
 .../{ifupdown_0.8.16.bb => ifupdown_0.8.22.bb}     |   2 +-
 .../0001-file01.sh-Fix-in-was-not-recognized.patch |  38 +++++
 meta/recipes-extended/ltp/ltp_20190115.bb          |   3 +-
 ...-firmware_git.bb => linux-firmware_20190618.bb} |   8 +-
 meta/recipes-support/libcap-ng/libcap-ng           |   1 -
 .../libcap-ng/libcap-ng-python_0.7.9.bb            |   2 +
 .../{libcap-ng-python => libcap-ng}/python.patch   |   0
 .../rng-tools/fix-rngd-fail-to-stop.patch          |  25 ---
 .../rng-tools/rng-tools/rngd.service               |   3 -
 meta/recipes-support/rng-tools/rng-tools_6.7.bb    |   5 +-
 scripts/contrib/ddimage                            |  89 +++++++++--
 scripts/contrib/list-packageconfig-flags.py        |   2 +-
 scripts/lib/devtool/upgrade.py                     |  28 ++--
 scripts/lib/recipetool/create_buildsys_python.py   |   9 +-
 scripts/runqemu                                    | 178 ++++++++++++---------
 23 files changed, 338 insertions(+), 245 deletions(-)
 rename meta/recipes-core/busybox/{busybox-inittab_1.30.1.bb => busybox-inittab_1.31.0.bb} (100%)
 delete mode 100644 meta/recipes-core/busybox/busybox/0001-dc.tests-fix-two-test-case-to-also-depend-on-DC_BIG.patch
 rename meta/recipes-core/busybox/{busybox_1.30.1.bb => busybox_1.31.0.bb} (89%)
 rename meta/recipes-core/ifupdown/{ifupdown_0.8.16.bb => ifupdown_0.8.22.bb} (96%)
 create mode 100644 meta/recipes-extended/ltp/ltp/0001-file01.sh-Fix-in-was-not-recognized.patch
 rename meta/recipes-kernel/linux-firmware/{linux-firmware_git.bb => linux-firmware_20190618.bb} (99%)
 delete mode 120000 meta/recipes-support/libcap-ng/libcap-ng
 rename meta/recipes-support/libcap-ng/{libcap-ng-python => libcap-ng}/python.patch (100%)
 delete mode 100644 meta/recipes-support/rng-tools/rng-tools/fix-rngd-fail-to-stop.patch

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


More information about the Openembedded-commits mailing list