[oe-commits] [openembedded-core] branch master updated (5e21afc -> 0174152)

git at git.openembedded.org git at git.openembedded.org
Thu Dec 22 08:50:48 UTC 2016


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

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

The 25 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