From: Ross Burton <ross.burton@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 00/49] Consolidated pull
Date: Mon, 18 Dec 2017 16:03:36 +0000 [thread overview]
Message-ID: <cover.1513612975.git.ross.burton@intel.com> (raw)
Hi,
Another batch of patches from the list which have passed autobuilder testing and
review.
Ross
The following changes since commit d6b6508e0be4452eb285495403b73fa9fcf51e3e:
temp disable inode checking on sstate (2017-12-13 14:02:02 +0000)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib ross/mut
for you to fetch changes up to f64e867d1ff5e559a96f44fac8a2434ad2643502:
meta-selftest: wic: Add test for --use-uuid / --fsuuid (2017-12-16 00:21:42 +0000)
----------------------------------------------------------------
Alejandro Hernandez (4):
busybox: Add mkfs.EXT2 support on poky-tiny
linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.9
linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.12
linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.4
Alexander Kanavin (9):
gobject-introspection: update to 1.54.1
webkitgtk: update to 2.18.3
psmisc: update to 23.0
ffmpeg: update to 3.4
devtool: add a 'latest-version' command
devtool: provide useful defaults for version/commit when upgrading recipes
devtool: add license checksum change handling to 'devtool upgrade'
maintainers.inc: add an entry for dwarfsrcfiles
maintainers.inc: add an entry for pkgconf
Chang Rebecca Swee Fun (1):
recipetool: create: fix conflict between SRCREV and tag
Chen Qi (4):
coreutils: upgrade to 8.28
coreutils: add PACKAGECONFIG for single-binary
dbus: upgrade to 1.12.2
dbus-test: upgrade to 1.12.2
Jackie Huang (1):
glib-2.0: fix for non-utf8 encoded files
Jason Wessel (2):
ovmf: Fix build failure for PARALLEL_MAKE with no space
libgfortran: Work around libbacktrace build failures
Joe Slater (1):
systemd: fix segfault when terminating systemd --test
Kevin Hao (1):
meta-yocto-bsp: bump to the latest linux stable kernel for the non-x86 BSPs
Maxin B. John (3):
mc: upgrade to 4.8.20
orc: upgrade to 0.4.28
libunistring: upgrade to 0.9.8
Nathan Rossi (5):
prelink_git.bb: Update recipe to newest commit
autoconf: Override config.guess/.sub in source tree
packagegroup-core-sdk: Disable SANITIZERS for MicroBlaze
packagegroup-core-tools-testapps: kexec does not support MicroBlaze
conf/machine/include/microblaze: Add MicroBlaze architecture includes
Otavio Salvador (1):
mesa: Upgrade to 17.2.6 stable release
Paul Eggleton (1):
swig: add patch to support Node.js 7+
Robert Yang (1):
targetcontrol.py: use oe.types.boolean for QEMU_USE_KVM
Ross Burton (8):
knotty: use unicode block characters for progress bars
weston: remove patch that isn't applied anymore
gtk+3: remove redundant Wayland patch
xserver-xorg: remove redundant Wayland patch
gstreamer1.0-plugins-bad: remove redundant Wayland patch
libxslt: use HTTP instead of FTP in SRC_URI
libxslt: remove inappropriate patch
packagegroups: don't mention lrzsz explicity
Saul Wold (2):
image_types: btrfs use sparse file creation
image.bbclass: Add additional bb.debug to help track 12304
Tom Rini (4):
wic: kparser.py: Check for SquashFS and use-uuid
wic: partition.py: Update comments slightly
wic: Introduce --fsuuid and have --use-uuid make use of UUID too
meta-selftest: wic: Add test for --use-uuid / --fsuuid
Yi Zhao (1):
icu: fix libicudata corruption on big endian system
bitbake/lib/bb/ui/knotty.py | 4 +-
.../busybox/busybox/poky-tiny/defconfig | 2 +-
.../recipes-test/images/wic-image-minimal.wks | 1 +
.../recipes-kernel/linux/linux-yocto_4.12.bbappend | 20 +-
.../recipes-kernel/linux/linux-yocto_4.4.bbappend | 20 +-
.../recipes-kernel/linux/linux-yocto_4.9.bbappend | 20 +-
meta/classes/image.bbclass | 28 +-
meta/classes/image_types.bbclass | 2 +-
meta/classes/testimage.bbclass | 2 +-
meta/conf/distro/include/maintainers.inc | 2 +
.../machine/include/microblaze/arch-microblaze.inc | 53 ++++
.../include/microblaze/feature-microblaze-math.inc | 33 +++
.../microblaze/feature-microblaze-versions.inc | 67 +++++
meta/conf/machine/include/tune-microblaze.inc | 8 +
meta/lib/oeqa/selftest/cases/wic.py | 7 +-
meta/lib/oeqa/targetcontrol.py | 4 +-
...c-fix-Up-field-of-realpath-usage-examples.patch | 40 +++
.../{coreutils_8.27.bb => coreutils_8.28.bb} | 10 +-
.../{dbus-test_1.10.20.bb => dbus-test_1.12.2.bb} | 4 +-
meta/recipes-core/dbus/dbus/os-test.patch | 35 ---
.../dbus/{dbus_1.10.20.bb => dbus_1.12.2.bb} | 12 +-
.../glib-mkenums-replace-and-warn-decoding.patch | 104 +++++++
meta/recipes-core/glib-2.0/glib-2.0_2.54.2.bb | 1 +
meta/recipes-core/ovmf/ovmf_git.bb | 2 +-
.../packagegroups/packagegroup-base.bb | 3 +-
.../packagegroups/packagegroup-core-sdk.bb | 1 +
.../packagegroup-core-tools-testapps.bb | 4 +-
.../packagegroups/packagegroup-self-hosted.bb | 1 -
...te-presets-after-generators-have-run-6526.patch | 69 +++++
...any-initialization-steps-when-running-in-.patch | 163 ++++++++++
meta/recipes-core/systemd/systemd_234.bb | 2 +
meta/recipes-devtools/autoconf/autoconf.inc | 4 +
meta/recipes-devtools/gcc/libgfortran.inc | 7 +
.../orc/{orc_0.4.27.bb => orc_0.4.28.bb} | 4 +-
meta/recipes-devtools/prelink/prelink_git.bb | 2 +-
.../0001-Add-Node-7.x-aka-V8-5.2-support.patch | 330 +++++++++++++++++++++
meta/recipes-devtools/swig/swig_3.0.12.bb | 1 +
...3697-tty_init-unify-curses-initialization.patch | 66 -----
.../mc/{mc_4.8.19.bb => mc_4.8.20.bb} | 5 +-
.../packagegroups/packagegroup-core-lsb.bb | 1 -
...001-Typo-in-fuser-makes-M-on-all-the-time.patch | 46 ---
.../files/0002-Include-limits.h-for-PATH_MAX.patch | 29 --
meta/recipes-extended/psmisc/psmisc.inc | 9 +
...-create-src-directory-before-attempting-t.patch | 30 ++
meta/recipes-extended/psmisc/psmisc_22.21.bb | 12 -
meta/recipes-extended/psmisc/psmisc_23.0.bb | 10 +
...n_1.52.1.bb => gobject-introspection_1.54.1.bb} | 7 +-
...4-configure.ac-Fix-wayland-protocols-path.patch | 36 ---
meta/recipes-gnome/gtk+/gtk+3_3.22.24.bb | 1 -
.../mesa/{mesa-gl_17.2.5.bb => mesa-gl_17.2.6.bb} | 0
.../mesa/{mesa_17.2.5.bb => mesa_17.2.6.bb} | 4 +-
...1-configure.ac-Fix-wayland-protocols-path.patch | 29 --
...c-Fix-wayland-scanner-and-protocols-locat.patch | 38 ---
.../xorg-xserver/xserver-xorg_1.19.5.bb | 1 -
.../ffmpeg/ffmpeg/0001-build-fix-for-mips.patch | 44 ---
.../ffmpeg/{ffmpeg_3.3.4.bb => ffmpeg_3.4.bb} | 8 +-
...G_CONFIG_SYSROOT_DIR-to-pkg-config-output.patch | 38 ---
.../gstreamer/gstreamer1.0-plugins-bad_1.12.3.bb | 1 -
.../webkitgtk/0001-Fix-build-with-musl.patch | 77 +++++
...ix-racy-parallel-build-of-WebKit2-4.0.gir.patch | 23 +-
...c-settings-so-that-gtkdoc-generation-work.patch | 21 +-
...bKitMacros-Append-to-I-and-not-to-isystem.patch | 182 +++++-------
...ng-introspection-files-add-CMAKE_C_FLAGS-.patch | 24 +-
.../detect-atomics-during-configure.patch | 26 +-
meta/recipes-sato/webkit/webkitgtk/gcc7.patch | 23 --
.../recipes-sato/webkit/webkitgtk/musl-fixes.patch | 48 ---
.../webkit/webkitgtk/ppc-musl-fix.patch | 26 --
.../{webkitgtk_2.16.6.bb => webkitgtk_2.18.3.bb} | 13 +-
meta/recipes-support/icu/icu.inc | 13 +
...conv-m4-remove-the-test-to-convert-euc-jp.patch | 56 ++--
...libunistring_0.9.7.bb => libunistring_0.9.8.bb} | 6 +-
.../libxslt/libxslt/pkgconfig_fix.patch | 24 --
meta/recipes-support/libxslt/libxslt_1.1.32.bb | 5 +-
scripts/lib/devtool/upgrade.py | 117 +++++++-
scripts/lib/recipetool/create.py | 8 +-
scripts/lib/wic/help.py | 10 +-
scripts/lib/wic/ksparser.py | 6 +
scripts/lib/wic/partition.py | 36 +--
scripts/lib/wic/plugins/imager/direct.py | 17 +-
scripts/lib/wic/plugins/source/bootimg-efi.py | 3 +-
scripts/lib/wic/plugins/source/bootimg-pcbios.py | 3 +-
81 files changed, 1465 insertions(+), 789 deletions(-)
create mode 100644 meta/conf/machine/include/microblaze/arch-microblaze.inc
create mode 100644 meta/conf/machine/include/microblaze/feature-microblaze-math.inc
create mode 100644 meta/conf/machine/include/microblaze/feature-microblaze-versions.inc
create mode 100644 meta/conf/machine/include/tune-microblaze.inc
create mode 100644 meta/recipes-core/coreutils/coreutils/0001-doc-fix-Up-field-of-realpath-usage-examples.patch
rename meta/recipes-core/coreutils/{coreutils_8.27.bb => coreutils_8.28.bb} (93%)
rename meta/recipes-core/dbus/{dbus-test_1.10.20.bb => dbus-test_1.12.2.bb} (93%)
delete mode 100644 meta/recipes-core/dbus/dbus/os-test.patch
rename meta/recipes-core/dbus/{dbus_1.10.20.bb => dbus_1.12.2.bb} (93%)
create mode 100644 meta/recipes-core/glib-2.0/glib-2.0/glib-mkenums-replace-and-warn-decoding.patch
create mode 100644 meta/recipes-core/systemd/systemd/0001-core-evaluate-presets-after-generators-have-run-6526.patch
create mode 100644 meta/recipes-core/systemd/systemd/0001-main-skip-many-initialization-steps-when-running-in-.patch
rename meta/recipes-devtools/orc/{orc_0.4.27.bb => orc_0.4.28.bb} (84%)
create mode 100644 meta/recipes-devtools/swig/swig/0001-Add-Node-7.x-aka-V8-5.2-support.patch
delete mode 100644 meta/recipes-extended/mc/files/0002-Ticket-3697-tty_init-unify-curses-initialization.patch
rename meta/recipes-extended/mc/{mc_4.8.19.bb => mc_4.8.20.bb} (90%)
delete mode 100644 meta/recipes-extended/psmisc/files/0001-Typo-in-fuser-makes-M-on-all-the-time.patch
delete mode 100644 meta/recipes-extended/psmisc/files/0002-Include-limits.h-for-PATH_MAX.patch
create mode 100644 meta/recipes-extended/psmisc/psmisc/0001-Makefile.am-create-src-directory-before-attempting-t.patch
delete mode 100644 meta/recipes-extended/psmisc/psmisc_22.21.bb
create mode 100644 meta/recipes-extended/psmisc/psmisc_23.0.bb
rename meta/recipes-gnome/gobject-introspection/{gobject-introspection_1.52.1.bb => gobject-introspection_1.54.1.bb} (97%)
delete mode 100644 meta/recipes-gnome/gtk+/gtk+3/0004-configure.ac-Fix-wayland-protocols-path.patch
rename meta/recipes-graphics/mesa/{mesa-gl_17.2.5.bb => mesa-gl_17.2.6.bb} (100%)
rename meta/recipes-graphics/mesa/{mesa_17.2.5.bb => mesa_17.2.6.bb} (88%)
delete mode 100644 meta/recipes-graphics/wayland/weston/0001-configure.ac-Fix-wayland-protocols-path.patch
delete mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/0002-configure.ac-Fix-wayland-scanner-and-protocols-locat.patch
delete mode 100644 meta/recipes-multimedia/ffmpeg/ffmpeg/0001-build-fix-for-mips.patch
rename meta/recipes-multimedia/ffmpeg/{ffmpeg_3.3.4.bb => ffmpeg_3.4.bb} (95%)
delete mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0001-Prepend-PKG_CONFIG_SYSROOT_DIR-to-pkg-config-output.patch
create mode 100644 meta/recipes-sato/webkit/webkitgtk/0001-Fix-build-with-musl.patch
delete mode 100644 meta/recipes-sato/webkit/webkitgtk/gcc7.patch
delete mode 100644 meta/recipes-sato/webkit/webkitgtk/musl-fixes.patch
delete mode 100644 meta/recipes-sato/webkit/webkitgtk/ppc-musl-fix.patch
rename meta/recipes-sato/webkit/{webkitgtk_2.16.6.bb => webkitgtk_2.18.3.bb} (93%)
rename meta/recipes-support/libunistring/{libunistring_0.9.7.bb => libunistring_0.9.8.bb} (85%)
delete mode 100644 meta/recipes-support/libxslt/libxslt/pkgconfig_fix.patch
Alejandro Hernandez (4):
busybox: Add mkfs.EXT2 support on poky-tiny
linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.9
linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.12
linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.4
Alexander Kanavin (9):
gobject-introspection: update to 1.54.1
webkitgtk: update to 2.18.3
psmisc: update to 23.0
ffmpeg: update to 3.4
devtool: add a 'latest-version' command
devtool: provide useful defaults for version/commit when upgrading
recipes
devtool: add license checksum change handling to 'devtool upgrade'
maintainers.inc: add an entry for dwarfsrcfiles
maintainers.inc: add an entry for pkgconf
Chang Rebecca Swee Fun (1):
recipetool: create: fix conflict between SRCREV and tag
Chen Qi (4):
coreutils: upgrade to 8.28
coreutils: add PACKAGECONFIG for single-binary
dbus: upgrade to 1.12.2
dbus-test: upgrade to 1.12.2
Jackie Huang (1):
glib-2.0: fix for non-utf8 encoded files
Jason Wessel (2):
ovmf: Fix build failure for PARALLEL_MAKE with no space
libgfortran: Work around libbacktrace build failures
Joe Slater (1):
systemd: fix segfault when terminating systemd --test
Kevin Hao (1):
meta-yocto-bsp: bump to the latest linux stable kernel for the non-x86
BSPs
Maxin B. John (3):
mc: upgrade to 4.8.20
orc: upgrade to 0.4.28
libunistring: upgrade to 0.9.8
Nathan Rossi (5):
prelink_git.bb: Update recipe to newest commit
autoconf: Override config.guess/.sub in source tree
packagegroup-core-sdk: Disable SANITIZERS for MicroBlaze
packagegroup-core-tools-testapps: kexec does not support MicroBlaze
conf/machine/include/microblaze: Add MicroBlaze architecture includes
Otavio Salvador (1):
mesa: Upgrade to 17.2.6 stable release
Paul Eggleton (1):
swig: add patch to support Node.js 7+
Robert Yang (1):
targetcontrol.py: use oe.types.boolean for QEMU_USE_KVM
Ross Burton (8):
knotty: use unicode block characters for progress bars
weston: remove patch that isn't applied anymore
gtk+3: remove redundant Wayland patch
xserver-xorg: remove redundant Wayland patch
gstreamer1.0-plugins-bad: remove redundant Wayland patch
libxslt: use HTTP instead of FTP in SRC_URI
libxslt: remove inappropriate patch
packagegroups: don't mention lrzsz explicity
Saul Wold (2):
image_types: btrfs use sparse file creation
image.bbclass: Add additional bb.debug to help track 12304
Tom Rini (4):
wic: kparser.py: Check for SquashFS and use-uuid
wic: partition.py: Update comments slightly
wic: Introduce --fsuuid and have --use-uuid make use of UUID too
meta-selftest: wic: Add test for --use-uuid / --fsuuid
Yi Zhao (1):
icu: fix libicudata corruption on big endian system
bitbake/lib/bb/ui/knotty.py | 4 +-
.../busybox/busybox/poky-tiny/defconfig | 2 +-
.../recipes-test/images/wic-image-minimal.wks | 1 +
.../recipes-kernel/linux/linux-yocto_4.12.bbappend | 20 +-
.../recipes-kernel/linux/linux-yocto_4.4.bbappend | 20 +-
.../recipes-kernel/linux/linux-yocto_4.9.bbappend | 20 +-
meta/classes/image.bbclass | 28 +-
meta/classes/image_types.bbclass | 2 +-
meta/classes/testimage.bbclass | 2 +-
meta/conf/distro/include/maintainers.inc | 2 +
.../machine/include/microblaze/arch-microblaze.inc | 53 ++++
.../include/microblaze/feature-microblaze-math.inc | 33 +++
.../microblaze/feature-microblaze-versions.inc | 67 +++++
meta/conf/machine/include/tune-microblaze.inc | 8 +
meta/lib/oeqa/selftest/cases/wic.py | 7 +-
meta/lib/oeqa/targetcontrol.py | 4 +-
...c-fix-Up-field-of-realpath-usage-examples.patch | 40 +++
.../{coreutils_8.27.bb => coreutils_8.28.bb} | 10 +-
.../{dbus-test_1.10.20.bb => dbus-test_1.12.2.bb} | 4 +-
meta/recipes-core/dbus/dbus/os-test.patch | 35 ---
.../dbus/{dbus_1.10.20.bb => dbus_1.12.2.bb} | 12 +-
.../glib-mkenums-replace-and-warn-decoding.patch | 104 +++++++
meta/recipes-core/glib-2.0/glib-2.0_2.54.2.bb | 1 +
meta/recipes-core/ovmf/ovmf_git.bb | 2 +-
.../packagegroups/packagegroup-base.bb | 3 +-
.../packagegroups/packagegroup-core-sdk.bb | 1 +
.../packagegroup-core-tools-testapps.bb | 4 +-
.../packagegroups/packagegroup-self-hosted.bb | 1 -
...te-presets-after-generators-have-run-6526.patch | 69 +++++
...any-initialization-steps-when-running-in-.patch | 163 ++++++++++
meta/recipes-core/systemd/systemd_234.bb | 2 +
meta/recipes-devtools/autoconf/autoconf.inc | 4 +
meta/recipes-devtools/gcc/libgfortran.inc | 7 +
.../orc/{orc_0.4.27.bb => orc_0.4.28.bb} | 4 +-
meta/recipes-devtools/prelink/prelink_git.bb | 2 +-
.../0001-Add-Node-7.x-aka-V8-5.2-support.patch | 330 +++++++++++++++++++++
meta/recipes-devtools/swig/swig_3.0.12.bb | 1 +
...3697-tty_init-unify-curses-initialization.patch | 66 -----
.../mc/{mc_4.8.19.bb => mc_4.8.20.bb} | 5 +-
.../packagegroups/packagegroup-core-lsb.bb | 1 -
...001-Typo-in-fuser-makes-M-on-all-the-time.patch | 46 ---
.../files/0002-Include-limits.h-for-PATH_MAX.patch | 29 --
meta/recipes-extended/psmisc/psmisc.inc | 9 +
...-create-src-directory-before-attempting-t.patch | 30 ++
meta/recipes-extended/psmisc/psmisc_22.21.bb | 12 -
meta/recipes-extended/psmisc/psmisc_23.0.bb | 10 +
...n_1.52.1.bb => gobject-introspection_1.54.1.bb} | 7 +-
...4-configure.ac-Fix-wayland-protocols-path.patch | 36 ---
meta/recipes-gnome/gtk+/gtk+3_3.22.24.bb | 1 -
.../mesa/{mesa-gl_17.2.5.bb => mesa-gl_17.2.6.bb} | 0
.../mesa/{mesa_17.2.5.bb => mesa_17.2.6.bb} | 4 +-
...1-configure.ac-Fix-wayland-protocols-path.patch | 29 --
...c-Fix-wayland-scanner-and-protocols-locat.patch | 38 ---
.../xorg-xserver/xserver-xorg_1.19.5.bb | 1 -
.../ffmpeg/ffmpeg/0001-build-fix-for-mips.patch | 44 ---
.../ffmpeg/{ffmpeg_3.3.4.bb => ffmpeg_3.4.bb} | 8 +-
...G_CONFIG_SYSROOT_DIR-to-pkg-config-output.patch | 38 ---
.../gstreamer/gstreamer1.0-plugins-bad_1.12.3.bb | 1 -
.../webkitgtk/0001-Fix-build-with-musl.patch | 77 +++++
...ix-racy-parallel-build-of-WebKit2-4.0.gir.patch | 23 +-
...c-settings-so-that-gtkdoc-generation-work.patch | 21 +-
...bKitMacros-Append-to-I-and-not-to-isystem.patch | 182 +++++-------
...ng-introspection-files-add-CMAKE_C_FLAGS-.patch | 24 +-
.../detect-atomics-during-configure.patch | 26 +-
meta/recipes-sato/webkit/webkitgtk/gcc7.patch | 23 --
.../recipes-sato/webkit/webkitgtk/musl-fixes.patch | 48 ---
.../webkit/webkitgtk/ppc-musl-fix.patch | 26 --
.../{webkitgtk_2.16.6.bb => webkitgtk_2.18.3.bb} | 13 +-
meta/recipes-support/icu/icu.inc | 13 +
...conv-m4-remove-the-test-to-convert-euc-jp.patch | 56 ++--
...libunistring_0.9.7.bb => libunistring_0.9.8.bb} | 6 +-
.../libxslt/libxslt/pkgconfig_fix.patch | 24 --
meta/recipes-support/libxslt/libxslt_1.1.32.bb | 5 +-
scripts/lib/devtool/upgrade.py | 117 +++++++-
scripts/lib/recipetool/create.py | 8 +-
scripts/lib/wic/help.py | 10 +-
scripts/lib/wic/ksparser.py | 6 +
scripts/lib/wic/partition.py | 36 +--
scripts/lib/wic/plugins/imager/direct.py | 17 +-
scripts/lib/wic/plugins/source/bootimg-efi.py | 3 +-
scripts/lib/wic/plugins/source/bootimg-pcbios.py | 3 +-
81 files changed, 1465 insertions(+), 789 deletions(-)
create mode 100644 meta/conf/machine/include/microblaze/arch-microblaze.inc
create mode 100644 meta/conf/machine/include/microblaze/feature-microblaze-math.inc
create mode 100644 meta/conf/machine/include/microblaze/feature-microblaze-versions.inc
create mode 100644 meta/conf/machine/include/tune-microblaze.inc
create mode 100644 meta/recipes-core/coreutils/coreutils/0001-doc-fix-Up-field-of-realpath-usage-examples.patch
rename meta/recipes-core/coreutils/{coreutils_8.27.bb => coreutils_8.28.bb} (93%)
rename meta/recipes-core/dbus/{dbus-test_1.10.20.bb => dbus-test_1.12.2.bb} (93%)
delete mode 100644 meta/recipes-core/dbus/dbus/os-test.patch
rename meta/recipes-core/dbus/{dbus_1.10.20.bb => dbus_1.12.2.bb} (93%)
create mode 100644 meta/recipes-core/glib-2.0/glib-2.0/glib-mkenums-replace-and-warn-decoding.patch
create mode 100644 meta/recipes-core/systemd/systemd/0001-core-evaluate-presets-after-generators-have-run-6526.patch
create mode 100644 meta/recipes-core/systemd/systemd/0001-main-skip-many-initialization-steps-when-running-in-.patch
rename meta/recipes-devtools/orc/{orc_0.4.27.bb => orc_0.4.28.bb} (84%)
create mode 100644 meta/recipes-devtools/swig/swig/0001-Add-Node-7.x-aka-V8-5.2-support.patch
delete mode 100644 meta/recipes-extended/mc/files/0002-Ticket-3697-tty_init-unify-curses-initialization.patch
rename meta/recipes-extended/mc/{mc_4.8.19.bb => mc_4.8.20.bb} (90%)
delete mode 100644 meta/recipes-extended/psmisc/files/0001-Typo-in-fuser-makes-M-on-all-the-time.patch
delete mode 100644 meta/recipes-extended/psmisc/files/0002-Include-limits.h-for-PATH_MAX.patch
create mode 100644 meta/recipes-extended/psmisc/psmisc/0001-Makefile.am-create-src-directory-before-attempting-t.patch
delete mode 100644 meta/recipes-extended/psmisc/psmisc_22.21.bb
create mode 100644 meta/recipes-extended/psmisc/psmisc_23.0.bb
rename meta/recipes-gnome/gobject-introspection/{gobject-introspection_1.52.1.bb => gobject-introspection_1.54.1.bb} (97%)
delete mode 100644 meta/recipes-gnome/gtk+/gtk+3/0004-configure.ac-Fix-wayland-protocols-path.patch
rename meta/recipes-graphics/mesa/{mesa-gl_17.2.5.bb => mesa-gl_17.2.6.bb} (100%)
rename meta/recipes-graphics/mesa/{mesa_17.2.5.bb => mesa_17.2.6.bb} (88%)
delete mode 100644 meta/recipes-graphics/wayland/weston/0001-configure.ac-Fix-wayland-protocols-path.patch
delete mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/0002-configure.ac-Fix-wayland-scanner-and-protocols-locat.patch
delete mode 100644 meta/recipes-multimedia/ffmpeg/ffmpeg/0001-build-fix-for-mips.patch
rename meta/recipes-multimedia/ffmpeg/{ffmpeg_3.3.4.bb => ffmpeg_3.4.bb} (95%)
delete mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0001-Prepend-PKG_CONFIG_SYSROOT_DIR-to-pkg-config-output.patch
create mode 100644 meta/recipes-sato/webkit/webkitgtk/0001-Fix-build-with-musl.patch
delete mode 100644 meta/recipes-sato/webkit/webkitgtk/gcc7.patch
delete mode 100644 meta/recipes-sato/webkit/webkitgtk/musl-fixes.patch
delete mode 100644 meta/recipes-sato/webkit/webkitgtk/ppc-musl-fix.patch
rename meta/recipes-sato/webkit/{webkitgtk_2.16.6.bb => webkitgtk_2.18.3.bb} (93%)
rename meta/recipes-support/libunistring/{libunistring_0.9.7.bb => libunistring_0.9.8.bb} (85%)
delete mode 100644 meta/recipes-support/libxslt/libxslt/pkgconfig_fix.patch
--
2.11.0
next reply other threads:[~2017-12-18 16:03 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-18 16:03 Ross Burton [this message]
2017-12-19 4:45 ` [PATCH 00/49] Consolidated pull Bruce Ashfield
2017-12-19 5:23 ` ChenQi
2017-12-19 14:33 ` Bruce Ashfield
2017-12-20 1:52 ` ChenQi
2017-12-20 14:01 ` Bruce Ashfield
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1513612975.git.ross.burton@intel.com \
--to=ross.burton@intel.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.