From: Jussi Kukkonen <jussi.kukkonen@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCHv2 0/8] Upgrades: GLib & friends
Date: Mon, 9 Nov 2015 14:43:56 +0200 [thread overview]
Message-ID: <cover.1447072488.git.jussi.kukkonen@intel.com> (raw)
Changes since V1:
* Backport Qemu patch to remove custom memory allocation functions
(feature was removed from GLib and results in ugly warning)
* Add a patch to enable more glib tests: Upstream disables some tests
while cross-compiling but we can keep them enabled
I'm not sure if the last one is worth the trouble: it's in a commit of its
own so you can drop that if it doesn't look good.
- Jussi
The following changes since commit fc45deac89ef63ca1c44e763c38ced7dfd72cbe1:
build-appliance-image: Update to jethro head revision (2015-11-03 14:03:03 +0000)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib jku/glib-et-al
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=jku/glib-et-al
Jussi Kukkonen (8):
qemu: Backport malloc-trace disabling
glib-2.0: Upgrade 2.44.1 -> 2.46.1
glib-2.0: Enable more tests while cross-compiling
glib-networking: Upgrade 2.44.0 -> 2.46.1
atk: Upgrade 2.16.0 -> 2.18.0
atk-spi2-core: Upgrade 2.16.0 -> 2.18.1
at-spi2-atk: Upgrade 2.16.0 -> 2.18.1
libsoup-2.4: Upgrade 2.50.0 -> 2.52.1
...on-t-depend-on-a-data-file-that-s-not-bui.patch | 38 +++++++++
.../Enable-more-tests-while-cross-compiling.patch | 79 ++++++++++++++++++
.../{glib-2.0_2.44.1.bb => glib-2.0_2.46.1.bb} | 6 +-
...working_2.44.0.bb => glib-networking_2.46.1.bb} | 4 +-
.../qemu/qemu/trace-remove-malloc-tracing.patch | 97 ++++++++++++++++++++++
meta/recipes-devtools/qemu/qemu_2.4.0.bb | 1 +
...at-spi2-atk_2.16.0.bb => at-spi2-atk_2.18.1.bb} | 4 +-
...-spi2-core_2.16.0.bb => at-spi2-core_2.18.1.bb} | 4 +-
.../atk/{atk_2.16.0.bb => atk_2.18.0.bb} | 4 +-
...libsoup-2.4_2.50.0.bb => libsoup-2.4_2.52.1.bb} | 6 +-
10 files changed, 231 insertions(+), 12 deletions(-)
create mode 100644 meta/recipes-core/glib-2.0/glib-2.0/0001-gio-tests-Don-t-depend-on-a-data-file-that-s-not-bui.patch
create mode 100644 meta/recipes-core/glib-2.0/glib-2.0/Enable-more-tests-while-cross-compiling.patch
rename meta/recipes-core/glib-2.0/{glib-2.0_2.44.1.bb => glib-2.0_2.46.1.bb} (73%)
rename meta/recipes-core/glib-networking/{glib-networking_2.44.0.bb => glib-networking_2.46.1.bb} (88%)
create mode 100644 meta/recipes-devtools/qemu/qemu/trace-remove-malloc-tracing.patch
rename meta/recipes-support/atk/{at-spi2-atk_2.16.0.bb => at-spi2-atk_2.18.1.bb} (82%)
rename meta/recipes-support/atk/{at-spi2-core_2.16.0.bb => at-spi2-core_2.18.1.bb} (84%)
rename meta/recipes-support/atk/{atk_2.16.0.bb => atk_2.18.0.bb} (78%)
rename meta/recipes-support/libsoup/{libsoup-2.4_2.50.0.bb => libsoup-2.4_2.52.1.bb} (82%)
--
2.1.4
next reply other threads:[~2015-11-09 12:41 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-09 12:43 Jussi Kukkonen [this message]
2015-11-09 12:43 ` [PATCHv2 1/8] qemu: Backport malloc-trace disabling Jussi Kukkonen
2015-11-09 12:43 ` [PATCHv2 2/8] glib-2.0: Upgrade 2.44.1 -> 2.46.1 Jussi Kukkonen
2015-11-16 21:06 ` Burton, Ross
2015-11-09 12:44 ` [PATCHv2 3/8] glib-2.0: Enable more tests while cross-compiling Jussi Kukkonen
2015-11-16 23:37 ` Burton, Ross
2015-11-09 12:44 ` [PATCHv2 4/8] glib-networking: Upgrade 2.44.0 -> 2.46.1 Jussi Kukkonen
2015-11-09 12:44 ` [PATCHv2 5/8] atk: Upgrade 2.16.0 -> 2.18.0 Jussi Kukkonen
2015-11-09 12:44 ` [PATCHv2 6/8] atk-spi2-core: Upgrade 2.16.0 -> 2.18.1 Jussi Kukkonen
2015-11-09 12:44 ` [PATCHv2 7/8] at-spi2-atk: " Jussi Kukkonen
2015-11-09 12:44 ` [PATCHv2 8/8] libsoup-2.4: Upgrade 2.50.0 -> 2.52.1 Jussi Kukkonen
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.1447072488.git.jussi.kukkonen@intel.com \
--to=jussi.kukkonen@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox