[oe-commits] [openembedded-core] branch master-next updated (d4b17e8 -> 1e87283)

git at git.openembedded.org git at git.openembedded.org
Tue Nov 21 13:12:35 UTC 2017


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

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

    from d4b17e8  qemu.inc: Drop rng-tools
     add 4ff12a8  icu: CVE-2017-14952
     add a0104e4  insane.bbclass: add microblaze-*-elf to machine dictionary
     add 634d1ed  siteinfo.bbclass: Add microblaze(eb/el) linux site info targets
     add def626a  site/microblaze-linux: Add MicroBlaze linux site info
     add 8b8c40b  linux-firmware: Remove iwlwifi-8000C-19 SRC_URI
     add ae62a99  recipetool: create: fix failure handling included dicts
     add 638b4ac  mesa: Upgrade to 17.2.5
     add 9839de8  iproute2: upgrade to 4.13
     add 8cbf552  autoconf-archive: inherit allarch and fix package splitting
     add c76d6f2  e2fsprogs: 1.43.5 -> 1.43.7
     add 4231e23  file: 5.31 -> 5.32
     add d138c3c  git: 2.13.3 -> 2.15.0
     add 5d148d3  liberror-perl: 0.17024 -> 0.17025
     add bd6bd5f  logrotate: 3.12.3 -> 3.13.0
     add 14620d2  less: 487 -> 527
     add 2702506  libsdl2: 2.0.5 -> 2.0.7
     add 481bceb  strace: 4.18 -> 4.19
     add dede6d3  net-tools: correctly set COPTS and LOPTS
     add 0d6e837  go: Use right dynamic linker on musl
     add 58af8c2  base: add automatic dependency on xz-native for .txz SRC_URI
     add 6447697  runqemu: Ensure we process all tap devices
     add 87719e3  qemu: Add patch to avoid qemuppc boot hangs
     add e8648a0  classes/cross: Add addto_recipe_sysroot task to cross recipes
     add dfc7940  runqemu: Improve relative path handling in qemuconf files
     add 55a0028  qemuboot: Improve relative path handling
     add 1e87283  qemurunner: Simplify binary data handling

No new revisions were added by this update.

Summary of changes:
 meta/classes/base.bbclass                          |   2 +-
 meta/classes/cross.bbclass                         |   5 +
 meta/classes/insane.bbclass                        |   3 +
 meta/classes/qemuboot.bbclass                      |   8 +-
 meta/classes/siteinfo.bbclass                      |   4 +
 meta/lib/oeqa/utils/qemurunner.py                  |  20 ++--
 ...nclude-stdint.h-explicitly-for-UINT16_MAX.patch |  32 ------
 .../iproute2/0001-ip-Remove-unneed-header.patch    |  16 +--
 .../iproute2/0001-iproute2-de-bash-scripts.patch   |  11 +-
 .../{iproute2_4.11.0.bb => iproute2_4.13.0.bb}     |   5 +-
 .../autoconf-archive_2016.09.16.bb                 |   6 +-
 .../e2fsprogs/e2fsprogs/reproducible-doc.patch     |  21 ----
 .../{e2fsprogs_1.43.5.bb => e2fsprogs_1.43.7.bb}   |   3 +-
 .../recipes-devtools/file/file/debian-742262.patch |   7 +-
 .../file/{file_5.31.bb => file_5.32.bb}            |   2 +-
 meta/recipes-devtools/git/git_2.13.3.bb            |  11 --
 meta/recipes-devtools/git/git_2.15.0.bb            |  11 ++
 meta/recipes-devtools/go/go-1.9.inc                |   2 +
 .../go/go-1.9/set-external-linker.patch            | 111 +++++++++++++++++++++
 ...or-perl_0.17024.bb => liberror-perl_0.17025.bb} |   4 +-
 meta/recipes-devtools/qemu/qemu/ppc_locking.patch  | 105 +++++++++++++++++++
 meta/recipes-devtools/qemu/qemu_2.10.1.bb          |   1 +
 .../strace/strace/Makefile-ptest.patch             |  17 ++--
 .../strace/{strace_4.18.bb => strace_4.19.bb}      |   4 +-
 .../less/{less_487.bb => less_527.bb}              |   4 +-
 .../{logrotate_3.12.3.bb => logrotate_3.13.0.bb}   |   4 +-
 .../net-tools/net-tools_1.60-26.bb                 |  14 +--
 .../libsdl2/libsdl2/fix-build-failure-on-ppc.patch |  50 ----------
 .../recipes-graphics/libsdl2/libsdl2/linkage.patch |  46 ---------
 .../libsdl2/{libsdl2_2.0.5.bb => libsdl2_2.0.7.bb} |   8 +-
 .../mesa/{mesa-gl_17.2.4.bb => mesa-gl_17.2.5.bb}  |   0
 .../mesa/{mesa_17.2.4.bb => mesa_17.2.5.bb}        |   4 +-
 .../linux-firmware/linux-firmware_git.bb           |   8 --
 meta/recipes-support/icu/icu/CVE-2017-14952.patch  |  28 ++++++
 meta/recipes-support/icu/icu_59.1.bb               |   1 +
 meta/site/microblaze-linux                         |  54 ++++++++++
 scripts/lib/recipetool/create_buildsys_python.py   |   2 +
 scripts/runqemu                                    |   4 +-
 38 files changed, 391 insertions(+), 247 deletions(-)
 delete mode 100644 meta/recipes-connectivity/iproute2/iproute2/0001-include-stdint.h-explicitly-for-UINT16_MAX.patch
 rename meta/recipes-connectivity/iproute2/{iproute2_4.11.0.bb => iproute2_4.13.0.bb} (66%)
 delete mode 100644 meta/recipes-devtools/e2fsprogs/e2fsprogs/reproducible-doc.patch
 rename meta/recipes-devtools/e2fsprogs/{e2fsprogs_1.43.5.bb => e2fsprogs_1.43.7.bb} (97%)
 rename meta/recipes-devtools/file/{file_5.31.bb => file_5.32.bb} (96%)
 delete mode 100644 meta/recipes-devtools/git/git_2.13.3.bb
 create mode 100644 meta/recipes-devtools/git/git_2.15.0.bb
 create mode 100644 meta/recipes-devtools/go/go-1.9/set-external-linker.patch
 rename meta/recipes-devtools/perl/{liberror-perl_0.17024.bb => liberror-perl_0.17025.bb} (83%)
 create mode 100644 meta/recipes-devtools/qemu/qemu/ppc_locking.patch
 rename meta/recipes-devtools/strace/{strace_4.18.bb => strace_4.19.bb} (93%)
 rename meta/recipes-extended/less/{less_487.bb => less_527.bb} (89%)
 rename meta/recipes-extended/logrotate/{logrotate_3.12.3.bb => logrotate_3.13.0.bb} (95%)
 delete mode 100644 meta/recipes-graphics/libsdl2/libsdl2/fix-build-failure-on-ppc.patch
 delete mode 100644 meta/recipes-graphics/libsdl2/libsdl2/linkage.patch
 rename meta/recipes-graphics/libsdl2/{libsdl2_2.0.5.bb => libsdl2_2.0.7.bb} (89%)
 rename meta/recipes-graphics/mesa/{mesa-gl_17.2.4.bb => mesa-gl_17.2.5.bb} (100%)
 rename meta/recipes-graphics/mesa/{mesa_17.2.4.bb => mesa_17.2.5.bb} (88%)
 create mode 100644 meta/recipes-support/icu/icu/CVE-2017-14952.patch
 create mode 100644 meta/site/microblaze-linux

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


More information about the Openembedded-commits mailing list