[oe-commits] [openembedded-core] branch master-next updated (baaf597 -> 0312e42)

git at git.openembedded.org git at git.openembedded.org
Wed Sep 18 17:03:27 UTC 2019


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

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

 discard baaf597  meta-extsdk: Fix
 discard 84441d6  systemd: Handle slow to boot mips hwdb update timeouts
     new 0d85d20  meta-extsdk: Either an sstate task is a proper task or it isn't
     new 1438146  systemd: Handle slow to boot mips hwdb update timeouts
     new 2fbdb01  image-uefi.conf: add config file holding configuration for UEFI images
     new 2bae74d  grub-bootconf: switch to image-uefi.conf
     new b0003c8  grub-efi: switch to image-uefi.conf
     new 1a55937  grub-efi.bbclass: switch to image-uefi.conf
     new 9876779  systemd-boot: switch to image-uefi.conf
     new d26f568  systemd-boot.bbclass: switch to image-uefi.conf
     new 5bdf134  live-vm-common.bbclass: provide efi population functions for live images
     new cb7d9c0  acpica: upgrade 20190509 -> 20190816
     new c7617b1  gdk-pixbuf: upgrade 2.38.1 -> 2.38.2
     new 08dfc47  piglit: upgrade to latest revision
     new 7219650  gcc: Security fix for CVE-2019-15847
     new aa59748  report-error.bbclass: add local.conf/auto.conf into error report
     new 5b1e56b  libinput: upgrade 1.14.0 -> 1.14.1
     new 819811f  rootfs-postcommands: check /etc/gconf exists before working on it
     new 67637ea  populate_sdk_ext: Introduce mechanism to keep nativesdk* sstate in esdk
     new dbf0329  systemd-systemctl-native: don't care about line endings
     new ec9e477  udev-extraconf: skip mounting partitions already mounted by systemd
     new 2f32a0f  weston-init: Add possibility to run weston as non-root user
     new dcba678  opkg-utils: respect SOURCE_DATE_EPOCH when building ipkgs
     new 2c7bfbd  cmake: 3.15.2 -> 3.15.3
     new 9aa1d54  glibc: Make it build without ldconfig in DISTRO_FEATURES
     new 0312e42  initramfs-framework: support PARTLABEL option

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (baaf597)
            \
             N -- N -- N   refs/heads/master-next (0312e42)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 24 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/grub-efi-cfg.bbclass                  |   1 -
 meta/classes/grub-efi.bbclass                      |  42 +-
 meta/classes/live-vm-common.bbclass                |  33 ++
 meta/classes/populate_sdk_ext.bbclass              |  28 +-
 meta/classes/report-error.bbclass                  |  15 +
 meta/classes/rootfs-postcommands.bbclass           |   6 +-
 meta/classes/systemd-boot.bbclass                  |  31 +-
 meta/conf/distro/include/maintainers.inc           |   1 -
 meta/conf/image-uefi.conf                          |  16 +
 meta/lib/oe/copy_buildsystem.py                    |   8 +-
 meta/recipes-bsp/grub/grub-bootconf_1.00.bb        |  10 +-
 meta/recipes-bsp/grub/grub-efi_2.04.bb             |  17 +-
 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/systemd/systemd_243.bb           |   3 +-
 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 +
 .../{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 +-
 meta/recipes-graphics/wayland/weston-conf.bb       |  35 --
 meta/recipes-graphics/wayland/weston-init.bb       |  28 +-
 .../wayland/weston-init/71-weston-drm.rules        |   2 +
 .../wayland/weston-init/qemux86-64/weston.ini      |   2 +
 .../wayland/weston-init/qemux86/weston.ini         |   2 +
 .../wayland/weston-init/weston.ini                 |  74 +++
 .../wayland/weston-init/weston.service             |  13 -
 .../wayland/weston-init/weston at .service            |  37 ++
 meta/recipes-graphics/wayland/weston_7.0.0.bb      |   2 +-
 40 files changed, 1001 insertions(+), 168 deletions(-)
 create mode 100644 meta/conf/image-uefi.conf
 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%)
 delete mode 100644 meta/recipes-graphics/wayland/weston-conf.bb
 create mode 100644 meta/recipes-graphics/wayland/weston-init/71-weston-drm.rules
 create mode 100644 meta/recipes-graphics/wayland/weston-init/qemux86-64/weston.ini
 create mode 100644 meta/recipes-graphics/wayland/weston-init/qemux86/weston.ini
 create mode 100644 meta/recipes-graphics/wayland/weston-init/weston.ini
 delete mode 100644 meta/recipes-graphics/wayland/weston-init/weston.service
 create mode 100644 meta/recipes-graphics/wayland/weston-init/weston at .service

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


More information about the Openembedded-commits mailing list