[oe-commits] [openembedded-core] branch master updated (2eae91f -> f59e729)

git at git.openembedded.org git at git.openembedded.org
Wed Aug 23 11:08:17 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 2eae91f  ghostscript: CVE-2017-9727, -9835, -11714
     add 59d294f  kernel-yocto: configuration updates: x86 features
     add 538d2f0  linux-yocto/4.1: fix fsl-ls10xx sdhci
     add 5322eef  linux-yocto: add usb-net configs by default
     add 4e5044b  linux-yocto: introduce 4.12 recipes
     add 1a25cea  linux-yocto: remove 4.1 recipes
     add 4b5cce1  libc-headers: update to 4.12
     add c58df63  qemu: bump default version to 4.12
     add 44aea7b  kernel-yocto: ensure that only valid BSPs are built
     add 6cfd520  linux-yocto/4.10: CVE & misc fixes
     add 2a044f1  python2.7: improve reproducibility
     add d4564ee  kernel.bbclass: external toolchain fix
     add c1b73fe  oe/path.py: copyhardlinktree: don't overwrite existing symlinks
     add 8291156  build-appliance-image: include proxy on pip3 installation
     add 80bc828  meta: move some text from oe-setup-builddir to conf-notes.txt
     add 879bd0f  pkgconf: add recipe
     add 8a6f5a2  valgrind: improvements for run-ptest
     add 2a5966c  linux-firmware: package iwlfifi-3160-[10-17] firmware
     add f1414d6  linux-firmware: package ibt-firmware
     add 9c84ca8  initscripts: split sushell into sub package
     add 0e4e43e  systemd: add dependency on initscripts-sushell for selinux
     new 5f3dbcf  systemd-machine-units: import last recipe from meta-systemd
     new 4ba9a6f  oeqa/parselogs: Ignore device node warnings on mips
     new f59e729  runqemu: Use virtio to mount cdrom drives

The 3 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:
 meta/classes/kernel-yocto.bbclass                  |   3 +
 meta/classes/kernel.bbclass                        |   7 +-
 meta/conf/conf-notes.txt                           |   5 +
 meta/conf/distro/include/tcmode-default.inc        |   2 +-
 meta/conf/machine/include/x86-base.inc             |   2 +-
 meta/conf/machine/qemuarm.conf                     |   2 +-
 meta/files/common-licenses/pkgconf                 |  10 +
 meta/lib/oe/path.py                                |   2 +-
 meta/lib/oeqa/runtime/cases/parselogs.py           |   2 +
 meta/lib/oeqa/selftest/cases/runqemu.py            |   2 +-
 .../images/build-appliance-image_15.0.0.bb         |   6 +-
 meta/recipes-core/initscripts/initscripts_1.0.bb   |   5 +-
 .../systemd/systemd-machine-units_1.0.bb           |  13 ++
 meta/recipes-core/systemd/systemd_234.bb           |   2 +-
 ...imal-tweaks-to-compile-with-Visual-C-2015.patch | 224 +++++++++++++++++++++
 .../0001-stdinc.h-fix-build-with-mingw.patch       |  48 +++++
 .../pkgconf}/pkg-config-esdk.in                    |   0
 .../pkgconf}/pkg-config-native.in                  |   1 -
 .../pkgconf/pkgconf/pkg-config-wrapper             |  16 ++
 meta/recipes-devtools/pkgconf/pkgconf_1.3.7.bb     |  73 +++++++
 ...pport_SOURCE_DATE_EPOCH_in_py_compile_2.7.patch |  34 ++++
 meta/recipes-devtools/python/python_2.7.13.bb      |   1 +
 meta/recipes-devtools/valgrind/valgrind/run-ptest  |  19 +-
 .../kern-tools/kern-tools-native_git.bb            |   2 +-
 .../linux-firmware/linux-firmware_git.bb           |  47 +++++
 ...-headers_4.10.bb => linux-libc-headers_4.12.bb} |   4 +-
 meta/recipes-kernel/linux/linux-yocto-rt_4.10.bb   |   4 +-
 ...inux-yocto-rt_4.1.bb => linux-yocto-rt_4.12.bb} |  12 +-
 meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb    |   2 +-
 meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb    |   2 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.10.bb |   4 +-
 ...-yocto-tiny_4.1.bb => linux-yocto-tiny_4.12.bb} |  12 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb  |   2 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb  |   2 +-
 meta/recipes-kernel/linux/linux-yocto_4.10.bb      |  18 +-
 .../{linux-yocto_4.1.bb => linux-yocto_4.12.bb}    |  26 +--
 meta/recipes-kernel/linux/linux-yocto_4.4.bb       |   2 +-
 meta/recipes-kernel/linux/linux-yocto_4.9.bb       |   2 +-
 scripts/oe-setup-builddir                          |   7 -
 scripts/runqemu                                    |   2 +-
 40 files changed, 559 insertions(+), 70 deletions(-)
 create mode 100644 meta/files/common-licenses/pkgconf
 create mode 100644 meta/recipes-core/systemd/systemd-machine-units_1.0.bb
 create mode 100644 meta/recipes-devtools/pkgconf/pkgconf/0001-Minimal-tweaks-to-compile-with-Visual-C-2015.patch
 create mode 100644 meta/recipes-devtools/pkgconf/pkgconf/0001-stdinc.h-fix-build-with-mingw.patch
 copy meta/recipes-devtools/{pkgconfig/pkgconfig => pkgconf/pkgconf}/pkg-config-esdk.in (100%)
 copy meta/recipes-devtools/{pkgconfig/pkgconfig => pkgconf/pkgconf}/pkg-config-native.in (71%)
 create mode 100755 meta/recipes-devtools/pkgconf/pkgconf/pkg-config-wrapper
 create mode 100644 meta/recipes-devtools/pkgconf/pkgconf_1.3.7.bb
 create mode 100644 meta/recipes-devtools/python/python/support_SOURCE_DATE_EPOCH_in_py_compile_2.7.patch
 rename meta/recipes-kernel/linux-libc-headers/{linux-libc-headers_4.10.bb => linux-libc-headers_4.12.bb} (71%)
 rename meta/recipes-kernel/linux/{linux-yocto-rt_4.1.bb => linux-yocto-rt_4.12.bb} (76%)
 rename meta/recipes-kernel/linux/{linux-yocto-tiny_4.1.bb => linux-yocto-tiny_4.12.bb} (52%)
 rename meta/recipes-kernel/linux/{linux-yocto_4.1.bb => linux-yocto_4.12.bb} (56%)

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


More information about the Openembedded-commits mailing list