[oe-commits] [openembedded-core] branch master updated (20c6e87 -> 784a837)

git at git.openembedded.org git at git.openembedded.org
Sat Mar 4 23:19:47 UTC 2017


This is an automated email from the git hooks/post-receive script.

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

    from 20c6e87  testsdk: Fix lockfile patch
     add e8f07d2  linux-yocto: introduce 4.10 recipes
     add 4e50f18  libc-headers: introduce 4.10 and set as default
     add 7e30a0d  linux-yocto-dev: add virtio fragment for virtio targets
     add 4b144b5  gcc-runtime: Add libmpx supprt for x86
     add 6ab4f0c  cryptodev: update to handle 4.10 kernel API
     add f7d9e33  wic: setup logging in the main wic module
     add cdd6675  wic: use wic logger in core modules
     add adeacb4  wic: use wic logger in imager direct plugin
     add 19a868e  wic: use wic logger in wic source plugins
     add 8fdceee  wic: remove msger module
     add 808c70b  wic: move errors module
     add b7c19f1  wic: raise WicError in main module
     add 1b11437  wic: raise WicError in core modules
     add 92e8c81  wic: raise WicError in wic plugins
     add b952076  wic: raise WicError instead of ImageError and CreatorError
     add 15442d0  wic: move WicError to lib/wic/__init__.py
     add cbe7dbd  wic: use PluginMgr directly
     add aaab003  wic: remove PluginMgr.get_source_plugins
     add 875d4ee  wic: reimplement PluginMgr.get_plugin_methods
     add 9b8c69c  wic: reimplement PluginMgr.get_plugins
     add 808451f  wic: pluginbase: use python 3 metaclass syntax
     add 87031c9  wic: throw exception if required API is not implemented
     add efcd07f  wic: remove PluginMgr.get_plugin_methods
     add 95ba37b  wic: plugin: cache results in get_plugins
     add 244585b  wic: move PluginMgr class to pluginbase
     add 68df14e  wic: pluginbase: use global dictionary
     add 06f976c  wic: use 2 sysroots to find native executable
     add fc94fed  wic: use image recipe sysroot as default
     add 3e78aa9  wic: exec_native_cmd: improve debug message
     add d994340  wic: exec_native_cmd: fix undefined variable error
     add 243ccd6  wic: add WKS_FILE_DEPENDS variable
     add 7a51560  wic: raise WicError instead of calling logger.error
     add 6d7e57c  wic: bootimg-pcbios: add support for syslinux vesamenu
     add 95bf0af  wic: add more targets to directdisk syslinux config
     add 8df5e73  create_npm.py: convert MIT/X11 to MIT
     add 3c4291b  lib/oe/package.py: remove @ from package name
     add 3912770  scripts/lib/create_npm: rewrite see license in eula
     add c0cfd9b  scripts/lib/create_npm: handle AND and OR in licenses
     add d7f0af5  scripts/lib/create_npm: handle Public Domain licenses
     add ab8d1a7  scripts/runqemu: Add always ttyS1 when no serial options are specified
     add 3f68b5c  scripts/runqemu: avoid overridden user input for bootparams
     add 1aa9099  build-perf-test-wrapper.sh: support xml report format
     add e14596a  yocto-compat-layer.py: Add script to YP Compatible Layer validation
     add a905df2  bitbake.conf: replace USE_LDCONFIG with new "ldconfig" distro feature
     add 5a7f2f9  arch-mips: Fix tune configuration for mipsisa64r6el-n32-nf
     add f031aa7  no-static-libs: add missing leading space when using "_append"
     add 0e949b7  ptest.bbclass: use BPN in PTEST_PATH for multilib
     add 2940340  autotools.bbclass: delete the extra varflag set for autotools_copy_aclocals
     add 0131abe  update-alternatives.bbclass: Disable for mingw32 targets
     add 7df031e  package.bbclass: Add SHLIB detection support for mingw targets
     add 1b6a3c1  kernel.bbclass: Give sanity check function an opt-out variable
     new e26bed8  buildhistory.bbclass: use tabs as separator in installed-package-sizes.txt
     new ead8a8e  gcc-source: add comment explaining why a function is Python
     new be95558  mesa: Upgrade 13.0.4 -> 17.0.0
     new f57ec88  libgpg-error: correctly configure on mips64
     new 45a5253  libgpg-error: Don't replace the syscfg header for mingw32
     new 7776b51  lttng-modules: update to 2.9.1
     new 54bd5f7  lttng-tools: update to 2.9.4
     new 7b73fbc  guile: fix a bashism
     new faff19f  systemd: check "ldconfig" distro feature when setting PACKAGECONFIG
     new aa06a18  gstreamer1.0-omx_1.2.0: remove recipe
     new 8e756a8  linux-libc-headers: Add inherit of pkgconfig
     new f7d4375  u-boot: Fix handling of CMD_LICENSE in u-boot-mkimage
     new 6c95fbf  tzcode-native: update to 2017a
     new 784a837  tzdata: update to 2017a

