[oe-commits] [openembedded-core] branch master-next updated (d038347 -> 425afe2)

git at git.openembedded.org git at git.openembedded.org
Thu Dec 22 08:51:02 UTC 2016


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

  discards  d038347   lib/oe/utils: Drop python2 compatibility code
  discards  65c56af   libgcc-common: Don't apply symlinks for nativesdk
  discards  d5bc0e4   bitbake.conf: Add inclusion of BB_CURRENT_MC.conf after local.conf
  discards  4082ad1   uninative: Parameterise the use of STAGING_DIR
      adds  99000d8   ruby: upgrade to 2.3.3
      adds  99d1199   systemd: point to correct resolv.conf when resolved is enabled
      adds  fbdfb39   Revert "subversion: fix "svnadmin create" fail on x86"
      adds  e18820c   apr: fix off_t size can't match when configure and in target glibc
      adds  803b5fa   wic: look for wks files in <layer>/wic
      adds  06127d0   devtool: modify: fix usage on the kernel
      adds  cd1f6fb   openssl: Add support for many MIPS configurations
      adds  e723dbb   arch-mips: Add MIPS 64r6 N32 tune
      adds  302124c   x264: Fix build on mips architectures
      adds  ee0b0da   gnutls: Do not use libunistring prefix
      adds  f2a0463   oeqa/utils/commands.py: allow use of binaries from native sysroot
      adds  fdd217b   wic: add --fixed-size wks option
      adds  bead9e5   initscripts: populate-volatile: don't run commands in background
      adds  8c873b4   wic: add kickstart file for MPC8315
      adds  e97b75f   shared-mime-info 1.6 -> 1.8
      adds  8a024cb   gstreamer1.0-libav: Fix build on mips64
      adds  c7bc46b   kernel: Fix symlinks
      adds  b53e432   selftest/wic: adding Testopia ID numbers to test cases missing it
      adds  5ba2183   selftest/wic: code cleanup
      adds  f290a2c   selftest/wic: reorganizing test methods by functionality
      adds  b4d52c3   selftest/wic: extending test coverage for WIC script options
      adds  f6344f2   glew: build for EGL in non-X11 distros
      adds  765ee27   initscripts: populate-volatile: suppress read-only-rootfs warnings
      adds  6c99065   packagegroup-core-standalone-sdk-target: add libssp
      adds  0174152   ncurses.inc: add v6 binconfig-disabled entries
       new  779422c   uninative: Parameterise the use of STAGING_DIR
       new  a6a3894   bitbake.conf: Add inclusion of BB_CURRENT_MC.conf after local.conf
       new  b2c1e1f   libgcc-common: Don't apply symlinks for nativesdk
       new  425afe2   lib/oe/utils: Drop python2 compatibility code

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   (d038347)
            \
             N -- N -- N   refs/heads/master-next (425afe2)

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 4 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/classes/binconfig-disabled.bbclass            |   1 +
 meta/classes/insane.bbclass                        |   2 +
 meta/classes/kernel.bbclass                        |   6 +-
 meta/classes/siteinfo.bbclass                      |   2 +
 meta/conf/machine/include/tune-mips64r6.inc        |  26 ++
 meta/lib/oeqa/selftest/wic.py                      | 370 +++++++++++++--------
 meta/lib/oeqa/utils/commands.py                    |   9 +-
 meta/recipes-connectivity/openssl/openssl.inc      |  24 +-
 .../initscripts-1.0/populate-volatile.sh           |   8 +-
 meta/recipes-core/ncurses/ncurses.inc              |   5 +-
 .../packagegroup-core-standalone-sdk-target.bb     |   5 +
 meta/recipes-core/systemd/systemd_232.bb           |  11 +-
 .../ruby/{ruby_2.3.1.bb => ruby_2.3.3.bb}          |   4 +-
 .../0001-fix-svnadmin-create-fail-on-x86.patch     |  56 ----
 .../subversion/subversion_1.9.5.bb                 |   1 -
 meta/recipes-graphics/glew/glew_2.0.0.bb           |  19 +-
 meta/recipes-kernel/linux/linux-dtb.inc            |   4 +-
 .../gstreamer1.0-libav}/mips64_cpu_detection.patch |   8 +-
 .../gstreamer/gstreamer1.0-libav_1.10.1.bb         |   1 +
 meta/recipes-multimedia/x264/x264_git.bb           |   1 +
 ..._t-size-doesn-t-match-in-glibc-when-cross.patch |  76 +++++
 meta/recipes-support/apr/apr_1.5.2.bb              |   1 +
 meta/recipes-support/gnutls/gnutls.inc             |   1 +
 .../shared-mime-info/shared-mime-info_1.6.bb       |   7 -
 .../shared-mime-info/shared-mime-info_1.8.bb       |   7 +
 scripts/lib/devtool/standard.py                    |   2 +
 scripts/lib/wic/canned-wks/mpc8315e-rdb.wks        |   6 +
 scripts/lib/wic/engine.py                          |   7 +-
 scripts/lib/wic/help.py                            |  14 +-
 scripts/lib/wic/imager/direct.py                   |   2 +-
 scripts/lib/wic/ksparser.py                        |  41 ++-
 scripts/lib/wic/partition.py                       |  88 +++--
 scripts/lib/wic/utils/partitionedfs.py             |   2 +-
 33 files changed, 538 insertions(+), 279 deletions(-)
 rename meta/recipes-devtools/ruby/{ruby_2.3.1.bb => ruby_2.3.3.bb} (89%)
 delete mode 100644 meta/recipes-devtools/subversion/subversion/0001-fix-svnadmin-create-fail-on-x86.patch
 copy meta/recipes-multimedia/{ffmpeg/ffmpeg => gstreamer/gstreamer1.0-libav}/mips64_cpu_detection.patch (86%)
 create mode 100644 meta/recipes-support/apr/apr/0001-apr-fix-off_t-size-doesn-t-match-in-glibc-when-cross.patch
 delete mode 100644 meta/recipes-support/shared-mime-info/shared-mime-info_1.6.bb
 create mode 100644 meta/recipes-support/shared-mime-info/shared-mime-info_1.8.bb
 create mode 100644 scripts/lib/wic/canned-wks/mpc8315e-rdb.wks

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


More information about the Openembedded-commits mailing list