[oe-commits] [openembedded-core] branch master updated (9b08503 -> 3ec68a9)

git at git.openembedded.org git at git.openembedded.org
Mon Sep 5 10:57:55 UTC 2016


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

      from  9b08503   toaster: fire TaskArtifacts event
       new  3585c71   linux-yocto: introduce v4.8 recipes
       new  573d584   perf: adapt to Makefile.config
       new  2624fc4   linux-yocto-dev: bump to v4.8+
       new  253bf03   libc-headers: update to v4.8
       new  b9dd65b   linux-libc-headers: Refresh musl patches against newer kernel headers version
       new  8c5cf81   linux-yocto/4.8: add qemuarm device tree specification
       new  5871518   kernel-yocto: test for empty artifacts
       new  4b770d6   kernel-yocto: do_kernel_configme: Fix silent sysroot poisoning error
       new  cd20f6b   linux-yocto/4.x: configuration updates
       new  e0e073a   cryptodev: Add backported patches for 4.6+ kernels
       new  f5315b8   oeqa/parselogs/qemuarm: Whitelist amba and jitter for 4.8+ kernels
       new  ae865fe   oeqa/parselogs: Add qemuarm64 warning from 4.8 kernel to whitelist
       new  89457aa   linux-yocto/4.1: backport virtio HW_RANDOM_VIRTIO config
       new  33a3f2b   packagegroup-core-sdk: Disable sanitizers for mipsel
       new  d7ef5e1   packagegroup: Disable packages not available on mipsel
       new  f45a290   valgrind: Disable for MIPS Soft Float
       new  03b553e   boost: fix a musl compilation warning
       new  3e40a1d   boost: fix mips soft float compilation
       new  8ded5da   boost: fix MIPS16e compilation
       new  3982b57   e2fsprogs: packaging cleanups (compile_et & mk_cmds)
       new  1cb0eb9   ofono: RRECOMMENDS tun.ko & APN database
       new  6f4786f   build-perf-test-wrapper.sh: fix handling of -C argument
       new  3ec68a9   sysstat: 11.3.5 -> 11.4.0

The 23 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/kernel-yocto.bbclass                  |  12 +-
 meta/conf/distro/include/tcmode-default.inc        |   2 +-
 meta/lib/oeqa/runtime/parselogs.py                 |  12 +-
 meta/recipes-connectivity/ofono/ofono.inc          |   1 +
 .../packagegroups/packagegroup-core-sdk.bb         |   1 +
 .../packagegroup-core-tools-profile.bb             |   2 +
 meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.bb  |  12 +-
 meta/recipes-devtools/valgrind/valgrind_3.11.0.bb  |   4 +
 .../{sysstat_11.3.5.bb => sysstat_11.4.0.bb}       |   4 +-
 meta/recipes-kernel/cryptodev/cryptodev.inc        |   4 +-
 .../06d6b560c6e45dc317dae47c74706fa43f4a31d8.patch |  54 ++++
 .../cb186f682679383e8b5806240927903730ce85d9.patch | 279 +++++++++++++++++++++
 ...mpat.h-fix-some-issues-arising-from-in6.h.patch |  31 +--
 ...t.h-prevent-redefinition-of-struct-ethhdr.patch |  25 +-
 ...remove-inclusion-of-sysinfo.h-in-kernel.h.patch |  11 +-
 .../linux-libc-headers/linux-libc-headers_4.8.bb   |  13 +
 meta/recipes-kernel/linux/linux-yocto-dev.bb       |   4 +-
 meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb    |   2 +-
 meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb    |   2 +-
 ...linux-yocto-rt_4.1.bb => linux-yocto-rt_4.8.bb} |  12 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb  |   2 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb  |   2 +-
 ...x-yocto-tiny_4.4.bb => linux-yocto-tiny_4.8.bb} |  12 +-
 meta/recipes-kernel/linux/linux-yocto_4.1.bb       |   2 +-
 meta/recipes-kernel/linux/linux-yocto_4.4.bb       |   2 +-
 .../{linux-yocto_4.4.bb => linux-yocto_4.8.bb}     |  26 +-
 meta/recipes-kernel/perf/perf.bb                   |   9 +-
 ...detail-socket_types.hpp-fix-poll.h-includ.patch |  49 ++++
 ...execution_monitor.hpp-fix-mips-soft-float.patch | 145 +++++++++++
 ...ips-assembly-doesn-t-compile-in-mips16e-m.patch |  60 +++++
 meta/recipes-support/boost/boost_1.61.0.bb         |   3 +
 scripts/contrib/build-perf-test-wrapper.sh         |   4 +-
 32 files changed, 720 insertions(+), 83 deletions(-)
 rename meta/recipes-extended/sysstat/{sysstat_11.3.5.bb => sysstat_11.4.0.bb} (53%)
 create mode 100644 meta/recipes-kernel/cryptodev/files/06d6b560c6e45dc317dae47c74706fa43f4a31d8.patch
 create mode 100644 meta/recipes-kernel/cryptodev/files/cb186f682679383e8b5806240927903730ce85d9.patch
 create mode 100644 meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.8.bb
 copy meta/recipes-kernel/linux/{linux-yocto-rt_4.1.bb => linux-yocto-rt_4.8.bb} (78%)
 copy meta/recipes-kernel/linux/{linux-yocto-tiny_4.4.bb => linux-yocto-tiny_4.8.bb} (56%)
 copy meta/recipes-kernel/linux/{linux-yocto_4.4.bb => linux-yocto_4.8.bb} (57%)
 create mode 100644 meta/recipes-support/boost/boost/0001-boost-asio-detail-socket_types.hpp-fix-poll.h-includ.patch
 create mode 100644 meta/recipes-support/boost/boost/0002-boost-test-execution_monitor.hpp-fix-mips-soft-float.patch
 create mode 100644 meta/recipes-support/boost/boost/0003-smart_ptr-mips-assembly-doesn-t-compile-in-mips16e-m.patch

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


More information about the Openembedded-commits mailing list