The 14 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:
 .../recipes-test/images/wic-image-minimal.bb       |   2 +-
 meta/classes/autotools.bbclass                     |   1 -
 meta/classes/buildhistory.bbclass                  |   2 +-
 meta/classes/image_types_wic.bbclass               |   2 +
 meta/classes/kernel.bbclass                        |   6 +-
 meta/classes/package.bbclass                       |  26 ++-
 meta/classes/ptest.bbclass                         |   2 +-
 meta/classes/update-alternatives.bbclass           |   4 +
 meta/conf/bitbake.conf                             |   2 +-
 meta/conf/distro/include/no-static-libs.inc        |   2 +-
 meta/conf/distro/include/tcmode-default.inc        |   2 +-
 meta/conf/machine/include/tune-mips64r6.inc        |   2 +-
 meta/lib/oe/package.py                             |   1 +
 meta/recipes-bsp/u-boot/u-boot-mkimage_2017.01.bb  |   2 +-
 meta/recipes-core/glibc/glibc-package.inc          |   9 +-
 meta/recipes-core/systemd/systemd_232.bb           |   3 +-
 meta/recipes-devtools/gcc/gcc-runtime.inc          |  21 ++-
 meta/recipes-devtools/gcc/gcc-source.inc           |   2 +
 meta/recipes-devtools/guile/guile_2.0.14.bb        |   2 +-
 ...code-native_2016j.bb => tzcode-native_2017a.bb} |   8 +-
 .../tzdata/{tzdata_2016j.bb => tzdata_2017a.bb}    |   4 +-
 meta/recipes-gnome/gcr/gcr_3.20.0.bb               |   4 -
 meta/recipes-gnome/libsecret/libsecret_0.18.5.bb   |   5 -
 .../mesa/{mesa-gl_13.0.4.bb => mesa-gl_17.0.0.bb}  |   0
 meta/recipes-graphics/mesa/mesa.inc                |  11 +-
 .../mesa/{mesa_13.0.4.bb => mesa_17.0.0.bb}        |   7 +-
 meta/recipes-kernel/cryptodev/cryptodev.inc        |   3 +-
 .../cryptodev/files/kernel-4-10-changes.patch      |  57 ++++++
 .../linux-libc-headers/linux-libc-headers.inc      |   2 +-
 ...c-headers_4.9.bb => linux-libc-headers_4.10.bb} |   4 +-
 meta/recipes-kernel/linux/linux-yocto-dev.bb       |   2 +
 ...inux-yocto-rt_4.8.bb => linux-yocto-rt_4.10.bb} |  10 +-
 ...-yocto-tiny_4.8.bb => linux-yocto-tiny_4.10.bb} |  10 +-
 .../{linux-yocto_4.8.bb => linux-yocto_4.10.bb}    |  28 +--
 ...tng-modules_2.9.0.bb => lttng-modules_2.9.1.bb} |   4 +-
 .../utils-remove-bogus-interpreter.patch           |  35 ----
 .../{lttng-tools_2.9.3.bb => lttng-tools_2.9.4.bb} |   8 +-
 .../gstreamer/gstreamer1.0-omx_1.2.0.bb            |  11 --
 meta/recipes-sato/webkit/webkitgtk_2.14.5.bb       |   5 -
 .../libgpg-error/libgpg-error_1.26.bb              |  13 +-
 scripts/contrib/build-perf-test-wrapper.sh         |   7 +-
 scripts/lib/compatlayer/__init__.py                | 163 ++++++++++++++++
 scripts/lib/compatlayer/case.py                    |   7 +
 .../compatlayer/cases}/__init__.py                 |   0
 scripts/lib/compatlayer/cases/bsp.py               |  26 +++
 scripts/lib/compatlayer/cases/common.py            |  66 +++++++
 scripts/lib/compatlayer/cases/distro.py            |  26 +++
 scripts/lib/compatlayer/context.py                 |  14 ++
 scripts/lib/recipetool/create_npm.py               |  21 ++-
 scripts/lib/wic/__init__.py                        |  20 ++
 .../canned-wks/directdisk-bootloader-config.cfg    |  28 ++-
 scripts/lib/wic/engine.py                          |  34 ++--
 scripts/lib/wic/help.py                            |  19 +-
 scripts/lib/wic/ksparser.py                        |   7 +-
 scripts/lib/wic/msger.py                           | 209 ---------------------
 scripts/lib/wic/partition.py                       |  95 +++++-----
 scripts/lib/wic/plugin.py                          | 151 ---------------
 scripts/lib/wic/pluginbase.py                      |  71 +++++--
 scripts/lib/wic/plugins/imager/direct.py           | 100 +++++-----
 scripts/lib/wic/plugins/source/bootimg-efi.py      |  52 ++---
 .../lib/wic/plugins/source/bootimg-partition.py    |  25 +--
 scripts/lib/wic/plugins/source/bootimg-pcbios.py   |  59 +++---
 scripts/lib/wic/plugins/source/fsimage.py          |  14 +-
 .../lib/wic/plugins/source/isoimage-isohybrid.py   |  79 ++++----
 scripts/lib/wic/plugins/source/rawcopy.py          |  12 +-
 scripts/lib/wic/plugins/source/rootfs.py           |  21 ++-
 .../lib/wic/plugins/source/rootfs_pcbios_ext.py    |  54 +++---
 scripts/lib/wic/utils/errors.py                    |  29 ---
 scripts/lib/wic/utils/misc.py                      |  43 +++--
 scripts/lib/wic/utils/runner.py                    |  12 +-
 scripts/runqemu                                    |  18 +-
 scripts/wic                                        | 106 +++++------
 scripts/yocto-compat-layer.py                      | 153 +++++++++++++++
 73 files changed, 1161 insertions(+), 904 deletions(-)
 rename meta/recipes-extended/tzcode/{tzcode-native_2016j.bb => tzcode-native_2017a.bb} (69%)
 rename meta/recipes-extended/tzdata/{tzdata_2016j.bb => tzdata_2017a.bb} (98%)
 rename meta/recipes-graphics/mesa/{mesa-gl_13.0.4.bb => mesa-gl_17.0.0.bb} (100%)
 rename meta/recipes-graphics/mesa/{mesa_13.0.4.bb => mesa_17.0.0.bb} (74%)
 create mode 100644 meta/recipes-kernel/cryptodev/files/kernel-4-10-changes.patch
 rename meta/recipes-kernel/linux-libc-headers/{linux-libc-headers_4.9.bb => linux-libc-headers_4.10.bb} (66%)
 copy meta/recipes-kernel/linux/{linux-yocto-rt_4.8.bb => linux-yocto-rt_4.10.bb} (80%)
 copy meta/recipes-kernel/linux/{linux-yocto-tiny_4.8.bb => linux-yocto-tiny_4.10.bb} (59%)
 copy meta/recipes-kernel/linux/{linux-yocto_4.8.bb => linux-yocto_4.10.bb} (58%)
 rename meta/recipes-kernel/lttng/{lttng-modules_2.9.0.bb => lttng-modules_2.9.1.bb} (89%)
 delete mode 100644 meta/recipes-kernel/lttng/lttng-tools/utils-remove-bogus-interpreter.patch
 rename meta/recipes-kernel/lttng/{lttng-tools_2.9.3.bb => lttng-tools_2.9.4.bb} (95%)
 delete mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.2.0.bb
 create mode 100644 scripts/lib/compatlayer/__init__.py
 create mode 100644 scripts/lib/compatlayer/case.py
 copy scripts/{pybootchartgui/pybootchartgui => lib/compatlayer/cases}/__init__.py (100%)
 create mode 100644 scripts/lib/compatlayer/cases/bsp.py
 create mode 100644 scripts/lib/compatlayer/cases/common.py
 create mode 100644 scripts/lib/compatlayer/cases/distro.py
 create mode 100644 scripts/lib/compatlayer/context.py
 delete mode 100644 scripts/lib/wic/msger.py
 delete mode 100644 scripts/lib/wic/plugin.py
 delete mode 100644 scripts/lib/wic/utils/errors.py
 create mode 100755 scripts/yocto-compat-layer.py

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


More information about the Openembedded-commits mailing list