From: Ross Burton <ross.burton@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 00/27] Consolidated pull
Date: Mon, 8 Sep 2014 12:58:18 +0100 [thread overview]
Message-ID: <cover.1410177322.git.ross.burton@intel.com> (raw)
Hi,
Working through the patch backlog, here is my first consolidated pull. For
anyone watching closely this has had a few patches removed from the autobuilder
run which has some failures.
Ross
The following changes since commit 1894522f357fdf0b6adb2dcc14f12817628596bd:
bitbake: tinfoil: add a means of enabling variable history tracking (2014-09-05 10:14:25 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib ross/mut
for you to fetch changes up to 10bd19c2bde21e4e10615548c682c2001741eb19:
alsa-utils: hard-code alsa-utils in SRC_URI (2014-09-08 12:53:09 +0100)
----------------------------------------------------------------
Chong Lu (2):
libunwind: add recipes
perf: add libunwind support
Cristian Iorga (1):
alsa-utils: upgrade to 1.0.28
Dan McGregor (2):
sudo: make sudoers a config file
lighttpd: install config file without execute permissions
Drew Moseley (1):
gstreamer: Set DEPENDS dynamically for plugins-ugly and plugins-bad
Fathi Boudra (1):
shadow: add Qualcomm and STMicroelectronics SoCs
Hongxu Jia (3):
sstate: Add extra intercept functions SSTATEPOSTCREATEFUNCS
bbclass/sstate: add hook SSTATE_CHECK_FUNCTIONS for sstate checking
bbclass/sstate_readonly: only allowed sstate-cache objects to be built (read-only sstate-cache)
Kévin THIERRY (1):
package_manager: RpmPkgsList: determine rpm version
Marius Avram (1):
glib-2.0: fix mount detection
Marko Lindqvist (5):
gtk+2: update to 2.24.24
libpng: drop unnecessary automake requirement lowering patch
libpng: update to 1.6.13
pango: update to 1.36.6
gtk+3: update to 3.12.2
Martin Jansa (1):
qemu.bbclass: add -r ${OLDEST_KERNEL} parameter
Mikhail Durnev (1):
libxkbcommon: Add missing dependency on xkeyboard-config
Richard Purdie (1):
alsa-utils: hard-code alsa-utils in SRC_URI
Robert Yang (2):
insane.bbclass: add QA check: file-rdeps
package_manager.py: use RPM_PREFER_ELF_ARCH
Ross Burton (1):
pixman: upgrade to 0.32.6
Sujith H (2):
os-release: Adding a new recipe for operating system identification
systemd: Adding RRECOMMENDS for os-release
Yasir-Khan (2):
bluez5: Allow method calls over dbus for bluetooth daemon
python-native: disable user site support
meta/classes/insane.bbclass | 72 +++++++++++++++++++-
meta/classes/qemu.bbclass | 25 +++----
meta/classes/sstate.bbclass | 30 +++++++-
meta/classes/sstate_readonly.bbclass | 53 ++++++++++++++
meta/lib/oe/package_manager.py | 35 +++++-----
meta/lib/oe/rootfs.py | 2 +-
.../bluez5/bluez5/bluetooth.conf | 1 +
...un-media-sdX-drive-mount-if-username-root.patch | 39 +++++++++++
meta/recipes-core/glib-2.0/glib-2.0_2.40.0.bb | 1 +
meta/recipes-core/os-release/os-release.bb | 36 ++++++++++
meta/recipes-core/systemd/systemd_216.bb | 2 +-
.../recipes-devtools/python/python-native_2.7.3.bb | 4 ++
meta/recipes-extended/lighttpd/lighttpd_1.4.35.bb | 2 +-
meta/recipes-extended/shadow/files/securetty | 15 ++++
meta/recipes-extended/sudo/sudo.inc | 2 +
...utton-do-not-prelight-in-touchscreen-mode.patch | 0
...Duplicate-the-exec-string-returned-by-gtk.patch | 0
.../cellrenderer-cairo.patch | 0
.../configure-nm.patch | 0
.../configurefix.patch | 0
.../{gtk+-2.24.22 => gtk+-2.24.24}/doc-fixes.patch | 0
.../entry-cairo.patch | 0
.../hardcoded_libtool.patch | 0
.../run-iconcache.patch | 11 +--
.../toggle-font.diff | 0
.../{gtk+-2.24.22 => gtk+-2.24.24}/xsettings.patch | 0
meta/recipes-gnome/gtk+/gtk+3.inc | 6 +-
.../fix-build-when-wayland-backend-enabled.patch | 43 ------------
.../gtk+/{gtk+3_3.10.7.bb => gtk+3_3.12.2.bb} | 5 +-
.../gtk+/{gtk+_2.24.22.bb => gtk+_2.24.24.bb} | 4 +-
.../pango/{pango_1.36.5.bb => pango_1.36.6.bb} | 4 +-
.../xorg-lib/libxkbcommon_0.4.3.bb | 2 +-
.../xorg-lib/pixman/mips-export-revert.patch | 22 ++++++
.../{pixman_0.32.4.bb => pixman_0.32.6.bb} | 5 +-
meta/recipes-kernel/perf/perf-features.inc | 2 +-
meta/recipes-kernel/perf/perf.bb | 5 +-
.../gstreamer/gst-meta-base_0.10.bb | 7 +-
.../gstreamer/gstreamer1.0-meta-base.bb | 5 +-
...0001-configure-lower-automake-requirement.patch | 31 ---------
.../libpng/{libpng_1.6.10.bb => libpng_1.6.13.bb} | 11 ++-
meta/recipes-support/libunwind/libunwind.inc | 30 ++++++++
meta/recipes-support/libunwind/libunwind_1.1.bb | 4 ++
42 files changed, 381 insertions(+), 135 deletions(-)
create mode 100644 meta/classes/sstate_readonly.bbclass
create mode 100644 meta/recipes-core/glib-2.0/glib-2.0/allow-run-media-sdX-drive-mount-if-username-root.patch
create mode 100644 meta/recipes-core/os-release/os-release.bb
rename meta/recipes-gnome/gtk+/{gtk+-2.24.22 => gtk+-2.24.24}/0001-GtkButton-do-not-prelight-in-touchscreen-mode.patch (100%)
rename meta/recipes-gnome/gtk+/{gtk+-2.24.22 => gtk+-2.24.24}/0001-bgo-584832-Duplicate-the-exec-string-returned-by-gtk.patch (100%)
rename meta/recipes-gnome/gtk+/{gtk+-2.24.22 => gtk+-2.24.24}/cellrenderer-cairo.patch (100%)
rename meta/recipes-gnome/gtk+/{gtk+-2.24.22 => gtk+-2.24.24}/configure-nm.patch (100%)
rename meta/recipes-gnome/gtk+/{gtk+-2.24.22 => gtk+-2.24.24}/configurefix.patch (100%)
rename meta/recipes-gnome/gtk+/{gtk+-2.24.22 => gtk+-2.24.24}/doc-fixes.patch (100%)
rename meta/recipes-gnome/gtk+/{gtk+-2.24.22 => gtk+-2.24.24}/entry-cairo.patch (100%)
rename meta/recipes-gnome/gtk+/{gtk+-2.24.22 => gtk+-2.24.24}/hardcoded_libtool.patch (100%)
rename meta/recipes-gnome/gtk+/{gtk+-2.24.22 => gtk+-2.24.24}/run-iconcache.patch (72%)
rename meta/recipes-gnome/gtk+/{gtk+-2.24.22 => gtk+-2.24.24}/toggle-font.diff (100%)
rename meta/recipes-gnome/gtk+/{gtk+-2.24.22 => gtk+-2.24.24}/xsettings.patch (100%)
delete mode 100644 meta/recipes-gnome/gtk+/gtk+3/fix-build-when-wayland-backend-enabled.patch
rename meta/recipes-gnome/gtk+/{gtk+3_3.10.7.bb => gtk+3_3.12.2.bb} (75%)
rename meta/recipes-gnome/gtk+/{gtk+_2.24.22.bb => gtk+_2.24.24.bb} (93%)
rename meta/recipes-graphics/pango/{pango_1.36.5.bb => pango_1.36.6.bb} (56%)
create mode 100644 meta/recipes-graphics/xorg-lib/pixman/mips-export-revert.patch
rename meta/recipes-graphics/xorg-lib/{pixman_0.32.4.bb => pixman_0.32.6.bb} (86%)
delete mode 100644 meta/recipes-multimedia/libpng/libpng/0001-configure-lower-automake-requirement.patch
rename meta/recipes-multimedia/libpng/{libpng_1.6.10.bb => libpng_1.6.13.bb} (58%)
create mode 100644 meta/recipes-support/libunwind/libunwind.inc
create mode 100644 meta/recipes-support/libunwind/libunwind_1.1.bb
Chong Lu (2):
libunwind: add recipes
perf: add libunwind support
Cristian Iorga (1):
alsa-utils: upgrade to 1.0.28
Dan McGregor (2):
sudo: make sudoers a config file
lighttpd: install config file without execute permissions
Drew Moseley (1):
gstreamer: Set DEPENDS dynamically for plugins-ugly and plugins-bad
Fathi Boudra (1):
shadow: add Qualcomm and STMicroelectronics SoCs
Hongxu Jia (3):
sstate: Add extra intercept functions SSTATEPOSTCREATEFUNCS
bbclass/sstate: add hook SSTATE_CHECK_FUNCTIONS for sstate checking
bbclass/sstate_readonly: only allowed sstate-cache objects to be
built (read-only sstate-cache)
Kévin THIERRY (1):
package_manager: RpmPkgsList: determine rpm version
Marius Avram (1):
glib-2.0: fix mount detection
Marko Lindqvist (5):
gtk+2: update to 2.24.24
libpng: drop unnecessary automake requirement lowering patch
libpng: update to 1.6.13
pango: update to 1.36.6
gtk+3: update to 3.12.2
Martin Jansa (1):
qemu.bbclass: add -r ${OLDEST_KERNEL} parameter
Mikhail Durnev (1):
libxkbcommon: Add missing dependency on xkeyboard-config
Richard Purdie (1):
alsa-utils: hard-code alsa-utils in SRC_URI
Robert Yang (2):
insane.bbclass: add QA check: file-rdeps
package_manager.py: use RPM_PREFER_ELF_ARCH
Ross Burton (1):
pixman: upgrade to 0.32.6
Sujith H (2):
os-release: Adding a new recipe for operating system identification
systemd: Adding RRECOMMENDS for os-release
Yasir-Khan (2):
bluez5: Allow method calls over dbus for bluetooth daemon
python-native: disable user site support
meta/classes/insane.bbclass | 72 +++++++++++++++++++-
meta/classes/qemu.bbclass | 25 +++----
meta/classes/sstate.bbclass | 30 +++++++-
meta/classes/sstate_readonly.bbclass | 53 ++++++++++++++
meta/lib/oe/package_manager.py | 35 +++++-----
meta/lib/oe/rootfs.py | 2 +-
.../bluez5/bluez5/bluetooth.conf | 1 +
...un-media-sdX-drive-mount-if-username-root.patch | 39 +++++++++++
meta/recipes-core/glib-2.0/glib-2.0_2.40.0.bb | 1 +
meta/recipes-core/os-release/os-release.bb | 36 ++++++++++
meta/recipes-core/systemd/systemd_216.bb | 2 +-
.../recipes-devtools/python/python-native_2.7.3.bb | 4 ++
meta/recipes-extended/lighttpd/lighttpd_1.4.35.bb | 2 +-
meta/recipes-extended/shadow/files/securetty | 15 ++++
meta/recipes-extended/sudo/sudo.inc | 2 +
...utton-do-not-prelight-in-touchscreen-mode.patch | 0
...Duplicate-the-exec-string-returned-by-gtk.patch | 0
.../cellrenderer-cairo.patch | 0
.../configure-nm.patch | 0
.../configurefix.patch | 0
.../{gtk+-2.24.22 => gtk+-2.24.24}/doc-fixes.patch | 0
.../entry-cairo.patch | 0
.../hardcoded_libtool.patch | 0
.../run-iconcache.patch | 11 +--
.../toggle-font.diff | 0
.../{gtk+-2.24.22 => gtk+-2.24.24}/xsettings.patch | 0
meta/recipes-gnome/gtk+/gtk+3.inc | 6 +-
.../fix-build-when-wayland-backend-enabled.patch | 43 ------------
.../gtk+/{gtk+3_3.10.7.bb => gtk+3_3.12.2.bb} | 5 +-
.../gtk+/{gtk+_2.24.22.bb => gtk+_2.24.24.bb} | 4 +-
.../pango/{pango_1.36.5.bb => pango_1.36.6.bb} | 4 +-
.../xorg-lib/libxkbcommon_0.4.3.bb | 2 +-
.../xorg-lib/pixman/mips-export-revert.patch | 22 ++++++
.../{pixman_0.32.4.bb => pixman_0.32.6.bb} | 5 +-
meta/recipes-kernel/perf/perf-features.inc | 2 +-
meta/recipes-kernel/perf/perf.bb | 5 +-
.../gstreamer/gst-meta-base_0.10.bb | 7 +-
.../gstreamer/gstreamer1.0-meta-base.bb | 5 +-
...0001-configure-lower-automake-requirement.patch | 31 ---------
.../libpng/{libpng_1.6.10.bb => libpng_1.6.13.bb} | 11 ++-
meta/recipes-support/libunwind/libunwind.inc | 30 ++++++++
meta/recipes-support/libunwind/libunwind_1.1.bb | 4 ++
42 files changed, 381 insertions(+), 135 deletions(-)
create mode 100644 meta/classes/sstate_readonly.bbclass
create mode 100644 meta/recipes-core/glib-2.0/glib-2.0/allow-run-media-sdX-drive-mount-if-username-root.patch
create mode 100644 meta/recipes-core/os-release/os-release.bb
rename meta/recipes-gnome/gtk+/{gtk+-2.24.22 => gtk+-2.24.24}/0001-GtkButton-do-not-prelight-in-touchscreen-mode.patch (100%)
rename meta/recipes-gnome/gtk+/{gtk+-2.24.22 => gtk+-2.24.24}/0001-bgo-584832-Duplicate-the-exec-string-returned-by-gtk.patch (100%)
rename meta/recipes-gnome/gtk+/{gtk+-2.24.22 => gtk+-2.24.24}/cellrenderer-cairo.patch (100%)
rename meta/recipes-gnome/gtk+/{gtk+-2.24.22 => gtk+-2.24.24}/configure-nm.patch (100%)
rename meta/recipes-gnome/gtk+/{gtk+-2.24.22 => gtk+-2.24.24}/configurefix.patch (100%)
rename meta/recipes-gnome/gtk+/{gtk+-2.24.22 => gtk+-2.24.24}/doc-fixes.patch (100%)
rename meta/recipes-gnome/gtk+/{gtk+-2.24.22 => gtk+-2.24.24}/entry-cairo.patch (100%)
rename meta/recipes-gnome/gtk+/{gtk+-2.24.22 => gtk+-2.24.24}/hardcoded_libtool.patch (100%)
rename meta/recipes-gnome/gtk+/{gtk+-2.24.22 => gtk+-2.24.24}/run-iconcache.patch (72%)
rename meta/recipes-gnome/gtk+/{gtk+-2.24.22 => gtk+-2.24.24}/toggle-font.diff (100%)
rename meta/recipes-gnome/gtk+/{gtk+-2.24.22 => gtk+-2.24.24}/xsettings.patch (100%)
delete mode 100644 meta/recipes-gnome/gtk+/gtk+3/fix-build-when-wayland-backend-enabled.patch
rename meta/recipes-gnome/gtk+/{gtk+3_3.10.7.bb => gtk+3_3.12.2.bb} (75%)
rename meta/recipes-gnome/gtk+/{gtk+_2.24.22.bb => gtk+_2.24.24.bb} (93%)
rename meta/recipes-graphics/pango/{pango_1.36.5.bb => pango_1.36.6.bb} (56%)
create mode 100644 meta/recipes-graphics/xorg-lib/pixman/mips-export-revert.patch
rename meta/recipes-graphics/xorg-lib/{pixman_0.32.4.bb => pixman_0.32.6.bb} (86%)
delete mode 100644 meta/recipes-multimedia/libpng/libpng/0001-configure-lower-automake-requirement.patch
rename meta/recipes-multimedia/libpng/{libpng_1.6.10.bb => libpng_1.6.13.bb} (58%)
create mode 100644 meta/recipes-support/libunwind/libunwind.inc
create mode 100644 meta/recipes-support/libunwind/libunwind_1.1.bb
--
1.7.10.4
next reply other threads:[~2014-09-08 11:58 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-08 11:58 Ross Burton [this message]
2014-09-08 11:58 ` [PATCH 01/27] package_manager: RpmPkgsList: determine rpm version Ross Burton
2014-09-08 11:58 ` [PATCH 02/27] sstate: Add extra intercept functions SSTATEPOSTCREATEFUNCS Ross Burton
2014-09-08 11:58 ` [PATCH 03/27] insane.bbclass: add QA check: file-rdeps Ross Burton
2014-09-08 11:58 ` [PATCH 04/27] sudo: make sudoers a config file Ross Burton
2014-09-08 11:58 ` [PATCH 05/27] lighttpd: install config file without execute permissions Ross Burton
2014-09-08 11:58 ` [PATCH 06/27] libunwind: add recipes Ross Burton
2014-09-08 11:58 ` [PATCH 07/27] perf: add libunwind support Ross Burton
2014-09-08 11:58 ` [PATCH 08/27] package_manager.py: use RPM_PREFER_ELF_ARCH Ross Burton
2014-09-08 11:58 ` [PATCH 09/27] bbclass/sstate: add hook SSTATE_CHECK_FUNCTIONS for sstate checking Ross Burton
2014-09-08 11:58 ` [PATCH 10/27] bbclass/sstate_readonly: only allowed sstate-cache objects to be built (read-only sstate-cache) Ross Burton
2014-09-08 11:58 ` [PATCH 11/27] libxkbcommon: Add missing dependency on xkeyboard-config Ross Burton
2014-09-08 11:58 ` [PATCH 12/27] gtk+2: update to 2.24.24 Ross Burton
2014-09-08 11:58 ` [PATCH 13/27] libpng: drop unnecessary automake requirement lowering patch Ross Burton
2014-09-08 11:58 ` [PATCH 14/27] libpng: update to 1.6.13 Ross Burton
2014-09-08 11:58 ` [PATCH 15/27] pango: update to 1.36.6 Ross Burton
2014-09-08 11:58 ` [PATCH 16/27] gtk+3: update to 3.12.2 Ross Burton
2014-09-08 11:58 ` [PATCH 17/27] pixman: upgrade to 0.32.6 Ross Burton
2014-09-08 11:58 ` [PATCH 18/27] os-release: Adding a new recipe for operating system identification Ross Burton
2014-09-08 11:58 ` [PATCH 19/27] systemd: Adding RRECOMMENDS for os-release Ross Burton
2014-09-08 11:58 ` [PATCH 20/27] alsa-utils: upgrade to 1.0.28 Ross Burton
2014-09-08 11:58 ` [PATCH 21/27] bluez5: Allow method calls over dbus for bluetooth daemon Ross Burton
2014-09-08 11:58 ` [PATCH 22/27] gstreamer: Set DEPENDS dynamically for plugins-ugly and plugins-bad Ross Burton
2014-09-08 11:58 ` [PATCH 23/27] python-native: disable user site support Ross Burton
2014-09-08 11:58 ` [PATCH 24/27] glib-2.0: fix mount detection Ross Burton
2014-09-08 11:58 ` [PATCH 25/27] shadow: add Qualcomm and STMicroelectronics SoCs Ross Burton
2014-09-08 11:58 ` [PATCH 26/27] qemu.bbclass: add -r ${OLDEST_KERNEL} parameter Ross Burton
2014-10-02 9:22 ` Andreas Müller
2014-10-02 15:05 ` Martin Jansa
2014-10-06 8:58 ` Andreas Müller
2014-09-08 11:58 ` [PATCH 27/27] alsa-utils: hard-code alsa-utils in SRC_URI Ross Burton
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.1410177322.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.