[oe-commits] [openembedded-core] branch rocko updated (39ffa0f -> 8c9ee40)

git at git.openembedded.org git at git.openembedded.org
Tue Sep 26 10:06:18 UTC 2017


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

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

    from 39ffa0f  qemurunner: print tail qemu log in case bootlog is empty
     add a83dd65  linux-firmware: bump to latest linux-firmware git revision
     add bdd20c2  goarch.bbclass: fixups for Go mips32 support
     add 5d84042  go: disable PIE flags for cgo
     add 8a6b6c7  go_1.9: remove obsolete overrides
     add f080daf  go: Fix build with -buildmode=pie
     add 9c1ec61  systemd: move org.freedesktop.machine1.conf to systemd-container
     add dbc0eaf  meta: drop True option to getVar calls
     add b848c3c  scripts: drop True option to getVar calls
     add 3b827ef  libgcrypt: fix CVE-2017-0379
     add 00420ec  wic: Add option to not change fstab
     add 98d9d89  core-image-sato-sdk-ptest: reduce size
     add 5301712  sign_rpm.bbclass: force rpm serial signing
     add f28e813  selftest/cases/runtime_test: ignore removal errors when cleaning temporary gpg directory
     add bcc8560  curl: Added option to enable http2 protocol.
     add 364b369  arch-x86: Add x86-x32 to MACHINEOVERRIDES
     add 6046b9a  wic: remove systemd-boot for x32
     add 8c9ee40  systemd-boot: Should not build x32

No new revisions were added by this update.

Summary of changes:
 meta/classes/buildhistory.bbclass                  |   2 +-
 meta/classes/go.bbclass                            |   3 +
 meta/classes/goarch.bbclass                        |  12 +-
 meta/classes/image_types_wic.bbclass               |   1 +
 meta/classes/rootfs-postcommands.bbclass           |   2 +-
 meta/classes/sign_rpm.bbclass                      |   6 +
 meta/classes/staging.bbclass                       |  14 +-
 meta/conf/bitbake.conf                             |   2 +-
 meta/conf/machine/include/x86/arch-x86.inc         |   1 +
 meta/lib/oe/package_manager.py                     |   2 +-
 meta/lib/oeqa/selftest/cases/runtime_test.py       |  10 +-
 meta/recipes-core/meta/wic-tools.bb                |   1 +
 meta/recipes-core/systemd/systemd-boot_234.bb      |   1 +
 meta/recipes-core/systemd/systemd_234.bb           |   2 +-
 meta/recipes-devtools/go/go-1.9.inc                |   1 +
 ...dmode-pie-forces-external-linking-mode-on.patch |  47 ++++++
 meta/recipes-devtools/go/go-cross.inc              |   2 +-
 meta/recipes-devtools/go/go-crosssdk.inc           |   2 +-
 meta/recipes-devtools/go/go-native.inc             |   2 +-
 meta/recipes-devtools/go/go-target.inc             |   5 +-
 meta/recipes-devtools/go/go_1.9.bb                 |   2 -
 meta/recipes-devtools/llvm/llvm_git.bb             |   4 +-
 meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.36.8.bb |   2 +-
 .../linux-firmware/linux-firmware_git.bb           |  11 +-
 .../images/core-image-sato-sdk-ptest.bb            |   5 +
 meta/recipes-support/curl/curl_7.54.1.bb           |   2 +-
 .../0005-ecc-Add-input-validation-for-X25519.patch | 158 +++++++++++++++++++++
 meta/recipes-support/libgcrypt/libgcrypt_1.8.0.bb  |   1 +
 scripts/lib/checklayer/__init__.py                 |   8 +-
 scripts/lib/devtool/deploy.py                      |   8 +-
 scripts/lib/wic/help.py                            |   7 +-
 scripts/lib/wic/plugins/imager/direct.py           |   6 +-
 scripts/wic                                        |   2 +
 33 files changed, 290 insertions(+), 44 deletions(-)
 create mode 100644 meta/recipes-devtools/go/go-1.9/0009-cmd-go-buildmode-pie-forces-external-linking-mode-on.patch
 create mode 100644 meta/recipes-support/libgcrypt/files/0005-ecc-Add-input-validation-for-X25519.patch

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


More information about the Openembedded-commits mailing list