[oe-commits] [openembedded-core] branch master updated (20aea61 -> 14c291e)

git at git.openembedded.org git at git.openembedded.org
Tue Dec 18 16:20:34 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 20aea61  gcc: Drop 7.3 since 8.2 is working fine for us
     new b7ddaea  linux-yocto: remove obselete options from lxc config
     new bd754db  linux-yocto/4.14: configuration cleanups
     new a757e06  linux-yocto/4.18: -rt sync and config cleanups
     new dc11aab  linux-yocto/tiny: switch default branch to standard/tiny/base
     new bd066bf  linux-yocto/tiny: restore qemuarm support
     new d88ce94  linux-yocto/4.18: bug fixes and configuration tweaks
     new 9c7770c  linux-yocto/4.18: update to v4.18.17
     new 01a2f1c  linux-yocto/4.14: update to v4.14.79
     new e09309a  linux-yocto/4.18: integrate CVE fixes
     new 77939f8  linux-yocto/4.18: update to v4.18.20
     new d52d68a  linux-yocto: introduce 4.19 recipes
     new d4a806d  linux-yocto/4.19: configuration cleanups
     new 275a2bb  linux-yocto: drop 4.14 recipes
     new 40d6b10  linux-yocto/4.19: update to v4.19.8
     new 39afea5  linux-yocto/4.18: update to v4.18.21
     new b476d1c  kern-tools: tools/kconf_check: modify grep pattern
     new c4e273f  linux-yocto: configuration updates (virtio and tpm)
     new 863e520  linux-yocto: correct qemumips64el definition
     new b964551  go: Upgrade 1.11.1 -> 1.11.4 minor release
     new 381c63a  systemd: Fix memory use after free errors
     new a62085b  kernel-devsrc: fix usrmerge install path
     new 59be925  libxcrypt: Upgrade to 4.4.1 release
     new 98536be  defaultsetup: Include maintainers.inc by default
     new 1e03261  oeqa/selftest/distrodata: Drop now unneeded distrodata inherit
     new 22447eb  upstream-tracking.inc: Remove the long deprecated file
     new 83d0049  scripts/distro: Remove as using obsolete APIs and need re-implementing sanely
     new 6e2a488  distrodata: Remove
     new 14c291e  gcc-runtime: Add missing libc dependency

The 28 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/distrodata.bbclass                    | 427 ---------------------
 meta/conf/distro/defaultsetup.conf                 |   1 +
 meta/conf/distro/include/upstream_tracking.inc     |  24 --
 meta/lib/oeqa/selftest/cases/distrodata.py         |   1 -
 .../files/0001-Add-x32-specific-inline-asm.patch   |  42 ++
 .../{libxcrypt_4.1.1.bb => libxcrypt_4.4.1.bb}     |   8 +-
 ...l-Don-t-pass-null-directive-argument-to-s.patch |  31 ++
 ...Fix-use-after-free-case-in-load_from_path.patch |  43 +++
 meta/recipes-core/systemd/systemd_239.bb           |   2 +
 meta/recipes-devtools/gcc/gcc-runtime.inc          |   6 +-
 meta/recipes-devtools/go/go-1.11.inc               |   7 +-
 ...07-cmd-go-make-GOROOT-precious-by-default.patch |   6 +-
 .../0008-use-GOBUILDMODE-to-set-buildmode.patch    |  13 +-
 .../kern-tools/kern-tools-native_git.bb            |   2 +-
 meta/recipes-kernel/linux/kernel-devsrc.bb         |   2 +-
 meta/recipes-kernel/linux/linux-yocto-rt_4.18.bb   |   6 +-
 ...nux-yocto-rt_4.14.bb => linux-yocto-rt_4.19.bb} |  14 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.18.bb |  13 +-
 ...yocto-tiny_4.14.bb => linux-yocto-tiny_4.19.bb} |  16 +-
 meta/recipes-kernel/linux/linux-yocto_4.14.bb      |  47 ---
 meta/recipes-kernel/linux/linux-yocto_4.18.bb      |  20 +-
 .../{linux-yocto_4.18.bb => linux-yocto_4.19.bb}   |  40 +-
 scripts/distro/build-recipe-list.py                | 129 -------
 scripts/distro/distrocompare.sh                    | 123 ------
 24 files changed, 197 insertions(+), 826 deletions(-)
 delete mode 100644 meta/classes/distrodata.bbclass
 delete mode 100644 meta/conf/distro/include/upstream_tracking.inc
 create mode 100644 meta/recipes-core/libxcrypt/files/0001-Add-x32-specific-inline-asm.patch
 rename meta/recipes-core/libxcrypt/{libxcrypt_4.1.1.bb => libxcrypt_4.4.1.bb} (70%)
 create mode 100644 meta/recipes-core/systemd/systemd/0001-sysctl-Don-t-pass-null-directive-argument-to-s.patch
 create mode 100644 meta/recipes-core/systemd/systemd/0002-core-Fix-use-after-free-case-in-load_from_path.patch
 rename meta/recipes-kernel/linux/{linux-yocto-rt_4.14.bb => linux-yocto-rt_4.19.bb} (77%)
 rename meta/recipes-kernel/linux/{linux-yocto-tiny_4.14.bb => linux-yocto-tiny_4.19.bb} (53%)
 delete mode 100644 meta/recipes-kernel/linux/linux-yocto_4.14.bb
 copy meta/recipes-kernel/linux/{linux-yocto_4.18.bb => linux-yocto_4.19.bb} (50%)
 delete mode 100755 scripts/distro/build-recipe-list.py
 delete mode 100755 scripts/distro/distrocompare.sh

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


More information about the Openembedded-commits mailing list