From: Laurentiu Palcu <laurentiu.palcu@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 00/12] package upgrades
Date: Tue, 29 Apr 2014 16:29:42 +0300 [thread overview]
Message-ID: <cover.1398775392.git.laurentiu.palcu@intel.com> (raw)
The packages were individually compiled for x86, x86-64, arm, mips, ppc, then
fired the AB nightlies for the mentioned archs. Basic sanity tests, apart from
the AB ones, were performed on a core-image-sato image for qemux86. Builds
finished successfully and no issues were spotted during tests.
laurentiu
The following changes since commit 183dac4036cb73ad6cc620002b0044d3484a398d:
bitbake: Revert "fetch2: Cleanup file checksum generation" (2014-04-28 12:54:06 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib lpalcu/upgrades
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=lpalcu/upgrades
Laurentiu Palcu (12):
xf86-input-synaptics: upgrade to 1.7.4
libdrm: upgrade to 2.4.53
xserver-xorg: upgrade to 1.15.1
python-pygobject: upgrade to 2.28.3
gdb: upgrade to 7.7
xproto: upgrade to 7.0.26
xrandr: upgrade to 1.4.2
xtrans: upgrade to 1.3.4
kexec-tools: upgrade to 2.0.6
nasm: upgrade to 2.11.02
xauth: upgrade to 1.0.9
fontconfig: upgrade to 2.11.1
.../gdb/{gdb-7.6.2.inc => gdb-7.7.inc} | 6 ++--
...canadian_7.6.2.bb => gdb-cross-canadian_7.7.bb} | 0
.../gdb/{gdb-cross_7.6.2.bb => gdb-cross_7.7.bb} | 0
.../gdb-fix-cygwin-check-in-configure-script.patch | 38 --------------------
.../gdb/{gdb_7.6.2.bb => gdb_7.7.bb} | 0
.../nasm/{nasm_2.11.bb => nasm_2.11.02.bb} | 4 +--
...bject_2.27.91.bb => python-pygobject_2.28.3.bb} | 5 ++-
.../drm/{libdrm_2.4.52.bb => libdrm_2.4.53.bb} | 4 +--
.../fontconfig/fontconfig/sysroot-arg.patch | 32 -----------------
.../{fontconfig_2.11.0.bb => fontconfig_2.11.1.bb} | 8 ++---
.../xorg-app/{xauth_1.0.8.bb => xauth_1.0.9.bb} | 4 +--
.../xorg-app/{xrandr_1.4.1.bb => xrandr_1.4.2.bb} | 4 +--
...tics_1.7.3.bb => xf86-input-synaptics_1.7.4.bb} | 4 +--
.../xorg-lib/{xtrans_1.3.3.bb => xtrans_1.3.4.bb} | 4 +--
.../{xproto_7.0.25.bb => xproto_7.0.26.bb} | 4 +--
...erver-xorg_1.15.0.bb => xserver-xorg_1.15.1.bb} | 4 +--
.../{kexec-tools_2.0.4.bb => kexec-tools_2.0.6.bb} | 4 +--
17 files changed, 26 insertions(+), 99 deletions(-)
rename meta/recipes-devtools/gdb/{gdb-7.6.2.inc => gdb-7.7.inc} (61%)
rename meta/recipes-devtools/gdb/{gdb-cross-canadian_7.6.2.bb => gdb-cross-canadian_7.7.bb} (100%)
rename meta/recipes-devtools/gdb/{gdb-cross_7.6.2.bb => gdb-cross_7.7.bb} (100%)
delete mode 100644 meta/recipes-devtools/gdb/gdb/gdb-fix-cygwin-check-in-configure-script.patch
rename meta/recipes-devtools/gdb/{gdb_7.6.2.bb => gdb_7.7.bb} (100%)
rename meta/recipes-devtools/nasm/{nasm_2.11.bb => nasm_2.11.02.bb} (81%)
rename meta/recipes-devtools/python/{python-pygobject_2.27.91.bb => python-pygobject_2.28.3.bb} (87%)
rename meta/recipes-graphics/drm/{libdrm_2.4.52.bb => libdrm_2.4.53.bb} (46%)
delete mode 100644 meta/recipes-graphics/fontconfig/fontconfig/sysroot-arg.patch
rename meta/recipes-graphics/fontconfig/{fontconfig_2.11.0.bb => fontconfig_2.11.1.bb} (83%)
rename meta/recipes-graphics/xorg-app/{xauth_1.0.8.bb => xauth_1.0.9.bb} (68%)
rename meta/recipes-graphics/xorg-app/{xrandr_1.4.1.bb => xrandr_1.4.2.bb} (72%)
rename meta/recipes-graphics/xorg-driver/{xf86-input-synaptics_1.7.3.bb => xf86-input-synaptics_1.7.4.bb} (81%)
rename meta/recipes-graphics/xorg-lib/{xtrans_1.3.3.bb => xtrans_1.3.4.bb} (82%)
rename meta/recipes-graphics/xorg-proto/{xproto_7.0.25.bb => xproto_7.0.26.bb} (74%)
rename meta/recipes-graphics/xorg-xserver/{xserver-xorg_1.15.0.bb => xserver-xorg_1.15.1.bb} (88%)
rename meta/recipes-kernel/kexec/{kexec-tools_2.0.4.bb => kexec-tools_2.0.6.bb} (57%)
--
1.7.9.5
next reply other threads:[~2014-04-29 13:51 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-29 13:29 Laurentiu Palcu [this message]
2014-04-29 13:29 ` [PATCH 01/12] xf86-input-synaptics: upgrade to 1.7.4 Laurentiu Palcu
2014-04-29 13:29 ` [PATCH 02/12] libdrm: upgrade to 2.4.53 Laurentiu Palcu
2014-04-29 13:29 ` [PATCH 03/12] xserver-xorg: upgrade to 1.15.1 Laurentiu Palcu
2014-04-29 13:29 ` [PATCH 04/12] python-pygobject: upgrade to 2.28.3 Laurentiu Palcu
2014-04-29 13:29 ` [PATCH 05/12] gdb: upgrade to 7.7 Laurentiu Palcu
2014-04-29 13:29 ` [PATCH 06/12] xproto: upgrade to 7.0.26 Laurentiu Palcu
2014-04-29 13:29 ` [PATCH 07/12] xrandr: upgrade to 1.4.2 Laurentiu Palcu
2014-04-29 13:29 ` [PATCH 08/12] xtrans: upgrade to 1.3.4 Laurentiu Palcu
2014-04-29 13:29 ` [PATCH 09/12] kexec-tools: upgrade to 2.0.6 Laurentiu Palcu
2014-04-29 13:29 ` [PATCH 10/12] nasm: upgrade to 2.11.02 Laurentiu Palcu
2014-04-29 13:29 ` [PATCH 11/12] xauth: upgrade to 1.0.9 Laurentiu Palcu
2014-04-29 13:29 ` [PATCH 12/12] fontconfig: upgrade to 2.11.1 Laurentiu Palcu
-- strict thread matches above, loose matches on Subject: below --
2018-01-23 14:05 [PATCH 00/12] package upgrades Maxin B. John
2018-01-23 14:06 ` Alexander Kanavin
2018-01-24 9:01 ` Maxin B. John
2018-01-25 7:09 ` Alexander Kanavin
2013-06-28 15:53 [PATCH 00/12] Package upgrades Ionut Radu
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.1398775392.git.laurentiu.palcu@intel.com \
--to=laurentiu.palcu@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.