[oe-commits] [openembedded-core] branch master updated (54b3adb -> e3caee8)

git at git.openembedded.org git at git.openembedded.org
Thu Sep 19 09:55:05 UTC 2019


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

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

    from 54b3adb  Remove SSTATE_HASHEQUIV_SERVER
     new 9c4945f  image-uefi.conf: add config file holding configuration for UEFI images
     new b5a9727  grub-bootconf: switch to image-uefi.conf
     new e6bb6d3  grub-efi: switch to image-uefi.conf
     new 8d15c01  grub-efi.bbclass: switch to image-uefi.conf
     new 4acac35  systemd-boot: switch to image-uefi.conf
     new 094c272  systemd-boot.bbclass: switch to image-uefi.conf
     new 3728899  live-vm-common.bbclass: provide efi population functions for live images
     new 0fdc0ea  acpica: upgrade 20190509 -> 20190816
     new d19bf3c  gdk-pixbuf: upgrade 2.38.1 -> 2.38.2
     new a77e6e5  piglit: upgrade to latest revision
     new 4d56cf8  gcc: Security fix for CVE-2019-15847
     new 7adf970  report-error.bbclass: add local.conf/auto.conf into error report
     new 58aa346  libinput: upgrade 1.14.0 -> 1.14.1
     new 70a77b9  rootfs-postcommands: check /etc/gconf exists before working on it
     new 7aaa920  systemd-systemctl-native: don't care about line endings
     new 4cf0768  udev-extraconf: skip mounting partitions already mounted by systemd
     new d50d521  opkg-utils: respect SOURCE_DATE_EPOCH when building ipkgs
     new 89251c2  cmake: 3.15.2 -> 3.15.3
     new f66c021  glibc: Make it build without ldconfig in DISTRO_FEATURES
     new e714b89  initramfs-framework: support PARTLABEL option
     new 1975c05  glib-2.0: Upgrade 2.60.6 -> 2.60.7
     new daf55a9  lttng-modules: Upgrade 2.10.10 -> 2.10.11
     new 1c8201d  lttng-ust: Upgrade 2.10.4 -> 2.10.5
     new e293959  squashfs-tools: Remove UPSTREAM_CHECK_COMMITS
     new c9f474e  libmpc: Remove dead UPSTREAM_CHECK_URI
     new e3caee8  classes/archiver: Fix WORKDIR for shared source

The 26 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/archiver.bbclass                      |   5 +-
 meta/classes/grub-efi-cfg.bbclass                  |   1 -
 meta/classes/grub-efi.bbclass                      |  42 +-
 meta/classes/live-vm-common.bbclass                |  33 ++
 meta/classes/report-error.bbclass                  |  15 +
 meta/classes/rootfs-postcommands.bbclass           |   6 +-
 meta/classes/systemd-boot.bbclass                  |  31 +-
 meta/conf/image-uefi.conf                          |  16 +
 meta/recipes-bsp/grub/grub-bootconf_1.00.bb        |  10 +-
 meta/recipes-bsp/grub/grub-efi_2.04.bb             |  17 +-
 .../{glib-2.0_2.60.6.bb => glib-2.0_2.60.7.bb}     |   4 +-
 meta/recipes-core/glibc/glibc-package.inc          |   4 +-
 .../initrdscripts/initramfs-framework/rootfs       |   5 +
 meta/recipes-core/systemd/systemd-boot_243.bb      |  15 +-
 .../systemd/systemd-systemctl/systemctl            |   2 +-
 meta/recipes-core/udev/udev-extraconf/mount.sh     |   6 +
 ...ake-native_3.15.2.bb => cmake-native_3.15.3.bb} |   0
 meta/recipes-devtools/cmake/cmake.inc              |   4 +-
 .../cmake/{cmake_3.15.2.bb => cmake_3.15.3.bb}     |   0
 meta/recipes-devtools/gcc/gcc-9.2.inc              |   3 +
 .../gcc/gcc-9.2/CVE-2019-15847_1.patch             | 521 +++++++++++++++++++++
 .../gcc/gcc-9.2/CVE-2019-15847_2.patch             |  77 +++
 .../gcc/gcc-9.2/CVE-2019-15847_3.patch             |  62 +++
 ...g-build-clamp-mtimes-to-SOURCE_DATE_EPOCH.patch |  44 ++
 .../opkg-utils/opkg-utils_0.4.1.bb                 |   1 +
 .../squashfs-tools/squashfs-tools_git.bb           |   1 -
 .../{acpica_20190509.bb => acpica_20190816.bb}     |   4 +-
 .../{gdk-pixbuf_2.38.1.bb => gdk-pixbuf_2.38.2.bb} |   4 +-
 meta/recipes-graphics/piglit/piglit_git.bb         |   2 +-
 .../{libinput_1.14.0.bb => libinput_1.14.1.bb}     |   9 +-
 ...modules_2.10.10.bb => lttng-modules_2.10.11.bb} |   4 +-
 ...-Add-config-time-check-for-new-gettid-API.patch |  57 ---
 .../{lttng-ust_2.10.4.bb => lttng-ust_2.10.5.bb}   |   5 +-
 meta/recipes-support/libmpc/libmpc_1.1.0.bb        |   2 -
 34 files changed, 834 insertions(+), 178 deletions(-)
 create mode 100644 meta/conf/image-uefi.conf
 rename meta/recipes-core/glib-2.0/{glib-2.0_2.60.6.bb => glib-2.0_2.60.7.bb} (88%)
 rename meta/recipes-devtools/cmake/{cmake-native_3.15.2.bb => cmake-native_3.15.3.bb} (100%)
 rename meta/recipes-devtools/cmake/{cmake_3.15.2.bb => cmake_3.15.3.bb} (100%)
 create mode 100644 meta/recipes-devtools/gcc/gcc-9.2/CVE-2019-15847_1.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-9.2/CVE-2019-15847_2.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-9.2/CVE-2019-15847_3.patch
 create mode 100644 meta/recipes-devtools/opkg-utils/opkg-utils/0001-opkg-build-clamp-mtimes-to-SOURCE_DATE_EPOCH.patch
 rename meta/recipes-extended/acpica/{acpica_20190509.bb => acpica_20190816.bb} (91%)
 rename meta/recipes-gnome/gdk-pixbuf/{gdk-pixbuf_2.38.1.bb => gdk-pixbuf_2.38.2.bb} (96%)
 rename meta/recipes-graphics/wayland/{libinput_1.14.0.bb => libinput_1.14.1.bb} (73%)
 rename meta/recipes-kernel/lttng/{lttng-modules_2.10.10.bb => lttng-modules_2.10.11.bb} (93%)
 delete mode 100644 meta/recipes-kernel/lttng/lttng-ust/0001-Add-config-time-check-for-new-gettid-API.patch
 rename meta/recipes-kernel/lttng/{lttng-ust_2.10.4.bb => lttng-ust_2.10.5.bb} (89%)

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


More information about the Openembedded-commits mailing list