[oe-commits] [openembedded-core] branch master-next updated (76cd050 -> 750e7af)

git at git.openembedded.org git at git.openembedded.org
Mon Sep 19 22:58:37 UTC 2016


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

  discards  76cd050   qemuboot.bbclass: don't fail on very first build
  discards  59a4cdc   externalsrc.bbclass: Make reparsing work for BBCLASSEXTENDed recipes
  discards  5df5974   kernel.bbclass: Add kernel_version_sanity_check function
  discards  27d07fc   kernel.bbclass: assign INITRAMFS_BASE_NAME using ?=
  discards  6d8dae9   dropbear: deterministic selection of system -vs- bundled libtom libs
  discards  858377b   dropbear: fix -ltomcrypt -ltommath order when using system libtom libs
  discards  38cdd58   runqemu: improve finding of rootfs, kernel and dtb
       new  62e9628   dropbear: fix -ltomcrypt -ltommath order when using system libtom libs
       new  b7c2edd   dropbear: deterministic selection of system -vs- bundled libtom libs
       new  e30c6c9   kernel.bbclass: assign INITRAMFS_BASE_NAME using ?=
       new  8344cc0   kernel.bbclass: Add kernel_version_sanity_check function
       new  712b192   externalsrc.bbclass: Make reparsing work for BBCLASSEXTENDed recipes
       new  e8dc211   qemuboot.bbclass: don't fail on very first build
       new  469a2dd   package_manager.py: Adjust error message order
       new  f4ab249   package_manager.py: Change diagnostic messages per IRC
       new  90188b7   gawk-3.1.5: fix non-glibc & gcc >= v4 builds
       new  0c68cf7   image_types: add parted-native to do_image_wic depends
       new  0bfd34d   openssh: fix potential signed overflow to enable compilation with -ftrapv
       new  722ea25   default-distrovars.inc: remove libidn from LGPLv2_WHITELIST_GPL-3.0
       new  5dd37fd   runqemu-gen-tapdevs: remove /etc/runqemu-nosudo when remove taps
       new  3e3d43e   linux-firmware: package carl9170 separately
       new  f503a5b   runqemu: improve finding of rootfs, kernel and dtb
       new  d3070f8   arch-mips: Restructure mips64 and add mips64r2
       new  50da687   boost: switch to using C++11 atomics when available
       new  81e2df6   enchant: add PACKAGECONFIG for *spell
       new  be8cc2e   oeqa/runtime/parselogs.py: Add ignore of tsc calibration fail in x86
       new  750e7af   gcc-configure: Enable initfini-array

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   (76cd050)
            \
             N -- N -- N   refs/heads/master-next (750e7af)

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 20 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:
 .../recipes-test/images/wic-image-minimal.bb       |  2 +-
 meta/classes/image_types.bbclass                   |  1 +
 meta/conf/distro/include/default-distrovars.inc    |  2 +-
 meta/conf/machine/include/mips/arch-mips.inc       | 60 -------------
 meta/conf/machine/include/tune-mips32.inc          | 22 ++++-
 meta/conf/machine/include/tune-mips64.inc          | 80 ++++++++++++++++-
 meta/conf/machine/include/tune-mips64r2.inc        | 84 ++++++++++++++++++
 meta/lib/oe/package_manager.py                     | 20 +++--
 meta/lib/oeqa/runtime/parselogs.py                 |  1 +
 ...ial-signed-overflow-in-pointer-arithmatic.patch | 99 ++++++++++++++++++++++
 meta/recipes-connectivity/openssh/openssh_7.3p1.bb |  1 +
 meta/recipes-devtools/gcc/gcc-configure-common.inc |  4 +
 ...0001-gawk-fix-non-glibc-gcc-4-compilation.patch | 67 +++++++++++++++
 meta/recipes-extended/gawk/gawk_3.1.5.bb           |  7 +-
 .../linux-firmware/linux-firmware_git.bb           |  6 +-
 ...by-default-when-BOOST_NO_CXX11_HDR_ATOMIC.patch | 59 +++++++++++++
 meta/recipes-support/boost/boost_1.61.0.bb         |  1 +
 meta/recipes-support/enchant/enchant_1.6.0.bb      | 16 ++--
 scripts/runqemu                                    | 39 ++++-----
 scripts/runqemu-gen-tapdevs                        | 46 +++++-----
 20 files changed, 494 insertions(+), 123 deletions(-)
 create mode 100644 meta/conf/machine/include/tune-mips64r2.inc
 create mode 100644 meta/recipes-connectivity/openssh/openssh/fix-potential-signed-overflow-in-pointer-arithmatic.patch
 create mode 100644 meta/recipes-extended/gawk/gawk-3.1.5/0001-gawk-fix-non-glibc-gcc-4-compilation.patch
 create mode 100644 meta/recipes-support/boost/boost/0004-Use-atomic-by-default-when-BOOST_NO_CXX11_HDR_ATOMIC.patch

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


More information about the Openembedded-commits mailing list