[oe-commits] [openembedded-core] branch master updated (0791c4d -> a5439ff)

git at git.openembedded.org git at git.openembedded.org
Tue Aug 28 09:32:29 UTC 2018


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

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

    from 0791c4d  utils.bbclass: fix KeyError exception
     new d4eaf42  package.bbclass: only one hardlink of separated debug info file in each directory
     new 6a7ed8b  blktrace: Security fix CVE-2018-10689
     new 8645c04  busybox/mdev-mount.sh: Fix partition detect and cleanup mountpoint on fail
     new 27e2ede  terminal.bbclass: use var-SHELL as the shebang of wrapper script
     new b6801f9  bluez5: Fix ptest hang
     new 22af59c  sstate.bbclass: make SSTATE_PRUNE_OBSOLETEWORKDIR could be overwritten
     new 88cc5d4  cairo: merge cairo-fpu.inc into cairo.inc
     new f668491  cairo: merge cairo.inc into cairo recipe
     new 2f06c9e  linux-yocto/4.14: rt: Revert mm/vmstat.c: fix vmstat_update() preemption BUG
     new 2f43139  linux-yocto/standard: enable bpf configs in standard kernel
     new 21de5cc  classes/kernel-yocto: Cleanup getstatusoutput usage
     new 4933b68  kernel-yocto: restore BSP audit visibility
     new 320f77b  linux-yocto: add qemuarm64 preempt-rt BSP definition
     new 408daaa  linux-yocto/4.12: update to v4.12.28
     new a08dac3  linux-yocto/4.14: update to v4.14.62
     new 8a0c315  linux-yocto: add selftest and security configuration blocks
     new f63965c  lttng: uprev to 2.10.7
     new e08069b  linux-yocto: introduce 4.18 recipes
     new c36a5e2  libc-headers: update to 4.18
     new e12f9e7  qemu/bsp: update 4.15 preferred versions to 4.18
     new 104d07e  selftest/package: Add package separated debug symbols hardlink test
     new a5439ff  cpan.bbclass: make RPATH fix more general

The 22 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:
 .../selftest-hardlink/selftest-hardlink.bb         |  22 ++-
 .../selftest-hardlink/selftest-hardlink/gdb.sh     |   8 ++
 meta/classes/cpan.bbclass                          |  10 ++
 meta/classes/kernel-yocto.bbclass                  |  44 +++++-
 meta/classes/package.bbclass                       |  11 +-
 meta/classes/sstate.bbclass                        |   2 +-
 meta/classes/terminal.bbclass                      |   3 +-
 meta/conf/distro/include/tcmode-default.inc        |   2 +-
 meta/conf/machine/include/x86-base.inc             |   2 +-
 meta/conf/machine/qemuarm.conf                     |   2 +-
 meta/lib/oeqa/selftest/cases/package.py            |  39 +++++-
 meta/recipes-connectivity/bluez5/bluez5.inc        |   1 +
 .../bluez5/0001-test-gatt-Fix-hung-issue.patch     |  43 ++++++
 meta/recipes-core/busybox/files/mdev-mount.sh      |   4 +-
 .../perl/libxml-parser-perl_2.44.bb                |   7 -
 meta/recipes-graphics/cairo/cairo-fpu.inc          |   6 -
 meta/recipes-graphics/cairo/cairo.inc              |  49 -------
 meta/recipes-graphics/cairo/cairo_1.14.12.bb       |  75 ++++++++---
 .../blktrace/blktrace/CVE-2018-10689.patch         | 150 +++++++++++++++++++++
 meta/recipes-kernel/blktrace/blktrace_git.bb       |   1 +
 .../kern-tools/kern-tools-native_git.bb            |   2 +-
 .../linux-libc-headers/linux-libc-headers.inc      |   4 +-
 ...eaders_4.15.7.bb => linux-libc-headers_4.18.bb} |   5 +-
 meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb   |   6 +-
 meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb   |   6 +-
 meta/recipes-kernel/linux/linux-yocto-rt_4.15.bb   |   2 +-
 ...nux-yocto-rt_4.14.bb => linux-yocto-rt_4.18.bb} |  12 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb |   6 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb |   6 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.15.bb |   2 +-
 ...yocto-tiny_4.14.bb => linux-yocto-tiny_4.18.bb} |  11 +-
 meta/recipes-kernel/linux/linux-yocto_4.12.bb      |  20 +--
 meta/recipes-kernel/linux/linux-yocto_4.14.bb      |  20 +--
 meta/recipes-kernel/linux/linux-yocto_4.15.bb      |   2 +-
 meta/recipes-kernel/linux/linux-yocto_4.18.bb      |  48 +++++++
 ...g-modules_2.10.6.bb => lttng-modules_2.10.7.bb} |   6 +-
 36 files changed, 480 insertions(+), 159 deletions(-)
 create mode 100755 meta-selftest/recipes-test/selftest-hardlink/selftest-hardlink/gdb.sh
 create mode 100644 meta/recipes-connectivity/bluez5/bluez5/0001-test-gatt-Fix-hung-issue.patch
 delete mode 100644 meta/recipes-graphics/cairo/cairo-fpu.inc
 delete mode 100644 meta/recipes-graphics/cairo/cairo.inc
 create mode 100644 meta/recipes-kernel/blktrace/blktrace/CVE-2018-10689.patch
 rename meta/recipes-kernel/linux-libc-headers/{linux-libc-headers_4.15.7.bb => linux-libc-headers_4.18.bb} (75%)
 copy meta/recipes-kernel/linux/{linux-yocto-rt_4.14.bb => linux-yocto-rt_4.18.bb} (81%)
 copy meta/recipes-kernel/linux/{linux-yocto-tiny_4.14.bb => linux-yocto-tiny_4.18.bb} (65%)
 create mode 100644 meta/recipes-kernel/linux/linux-yocto_4.18.bb
 rename meta/recipes-kernel/lttng/{lttng-modules_2.10.6.bb => lttng-modules_2.10.7.bb} (85%)

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


More information about the Openembedded-commits mailing list