[oe-commits] [openembedded-core] branch master-next updated (8e16694 -> c095141)

git at git.openembedded.org git at git.openembedded.org
Thu Sep 21 08:25:36 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 8e16694  Add Go toolchain support
     add db1fc2e  devtools: qemu: Remove obsolete '--with-system-pixman' option
     add 2a4c656  core-image-tiny-initramfs: initramfs recipes should not generate an actual image file
     add 8b98302  sysvinit-inittab: start_getty: consider whitespaces in tty driver name
     add dd17a00  sysvinit-inittab: start_getty: Cleanup comments
     add a751a1f  bluez5: Correct support for building without systemd
     add 027f178  util-linux: package switch_root separately
     add 752a8a0  bzip2: Create Makefile for run-ptest
     add 927b3b0  classes/externalsrc: delete symlinks at start of do_buildclean
     add 39e78c7  systemd: change some RRECOMMENDS to RDEPENDS
     add 060088f  systemd-serialgetty: remove systemd from RDEPENDS
     add 44160df  cross-canadian.bbclass: drop TARGET_* flags overrides
     add 5a1f79e  eudev: use archive tarball instead of Github generated tarball
     add ecf386d  nspr: Fix build with musl/mips
     add ab3cdfb  classes/image_live: fix using squashfs as image filesystem
     add 817210e  strace: Fix ptest bulds with musl/mips
     add 73afabf  u-boot-fw-utils: Fix cross and target builds
     add 62ce334  classes/image: move image_qa to between rootfs and image
     add 271f1a5  image.bbclass: Sorted ctypes to avoid basehash error
     add 37f20f2  kernel.bbclass: build host programs with native sysroots
     add 52d0f35  ncurses: CVE-2017-13732, CVE-2017-13734, CVE-2017-13730, CVE-2017-13729, CVE-2017-13728, CVE-2017-13731
     new 3d15d35  pseudo: use epoll API on Linux
     new 1f1ba11  wic: allow multiple /boot partitions with different content
     new 7e92724  scripts: rename yocto-compat-layer to remove "compatible" nomenclature
     new 1085a5e  arch-x86: Add x86-x32 to MACHINEOVERRIDES
     new ff36880  wic: remove systemd-boot for x32
     new c095141  systemd-boot: Should not build x32

The 6 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/cross-canadian.bbclass                |   5 -
 meta/classes/externalsrc.bbclass                   |   1 +
 meta/classes/image-live.bbclass                    |   2 +-
 meta/classes/image.bbclass                         |   9 +-
 meta/classes/image_types_wic.bbclass               |   1 +
 meta/classes/kernel.bbclass                        |   2 +-
 meta/conf/machine/include/x86/arch-x86.inc         |   1 +
 meta/recipes-bsp/u-boot/u-boot-fw-utils_2017.09.bb |   4 +-
 meta/recipes-connectivity/bluez5/bluez5.inc        |   2 +-
 .../images/core-image-tiny-initramfs.bb            |   7 +-
 meta/recipes-core/meta/wic-tools.bb                |   1 +
 ...-2017-13729-CVE-2017-13728-CVE-2017-13731.patch | 541 +++++++++++++++++++++
 meta/recipes-core/ncurses/ncurses_6.0+20170715.bb  |   1 +
 meta/recipes-core/systemd/systemd-boot_234.bb      |   1 +
 meta/recipes-core/systemd/systemd-serialgetty.bb   |   2 -
 meta/recipes-core/systemd/systemd_234.bb           |   8 +-
 .../sysvinit/sysvinit-inittab/start_getty          |  40 +-
 meta/recipes-core/udev/eudev_3.2.2.bb              |   6 +-
 meta/recipes-core/util-linux/util-linux.inc        |   6 +-
 .../pseudo/files/0001-Use-epoll-API-on-Linux.patch | 273 +++++++++++
 meta/recipes-devtools/pseudo/pseudo_1.8.2.bb       |   1 +
 meta/recipes-devtools/qemu/qemu.inc                |   1 -
 ...tion-Check-for-mips-and-alpha-before-usin.patch |  37 ++
 meta/recipes-devtools/strace/strace_4.18.bb        |   1 +
 .../recipes-extended/bzip2/bzip2-1.0.6/Makefile.am |   3 +-
 meta/recipes-extended/bzip2/bzip2_1.0.6.bb         |   1 -
 .../nspr/nspr/0001-md-Fix-build-with-musl.patch    |  31 ++
 meta/recipes-support/nspr/nspr_4.16.bb             |   1 +
 .../lib/{compatlayer => checklayer}/__init__.py    |   2 +-
 scripts/lib/{compatlayer => checklayer}/case.py    |   2 +-
 .../{compatlayer => checklayer}/cases/__init__.py  |   0
 .../lib/{compatlayer => checklayer}/cases/bsp.py   |  10 +-
 .../{compatlayer => checklayer}/cases/common.py    |   6 +-
 .../{compatlayer => checklayer}/cases/distro.py    |   8 +-
 scripts/lib/{compatlayer => checklayer}/context.py |   4 +-
 .../lib/wic/plugins/source/bootimg-partition.py    |  17 +-
 .../{yocto-compat-layer.py => yocto-check-layer}   |  20 +-
 ...pat-layer-wrapper => yocto-check-layer-wrapper} |  10 +-
 38 files changed, 986 insertions(+), 82 deletions(-)
 create mode 100644 meta/recipes-core/ncurses/files/CVE-2017-13732-CVE-2017-13734-CVE-2017-13730-CVE-2017-13729-CVE-2017-13728-CVE-2017-13731.patch
 create mode 100644 meta/recipes-devtools/pseudo/files/0001-Use-epoll-API-on-Linux.patch
 create mode 100644 meta/recipes-devtools/strace/strace/0001-tests-sigaction-Check-for-mips-and-alpha-before-usin.patch
 create mode 100644 meta/recipes-support/nspr/nspr/0001-md-Fix-build-with-musl.patch
 rename scripts/lib/{compatlayer => checklayer}/__init__.py (99%)
 rename scripts/lib/{compatlayer => checklayer}/case.py (77%)
 rename scripts/lib/{compatlayer => checklayer}/cases/__init__.py (100%)
 rename scripts/lib/{compatlayer => checklayer}/cases/bsp.py (96%)
 rename scripts/lib/{compatlayer => checklayer}/cases/common.py (91%)
 rename scripts/lib/{compatlayer => checklayer}/cases/distro.py (77%)
 rename scripts/lib/{compatlayer => checklayer}/context.py (77%)
 rename scripts/{yocto-compat-layer.py => yocto-check-layer} (91%)
 rename scripts/{yocto-compat-layer-wrapper => yocto-check-layer-wrapper} (73%)

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


More information about the Openembedded-commits mailing list