* [PATCH 0/6] upgrading from Dexuan: Dec 30, 2011
@ 2011-12-30 8:53 Dexuan Cui
2011-12-30 8:53 ` [PATCH 1/6] mdadm: upgrade to the latest version 3.2.3 Dexuan Cui
` (6 more replies)
0 siblings, 7 replies; 8+ messages in thread
From: Dexuan Cui @ 2011-12-30 8:53 UTC (permalink / raw)
To: openembedded-core
The following changes since commit 9fc755cdb528f0913baf1f2d86ef62ee4cae92f2:
Add Upstream-Status to patches (2011-12-29 13:58:12 -0800)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib dcui/stage/master_under_test
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dcui/stage/master_under_test
Dexuan Cui (6):
mdadm: upgrade to the latest version 3.2.3
liburcu: upgrade from 0.6.4 to the latest 0.6.7
lttng-ust: upgrade from 0.15 to the latest 0.16
libpciaccess: upgrade from 0.12.1 to 0.12.902
util-macros: upgrade from 1.15.0 to the latest 1.16.0
distro_tracking_fields.inc: update the info
.../conf/distro/include/distro_tracking_fields.inc | 107 +++++++++++---------
.../0001-mdadm-fix-build-failures-ppc64.patch | 52 ----------
.../mdadm/{mdadm_3.2.2.bb => mdadm_3.2.3.bb} | 13 +--
.../fix_deletion_of_last_handle.patch | 51 +++++++++
...ciaccess_0.12.1.bb => libpciaccess_0.12.902.bb} | 8 +-
...util-macros_1.15.0.bb => util-macros_1.16.0.bb} | 4 +-
meta/recipes-kernel/lttng/fix-powerpc64.patch | 17 ---
.../lttng/{lttng-ust_0.15.bb => lttng-ust_0.16.bb} | 9 +-
.../liburcu/{liburcu_0.6.4.bb => liburcu_0.6.7.bb} | 6 +-
9 files changed, 128 insertions(+), 139 deletions(-)
delete mode 100644 meta/recipes-extended/mdadm/files/0001-mdadm-fix-build-failures-ppc64.patch
rename meta/recipes-extended/mdadm/{mdadm_3.2.2.bb => mdadm_3.2.3.bb} (65%)
create mode 100644 meta/recipes-graphics/xorg-lib/libpciaccess-0.12.902/fix_deletion_of_last_handle.patch
rename meta/recipes-graphics/xorg-lib/{libpciaccess_0.12.1.bb => libpciaccess_0.12.902.bb} (50%)
rename meta/recipes-graphics/xorg-util/{util-macros_1.15.0.bb => util-macros_1.16.0.bb} (75%)
delete mode 100644 meta/recipes-kernel/lttng/fix-powerpc64.patch
rename meta/recipes-kernel/lttng/{lttng-ust_0.15.bb => lttng-ust_0.16.bb} (79%)
rename meta/recipes-support/liburcu/{liburcu_0.6.4.bb => liburcu_0.6.7.bb} (80%)
--
1.7.6
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH 1/6] mdadm: upgrade to the latest version 3.2.3
2011-12-30 8:53 [PATCH 0/6] upgrading from Dexuan: Dec 30, 2011 Dexuan Cui
@ 2011-12-30 8:53 ` Dexuan Cui
2011-12-30 8:53 ` [PATCH 2/6] liburcu: upgrade from 0.6.4 to the latest 0.6.7 Dexuan Cui
` (5 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Dexuan Cui @ 2011-12-30 8:53 UTC (permalink / raw)
To: openembedded-core
deleted 1 patch since it's in new version now.
made LICENSE field more accurate.
updated chksum of COPYING: only working change; no actual license change.
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
---
.../0001-mdadm-fix-build-failures-ppc64.patch | 52 --------------------
.../mdadm/{mdadm_3.2.2.bb => mdadm_3.2.3.bb} | 13 ++---
2 files changed, 6 insertions(+), 59 deletions(-)
delete mode 100644 meta/recipes-extended/mdadm/files/0001-mdadm-fix-build-failures-ppc64.patch
rename meta/recipes-extended/mdadm/{mdadm_3.2.2.bb => mdadm_3.2.3.bb} (65%)
diff --git a/meta/recipes-extended/mdadm/files/0001-mdadm-fix-build-failures-ppc64.patch b/meta/recipes-extended/mdadm/files/0001-mdadm-fix-build-failures-ppc64.patch
deleted file mode 100644
index f573bbc..0000000
--- a/meta/recipes-extended/mdadm/files/0001-mdadm-fix-build-failures-ppc64.patch
+++ /dev/null
@@ -1,52 +0,0 @@
-Upstream-Status: Pending
-
-From 19986c721c9ac4b353c8592998d70d0dc8860bfd Mon Sep 17 00:00:00 2001
-From: Milan Broz <mbroz@redhat.com>
-Date: Thu, 14 Jul 2011 13:58:36 +1000
-Subject: [PATCH] mdadm: fix build failures (ppc64)
-
-This patch fixes these build issues:
-
-super-intel.c: In function 'getinfo_super_imsm_volume':
-super-intel.c:2327:4: error: format '%llu' expects argument of type 'long long
-unsigned int', but argument 3 has type '__u64' [-Werror=format]
-
-super-intel.c: In function 'imsm_reshape_super':
-super-intel.c:8665:7: error: 'devnum' may be used uninitialized in this function [-Werror=uninitialized]
-
-Signed-off-by: Milan Broz <mbroz@redhat.com>
-Signed-off-by: NeilBrown <neilb@suse.de>
----
- super-intel.c | 9 ++++++---
- 1 files changed, 6 insertions(+), 3 deletions(-)
-
-diff --git a/super-intel.c b/super-intel.c
-index 5ea3b36..70cf993 100644
---- a/super-intel.c
-+++ b/super-intel.c
-@@ -2326,7 +2326,9 @@ static void getinfo_super_imsm_volume(struct supertype *st, struct mdinfo *info,
-
- dprintf("IMSM: General Migration checkpoint : %llu "
- "(%llu) -> read reshape progress : %llu\n",
-- units, blocks_per_unit, info->reshape_progress);
-+ (unsigned long long)units,
-+ (unsigned long long)blocks_per_unit,
-+ info->reshape_progress);
-
- used_disks = imsm_num_data_members(dev, 1);
- if (used_disks > 0) {
-@@ -8661,8 +8663,9 @@ static int imsm_reshape_super(struct supertype *st, long long size, int level,
- dprintf("imsm: info: Volume operation\n");
- /* find requested device */
- while (dev) {
-- imsm_find_array_minor_by_subdev(dev->index, st->container_dev, &devnum);
-- if (devnum == geo.dev_id)
-+ if (imsm_find_array_minor_by_subdev(
-+ dev->index, st->container_dev, &devnum) == 0
-+ && devnum == geo.dev_id)
- break;
- dev = dev->next;
- }
---
-1.7.6.1
-
diff --git a/meta/recipes-extended/mdadm/mdadm_3.2.2.bb b/meta/recipes-extended/mdadm/mdadm_3.2.3.bb
similarity index 65%
rename from meta/recipes-extended/mdadm/mdadm_3.2.2.bb
rename to meta/recipes-extended/mdadm/mdadm_3.2.3.bb
index 02109e3..17cdd41 100644
--- a/meta/recipes-extended/mdadm/mdadm_3.2.2.bb
+++ b/meta/recipes-extended/mdadm/mdadm_3.2.3.bb
@@ -2,21 +2,20 @@ DESCRIPTION = " A tool for managing Soft RAID under Linux"
HOMEPAGE = "http://www.kernel.org/pub/linux/utils/raid/mdadm/"
BUGTRACKER = "n/a"
-#A few files are GPLv2+ while most files are GPLv2.
-LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
+# Some files are GPLv2+ while others are GPLv2.
+LICENSE = "GPLv2 & GPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
file://mdmon.c;beginline=4;endline=18;md5=af7d8444d9c4d3e5c7caac0d9d34039d \
file://mdadm.h;beglinlne=4;endline=22;md5=462bc9936ac0d3da110191a3f9994161"
-PR = "r3"
+PR = "r0"
SRC_URI = "${KERNELORG_MIRROR}/linux/utils/raid/mdadm/${BPN}-${PV}.tar.bz2 \
- file://0001-mdadm-fix-build-failures-ppc64.patch \
file://mdadm-3.2.2_fix_for_x32.patch \
"
-SRC_URI[md5sum] = "12ee2fbf3beddb60601fb7a4c4905651"
-SRC_URI[sha256sum] = "0d1a04e688b082bc88846e3f524abd50bc782b6ffc06123140f7d358c8f9b906"
+SRC_URI[md5sum] = "d789d6ecb9c1d5ebcc64f0fc52bca92f"
+SRC_URI[sha256sum] = "0ff49a04c6250834ce1b5be5a1581532e70e2221a87e1eedec46d6656b37ab40"
CFLAGS += "-fno-strict-aliasing"
--
1.7.6
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 2/6] liburcu: upgrade from 0.6.4 to the latest 0.6.7
2011-12-30 8:53 [PATCH 0/6] upgrading from Dexuan: Dec 30, 2011 Dexuan Cui
2011-12-30 8:53 ` [PATCH 1/6] mdadm: upgrade to the latest version 3.2.3 Dexuan Cui
@ 2011-12-30 8:53 ` Dexuan Cui
2011-12-30 8:53 ` [PATCH 3/6] lttng-ust: upgrade from 0.15 to the latest 0.16 Dexuan Cui
` (4 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Dexuan Cui @ 2011-12-30 8:53 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
---
.../liburcu/{liburcu_0.6.4.bb => liburcu_0.6.7.bb} | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
rename meta/recipes-support/liburcu/{liburcu_0.6.4.bb => liburcu_0.6.7.bb} (80%)
diff --git a/meta/recipes-support/liburcu/liburcu_0.6.4.bb b/meta/recipes-support/liburcu/liburcu_0.6.7.bb
similarity index 80%
rename from meta/recipes-support/liburcu/liburcu_0.6.4.bb
rename to meta/recipes-support/liburcu/liburcu_0.6.7.bb
index 3f0596e..be73856 100644
--- a/meta/recipes-support/liburcu/liburcu_0.6.4.bb
+++ b/meta/recipes-support/liburcu/liburcu_0.6.7.bb
@@ -1,6 +1,6 @@
DESCRIPTION = "The userspace read-copy update library by Mathieu Desnoyers"
HOMEPAGE = "http://lttng.org/urcu"
-BUGTRACKER = "n/a"
+BUGTRACKER = "http://lttng.org/project/issues"
LICENSE = "LGPLv2.1+ & MIT-style"
LIC_FILES_CHKSUM = "file://LICENSE;md5=b472dc110d38774921e1d5ccb0065fff \
@@ -11,8 +11,8 @@ PR = "r0"
SRC_URI = "http://lttng.org/files/urcu/userspace-rcu-${PV}.tar.bz2"
-SRC_URI[md5sum] = "39ec317ef5af3ea167429f3eb2a93081"
-SRC_URI[sha256sum] = "2914637c60027ea52974aa7fa8ee7f2a3a0067502bbaebe01de14d6988aa8882"
+SRC_URI[md5sum] = "2705dadd65beda8e8960472c082e44b3"
+SRC_URI[sha256sum] = "b0b09aead6fbcb4d5efb4270e12f84ffd115b99b55b2c745e052b2d87a47e75f"
S = "${WORKDIR}/userspace-rcu-${PV}"
CFLAGS_append_libc-uclibc = " -D_GNU_SOURCE"
--
1.7.6
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 3/6] lttng-ust: upgrade from 0.15 to the latest 0.16
2011-12-30 8:53 [PATCH 0/6] upgrading from Dexuan: Dec 30, 2011 Dexuan Cui
2011-12-30 8:53 ` [PATCH 1/6] mdadm: upgrade to the latest version 3.2.3 Dexuan Cui
2011-12-30 8:53 ` [PATCH 2/6] liburcu: upgrade from 0.6.4 to the latest 0.6.7 Dexuan Cui
@ 2011-12-30 8:53 ` Dexuan Cui
2011-12-30 8:53 ` [PATCH 4/6] libpciaccess: upgrade from 0.12.1 to 0.12.902 Dexuan Cui
` (3 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Dexuan Cui @ 2011-12-30 8:53 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
---
meta/recipes-kernel/lttng/fix-powerpc64.patch | 17 -----------------
.../lttng/{lttng-ust_0.15.bb => lttng-ust_0.16.bb} | 9 ++++-----
2 files changed, 4 insertions(+), 22 deletions(-)
delete mode 100644 meta/recipes-kernel/lttng/fix-powerpc64.patch
rename meta/recipes-kernel/lttng/{lttng-ust_0.15.bb => lttng-ust_0.16.bb} (79%)
diff --git a/meta/recipes-kernel/lttng/fix-powerpc64.patch b/meta/recipes-kernel/lttng/fix-powerpc64.patch
deleted file mode 100644
index 3c3484c..0000000
--- a/meta/recipes-kernel/lttng/fix-powerpc64.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Upstream-Status: Submitted
-
-Add bit to detect if we are running on powerpc64 and treat it the
-same as ppc64
-
-Index: ust-0.15/configure.ac
-===================================================================
---- ust-0.15.orig/configure.ac
-+++ ust-0.15/configure.ac
-@@ -111,6 +111,7 @@ changequote([,])dnl
- x86_64) LIBFORMAT="elf64-x86-64" ;;
- powerpc) LIBFORMAT="elf32-powerpc" ;;
- ppc64) LIBFORMAT="elf64-powerpc" ;;
-+ powerpc64) LIBFORMAT="elf64-powerpc" ;;
- s390) LIBFORMAT="elf32-s390" ;;
- s390x) LIBFORMAT="elf64-s390" ;;
- armv5) LIBFORMAT="elf32-littlearm"; NO_UNALIGNED_ACCESS=1 ;;
diff --git a/meta/recipes-kernel/lttng/lttng-ust_0.15.bb b/meta/recipes-kernel/lttng/lttng-ust_0.16.bb
similarity index 79%
rename from meta/recipes-kernel/lttng/lttng-ust_0.15.bb
rename to meta/recipes-kernel/lttng/lttng-ust_0.16.bb
index 9dd4658..701bda9 100644
--- a/meta/recipes-kernel/lttng/lttng-ust_0.15.bb
+++ b/meta/recipes-kernel/lttng/lttng-ust_0.16.bb
@@ -1,7 +1,7 @@
SUMMARY = "Linux Trace Toolkit Userspace Tracer"
DESCRIPTION = "The LTTng Userspace Tracer (UST) is a library accompanied by a set of tools to trace userspace code"
HOMEPAGE = "http://lttng.org/ust"
-BUGTRACKER = "n/a"
+BUGTRACKER = "http://lttng.org/project/issues"
LICENSE = "LGPLv2.1+ & BSD"
LIC_FILES_CHKSUM = "file://COPYING;md5=e647752e045a8c45b6f583771bd561ef \
@@ -10,13 +10,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e647752e045a8c45b6f583771bd561ef \
DEPENDS = "liburcu"
-PR = "r3"
+PR = "r0"
SRC_URI = "http://lttng.org/files/ust/releases/ust-${PV}.tar.gz"
-SRC_URI_append_powerpc64 = " file://fix-powerpc64.patch"
-SRC_URI[md5sum] = "86c71486a70695dc0b2171ad16fc82b3"
-SRC_URI[sha256sum] = "7ff7ecdc051c0649d5fd21b5ceff4895ca95dc34f14cdc04e50de13cfd1903c5"
+SRC_URI[md5sum] = "8e5d5de47bfff29f50439d192ad1e478"
+SRC_URI[sha256sum] = "88167741b1fbf335e006f0208d8c41784705e28adac84df71d3d9f6c58191dab"
S = "${WORKDIR}/ust-${PV}"
--
1.7.6
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 4/6] libpciaccess: upgrade from 0.12.1 to 0.12.902
2011-12-30 8:53 [PATCH 0/6] upgrading from Dexuan: Dec 30, 2011 Dexuan Cui
` (2 preceding siblings ...)
2011-12-30 8:53 ` [PATCH 3/6] lttng-ust: upgrade from 0.15 to the latest 0.16 Dexuan Cui
@ 2011-12-30 8:53 ` Dexuan Cui
2011-12-30 8:53 ` [PATCH 5/6] util-macros: upgrade from 1.15.0 to the latest 1.16.0 Dexuan Cui
` (2 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Dexuan Cui @ 2011-12-30 8:53 UTC (permalink / raw)
To: openembedded-core
According to http://cgit.freedesktop.org/xorg/lib/libpciaccess/log/, 0.12.902
does fix some bugs, so let's upgrade to it.
Moreover, I pulled a patch from upstream git repo.
I also updated the COPYING's chksum since there is a minor change to the
Copyright header.
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
---
.../fix_deletion_of_last_handle.patch | 51 ++++++++++++++++++++
...ciaccess_0.12.1.bb => libpciaccess_0.12.902.bb} | 8 ++-
2 files changed, 56 insertions(+), 3 deletions(-)
create mode 100644 meta/recipes-graphics/xorg-lib/libpciaccess-0.12.902/fix_deletion_of_last_handle.patch
rename meta/recipes-graphics/xorg-lib/{libpciaccess_0.12.1.bb => libpciaccess_0.12.902.bb} (50%)
diff --git a/meta/recipes-graphics/xorg-lib/libpciaccess-0.12.902/fix_deletion_of_last_handle.patch b/meta/recipes-graphics/xorg-lib/libpciaccess-0.12.902/fix_deletion_of_last_handle.patch
new file mode 100644
index 0000000..1933f45
--- /dev/null
+++ b/meta/recipes-graphics/xorg-lib/libpciaccess-0.12.902/fix_deletion_of_last_handle.patch
@@ -0,0 +1,51 @@
+Upstream-Status: Backport
+
+The below patch is from
+http://cgit.freedesktop.org/xorg/lib/libpciaccess/commit/?id=a798395a1bfd9d06d40e2d8d14377a156c94429a
+It would appear in the next .tar.bz2 release.
+
+------------------------------
+
+commit a798395a1bfd9d06d40e2d8d14377a156c94429a
+Author: Daniel Drake <dsd@laptop.org>
+Date: Fri Nov 25 12:28:48 2011 -0600
+
+ delete_io_handle: fix deletion of last handle
+
+ When num_ios goes from 1 to 0, a realloc(ios, 0); call is made.
+ This is equivalent to free(ios) and NULL is returned.
+
+ However, the previous logic in the code incorrectly discards this NULL
+ return value. When we next call new_io_handle(), realloc(ios, X) is
+ called with "ios" pointing to freed memory. This causes glibc to abort.
+
+ Correct this logic to detect the 1-to-0 case and handle it correctly.
+ Other cases are unchanged; there is still value in checking the
+ return value from realloc() as it also returns NULL on error.
+
+ Signed-off-by: Daniel Drake <dsd@laptop.org>
+ Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+
+diff --git a/src/common_io.c b/src/common_io.c
+index f1319f8..5b35e07 100644
+--- a/src/common_io.c
++++ b/src/common_io.c
+@@ -64,10 +64,15 @@ delete_io_handle(struct pci_io_handle *handle)
+ }
+ }
+
+- new = realloc(ios, sizeof(struct pci_io_handle) * (num_ios - 1));
+- if (new)
+- ios = new;
+ num_ios--;
++ if (num_ios) {
++ new = realloc(ios, sizeof(struct pci_io_handle) * num_ios);
++ if (new)
++ ios = new;
++ } else {
++ free(ios);
++ ios = NULL;
++ }
+ }
+
+ _pci_hidden void
diff --git a/meta/recipes-graphics/xorg-lib/libpciaccess_0.12.1.bb b/meta/recipes-graphics/xorg-lib/libpciaccess_0.12.902.bb
similarity index 50%
rename from meta/recipes-graphics/xorg-lib/libpciaccess_0.12.1.bb
rename to meta/recipes-graphics/xorg-lib/libpciaccess_0.12.902.bb
index b3091fd..5043634 100644
--- a/meta/recipes-graphics/xorg-lib/libpciaccess_0.12.1.bb
+++ b/meta/recipes-graphics/xorg-lib/libpciaccess_0.12.902.bb
@@ -5,12 +5,14 @@ PCI bus and devices in a platform-independant way."
require xorg-lib-common.inc
+SRC_URI += "file://fix_deletion_of_last_handle.patch"
+
LICENSE = "MIT & MIT-style"
-LIC_FILES_CHKSUM = "file://COPYING;md5=2c765efe1e0722c1badff5e54429b102"
+LIC_FILES_CHKSUM = "file://COPYING;md5=de01cb89a769dc657d4c321c209ce4fc"
PR = "r0"
DEPENDS += "xproto virtual/libx11"
-SRC_URI[md5sum] = "d6363ee9f4df79f6fc47cba7c67b0d35"
-SRC_URI[sha256sum] = "cc47d7f0e48cf4eed972916b536fdc97788d7521915e3ae1cc92d540776d7344"
+SRC_URI[md5sum] = "f1db198398a8a1143822acc230843e8c"
+SRC_URI[sha256sum] = "0861d5bf68b598baa307e5c9b06dfd38ae03096b46e36b236106517bcd14b63a"
--
1.7.6
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 5/6] util-macros: upgrade from 1.15.0 to the latest 1.16.0
2011-12-30 8:53 [PATCH 0/6] upgrading from Dexuan: Dec 30, 2011 Dexuan Cui
` (3 preceding siblings ...)
2011-12-30 8:53 ` [PATCH 4/6] libpciaccess: upgrade from 0.12.1 to 0.12.902 Dexuan Cui
@ 2011-12-30 8:53 ` Dexuan Cui
2011-12-30 8:53 ` [PATCH 6/6] distro_tracking_fields.inc: update the info Dexuan Cui
2012-01-04 0:04 ` [PATCH 0/6] upgrading from Dexuan: Dec 30, 2011 Saul Wold
6 siblings, 0 replies; 8+ messages in thread
From: Dexuan Cui @ 2011-12-30 8:53 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
---
...util-macros_1.15.0.bb => util-macros_1.16.0.bb} | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-graphics/xorg-util/{util-macros_1.15.0.bb => util-macros_1.16.0.bb} (75%)
diff --git a/meta/recipes-graphics/xorg-util/util-macros_1.15.0.bb b/meta/recipes-graphics/xorg-util/util-macros_1.16.0.bb
similarity index 75%
rename from meta/recipes-graphics/xorg-util/util-macros_1.15.0.bb
rename to meta/recipes-graphics/xorg-util/util-macros_1.16.0.bb
index d2b04bf..da9c31d 100644
--- a/meta/recipes-graphics/xorg-util/util-macros_1.15.0.bb
+++ b/meta/recipes-graphics/xorg-util/util-macros_1.16.0.bb
@@ -16,5 +16,5 @@ RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})"
BBCLASSEXTEND = "native nativesdk"
-SRC_URI[md5sum] = "c7f0c94126443f6744328a92d2b94cff"
-SRC_URI[sha256sum] = "db05c59c0e7843c398ed2847ba4b5bf54292499e5fcadbb7c38a445bf4347ab8"
+SRC_URI[md5sum] = "3f77f0b6452c677d4b5ce9feaea7d15e"
+SRC_URI[sha256sum] = "1387cec5c2e655811e9a60afee7bda1652f8cd97be6c89418566bcf934ff6935"
--
1.7.6
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 6/6] distro_tracking_fields.inc: update the info
2011-12-30 8:53 [PATCH 0/6] upgrading from Dexuan: Dec 30, 2011 Dexuan Cui
` (4 preceding siblings ...)
2011-12-30 8:53 ` [PATCH 5/6] util-macros: upgrade from 1.15.0 to the latest 1.16.0 Dexuan Cui
@ 2011-12-30 8:53 ` Dexuan Cui
2012-01-04 0:04 ` [PATCH 0/6] upgrading from Dexuan: Dec 30, 2011 Saul Wold
6 siblings, 0 replies; 8+ messages in thread
From: Dexuan Cui @ 2011-12-30 8:53 UTC (permalink / raw)
To: openembedded-core
They are
mdadm
liburcu
lttng-ust
lttng-control
inputproto
libpciaccess
util-macros
libxi
libx11
libx11-trim
libx11-diet
xkeyboard-config
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
---
.../conf/distro/include/distro_tracking_fields.inc | 107 +++++++++++---------
1 files changed, 57 insertions(+), 50 deletions(-)
diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc
index e1b7c1b..e05157e 100644
--- a/meta/conf/distro/include/distro_tracking_fields.inc
+++ b/meta/conf/distro/include/distro_tracking_fields.inc
@@ -1020,13 +1020,14 @@ RECIPE_MAINTAINER_pn-quota = "Dongxiao Xu <dongxiao.xu@intel.com>"
RECIPE_STATUS_pn-mdadm = "green"
RECIPE_DEPENDENCY_CHECK_pn-mdadm = "not done"
-RECIPE_LATEST_VERSION_pn-mdadm = "3.2.2"
-RECIPE_NO_OF_PATCHES_pn-mdadm = "0"
+RECIPE_LATEST_VERSION_pn-mdadm = "3.2.3"
+RECIPE_NO_OF_PATCHES_pn-mdadm = "1"
+RECIPE_PATCH_pn-mdadm+mdadm-3.2.2_fix_for_x32 = "fix CC's value"
RECIPE_INTEL_SECTION_pn-mdadm = "base utils"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-mdadm = "2+ months"
-RECIPE_LATEST_RELEASE_DATE_pn-mdadm = "Jun 17, 2011"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-mdadm = "4+ months"
+RECIPE_LATEST_RELEASE_DATE_pn-mdadm = "Dec 23, 2011"
RECIPE_COMMENTS_pn-mdadm = ""
-RECIPE_LAST_UPDATE_pn-mdadm = "Aug 16, 2011"
+RECIPE_LAST_UPDATE_pn-mdadm = "Dec 30, 2011"
RECIPE_MAINTAINER_pn-mdadm = "Dexuan Cui <dexuan.cui@intel.com>"
RECIPE_STATUS_pn-screen = "green"
@@ -2891,38 +2892,38 @@ RECIPE_MAINTAINER_pn-tcf-agent = "Dexuan Cui <dexuan.cui@intel.com>"
RECIPE_STATUS_pn-liburcu = "green"
DISTRO_PN_ALIAS_pn-liburcu = "Fedora=userspace-rcu Ubuntu=liburcu0"
RECIPE_DEPENDENCY_CHECK_pn-liburcu = "not done"
-RECIPE_LATEST_VERSION_pn-liburcu = "0.5.4"
+RECIPE_LATEST_VERSION_pn-liburcu = "0.6.7"
RECIPE_NO_OF_PATCHES_pn-liburcu = "0"
RECIPE_INTEL_SECTION_pn-liburcu = "libs"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-liburcu = "20 hours"
-RECIPE_LATEST_RELEASE_DATE_pn-liburcu = "Mar 4, 2011"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-liburcu = "1+ months"
+RECIPE_LATEST_RELEASE_DATE_pn-liburcu = "Dec 12, 2011"
RECIPE_COMMENTS_pn-liburcu = ""
-RECIPE_LAST_UPDATE_pn-liburcu = "Apr 20, 2011"
+RECIPE_LAST_UPDATE_pn-liburcu = "Dec 30, 2011"
RECIPE_MAINTAINER_pn-liburcu = "Dexuan Cui <dexuan.cui@intel.com>"
RECIPE_STATUS_pn-lttng-ust = "green"
DISTRO_PN_ALIAS_pn-lttng-ust = "OSPDT upstream=http://lttng.org/"
RECIPE_DEPENDENCY_CHECK_pn-lttng-ust = "not done"
-RECIPE_LATEST_VERSION_pn-lttng-ust = "0.12"
+RECIPE_LATEST_VERSION_pn-lttng-ust = "0.16"
RECIPE_NO_OF_PATCHES_pn-lttng-ust = "0"
RECIPE_INTEL_SECTION_pn-lttng-ust = "sdk-tools"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-lttng-ust = "2 months"
-RECIPE_LATEST_RELEASE_DATE_pn-lttng-ust = "Mar 15, 2011"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-lttng-ust = "5 months"
+RECIPE_LATEST_RELEASE_DATE_pn-lttng-ust = "Dec 15, 2011"
RECIPE_COMMENTS_pn-lttng-ust = ""
-RECIPE_LAST_UPDATE_pn-lttng-ust = "Apr 20, 2011"
+RECIPE_LAST_UPDATE_pn-lttng-ust = "Dec 30, 2011"
RECIPE_MAINTAINER_pn-lttng-ust = "Dexuan Cui <dexuan.cui@intel.com>"
RECIPE_STATUS_pn-lttng-control = "green"
DISTRO_PN_ALIAS_pn-lttng-control = "OSPDT upstream=http://lttng.org/"
RECIPE_DEPENDENCY_CHECK_pn-lttng-control = "not done"
-RECIPE_LATEST_VERSION_pn-lttng-control = "0.88-09242010"
-RECIPE_NO_UPDATE_REASON_pn-lttng-control = "0.88-09242010 has been the latest version."
+RECIPE_LATEST_VERSION_pn-lttng-control = "0.89-05122011"
+RECIPE_NO_UPDATE_REASON_pn-lttng-control = "0.89-05122011 has been the latest version."
RECIPE_NO_OF_PATCHES_pn-lttng-control = "0"
RECIPE_INTEL_SECTION_pn-lttng-control = "sdk-tools"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-lttng-control = "3 months"
-RECIPE_LATEST_RELEASE_DATE_pn-lttng-control = "Sep 24, 2010"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-lttng-control = "8+ months"
+RECIPE_LATEST_RELEASE_DATE_pn-lttng-control = "May 12, 2011"
RECIPE_COMMENTS_pn-lttng-control = ""
-RECIPE_LAST_UPDATE_pn-lttng-control = "Nov 24, 2010"
+RECIPE_LAST_UPDATE_pn-lttng-control = "Dec 30, 2011"
RECIPE_MAINTAINER_pn-lttng-control = "Dexuan Cui <dexuan.cui@intel.com>"
RECIPE_STATUS_pn-lttng-viewer = "green"
@@ -3977,14 +3978,14 @@ RECIPE_MAINTAINER_pn-glproto = "Dexuan Cui <dexuan.cui@intel.com>"
RECIPE_STATUS_pn-inputproto = "green"
DISTRO_PN_ALIAS_pn-inputproto = "Meego=xorg-x11-proto-inputproto"
RECIPE_DEPENDENCY_CHECK_pn-inputproto = "not done"
-RECIPE_LATEST_VERSION_pn-inputproto = "2.1.99.2"
+RECIPE_LATEST_VERSION_pn-inputproto = "2.1.99.4"
RECIPE_NO_OF_PATCHES_pn-inputproto = "0"
-RECIPE_NO_UPDATE_REASON_pn-inputproto = "Do not upgrade to version: 2.1.99.2 that has unstable code. 2.2 would be the next stable release."
+RECIPE_NO_UPDATE_REASON_pn-inputproto = "Do not upgrade to version: 2.1.99.4 that has unstable code. 2.2 would be the next stable release."
RECIPE_INTEL_SECTION_pn-inputproto = "x11/libs"
RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-inputproto = "2 months"
-RECIPE_LATEST_RELEASE_DATE_pn-inputproto = "Nov 10, 2011"
+RECIPE_LATEST_RELEASE_DATE_pn-inputproto = "Dec 20, 2011"
RECIPE_COMMENTS_pn-inputproto = ""
-RECIPE_LAST_UPDATE_pn-inputproto = "Nov 30, 2011"
+RECIPE_LAST_UPDATE_pn-inputproto = "Dec 30, 2011"
RECIPE_MAINTAINER_pn-inputproto = "Dexuan Cui <dexuan.cui@intel.com>"
RECIPE_STATUS_pn-kbproto = "green"
@@ -4012,13 +4013,14 @@ RECIPE_MAINTAINER_pn-libdmx = "Dexuan Cui <dexuan.cui@intel.com>"
RECIPE_STATUS_pn-libxi = "green"
RECIPE_DEPENDENCY_CHECK_pn-libxi = "not done"
-RECIPE_LATEST_VERSION_pn-libxi = "1.4.3"
+RECIPE_LATEST_VERSION_pn-libxi = "1.5.99.2"
+RECIPE_NO_UPDATE_REASON_pn-libxi = "Do not upgrade to version: 1.5.99.2 because this is a development version that requres inputproto >= 2.0.99.1"
RECIPE_NO_OF_PATCHES_pn-libxi = "0"
RECIPE_INTEL_SECTION_pn-libxi = "x11/libs"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-libxi = "2+ months"
-RECIPE_LATEST_RELEASE_DATE_pn-libxi = "Jun 6, 2011"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-libxi = "1 day"
+RECIPE_LATEST_RELEASE_DATE_pn-libxi = "Dec 21, 2011"
RECIPE_COMMENTS_pn-libxi = ""
-RECIPE_LAST_UPDATE_pn-libxi = "Jun 13, 2011"
+RECIPE_LAST_UPDATE_pn-libxi = "Dec 30, 2011"
RECIPE_MAINTAINER_pn-libxi = "Dexuan Cui <dexuan.cui@intel.com>"
RECIPE_STATUS_pn-libxinerama = "green"
@@ -4598,35 +4600,37 @@ RECIPE_MAINTAINER_pn-libxmu = "Dexuan Cui <dexuan.cui@intel.com>"
RECIPE_STATUS_pn-libpciaccess = "green"
RECIPE_DEPENDENCY_CHECK_pn-libpciaccess = "not done"
-RECIPE_LATEST_VERSION_pn-libpciaccess = "0.12.1"
-RECIPE_NO_OF_PATCHES_pn-libpciaccess = "0"
+RECIPE_LATEST_VERSION_pn-libpciaccess = "0.12.902"
+RECIPE_NO_OF_PATCHES_pn-libpciaccess = "1"
+RECIPE_PATCH_pn-libpciaccess+fix_deletion_of_last_handle.patch = "The patch is already in upstream git repo."
RECIPE_INTEL_SECTION_pn-libpciaccess = "x11/libs"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-libpciaccess = "6+ months"
-RECIPE_LATEST_RELEASE_DATE_pn-libpciaccess = "Feb 2, 2011"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-libpciaccess = "1+ months"
+RECIPE_LATEST_RELEASE_DATE_pn-libpciaccess = "Nov 09, 2011"
RECIPE_COMMENTS_pn-libpciaccess = ""
-RECIPE_LAST_UPDATE_pn-libpciaccess = "Apr 11, 2011"
+RECIPE_LAST_UPDATE_pn-libpciaccess = "Dec 30, 2011"
RECIPE_MAINTAINER_pn-libpciaccess = "Dexuan Cui <dexuan.cui@intel.com>"
RECIPE_STATUS_pn-xkeyboard-config = "green"
RECIPE_DEPENDENCY_CHECK_pn-xkeyboard-config = "not done"
-RECIPE_LATEST_VERSION_pn-xkeyboard-config = "2.1"
+RECIPE_LATEST_VERSION_pn-xkeyboard-config = "2.3.99"
+RECIPE_NO_UPDATE_REASON_pn-xkeyboard-config = "Do not upgrade to version: 2.3.99 because this is a development version"
RECIPE_NO_OF_PATCHES_pn-xkeyboard-config = "0"
RECIPE_INTEL_SECTION_pn-xkeyboard-config = "x11/libs"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-xkeyboard-config = "3+ months"
-RECIPE_LATEST_RELEASE_DATE_pn-xkeyboard-config = "Jan 11, 2011"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-xkeyboard-config = "8 months"
+RECIPE_LATEST_RELEASE_DATE_pn-xkeyboard-config = "Sep 15, 2011"
RECIPE_COMMENTS_pn-xkeyboard-config = ""
-RECIPE_LAST_UPDATE_pn-xkeyboard-config = "Jan 28, 2011"
+RECIPE_LAST_UPDATE_pn-xkeyboard-config = "Dec 30, 2011"
RECIPE_MAINTAINER_pn-xkeyboard-config = "Dexuan Cui <dexuan.cui@intel.com>"
RECIPE_STATUS_pn-util-macros = "green"
DISTRO_PN_ALIAS_pn-util-macros = "Meego=xorg-x11-util-macros Fedora=xorg-x11-util-macros Mandriva=x11-util-macros"
RECIPE_DEPENDENCY_CHECK_pn-util-macros = "not done"
-RECIPE_LATEST_VERSION_pn-util-macros = "1.15.0"
+RECIPE_LATEST_VERSION_pn-util-macros = "1.16.0"
RECIPE_INTEL_SECTION_pn-util-macros = "x11/utils"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-util-macros = "1 month"
-RECIPE_LATEST_RELEASE_DATE_pn-util-macros = "Jun 23, 2011"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-util-macros = "5+ months"
+RECIPE_LATEST_RELEASE_DATE_pn-util-macros = "Dec 07, 2011"
RECIPE_COMMENTS_pn-util-macros = ""
-RECIPE_LAST_UPDATE_pn-util-macros = "Aug 16, 2011"
+RECIPE_LAST_UPDATE_pn-util-macros = "Dec 30, 2011"
RECIPE_MAINTAINER_pn-util-macros = "Dexuan Cui <dexuan.cui@intel.com>"
RECIPE_STATUS_pn-fontconfig = "green"
@@ -4668,23 +4672,25 @@ RECIPE_MAINTAINER_pn-librsvg = "Dexuan Cui <dexuan.cui@intel.com>"
RECIPE_STATUS_pn-libx11 = "green"
DISTRO_PN_ALIAS_pn-libx11 = "Debian=libx11-6 Fedora=libX11 Ubuntu=libx11-6 OpenSuSE=xorg-x11-libX11"
RECIPE_DEPENDENCY_CHECK_pn-libx11 = "not done"
-RECIPE_LATEST_VERSION_pn-libx11 = "1.3.4"
+RECIPE_LATEST_VERSION_pn-libx11 = "1.4.99.1"
+RECIPE_NO_UPDATE_REASON_pn-libx11 = "Do not upgrade to version: 1.4.99.1 because this is a development version"
RECIPE_NO_OF_PATCHES_pn-libx11 = "3"
RECIPE_PATCH_pn-libx11+x11_disable_makekeys = "fix to src/util/Makefile.am"
RECIPE_PATCH_pn-libx11+nodolt = "fix to configure.ac"
RECIPE_PATCH_pn-libx11+include_fix = "fix to configure.ac"
RECIPE_INTEL_SECTION_pn-libx11 = "x11/libs"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-libx11 = "5 months"
-RECIPE_LATEST_RELEASE_DATE_pn-libx11 = "Jun 01, 2010"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-libx11 = "3+ months"
+RECIPE_LATEST_RELEASE_DATE_pn-libx11 = "Nov 10, 2011"
RECIPE_COMMENTS_pn-libx11 = ""
-RECIPE_LAST_UPDATE_pn-libx11 = "Jul 9, 2010"
+RECIPE_LAST_UPDATE_pn-libx11 = "Dec 30, 2011"
RECIPE_MAINTAINER_pn-libx11 = "Dexuan Cui <dexuan.cui@intel.com>"
RECIPE_STATUS_pn-libx11-diet = "green"
DISTRO_PN_ALIAS_pn-libx11-diet = "Debian=libx11-6 Fedora=libX11 Ubuntu=libx11-6 OpenSuSE=xorg-x11-libX11"
-RECIPE_LATEST_VERSION_pn-libx11-diet = "1.4.4"
-RECIPE_LATEST_RELEASE_DATE_pn-libx11-diet = "Jul 28, 2011"
-RECIPE_LAST_UPDATE_pn-libx11-diet = "Nov 22, 2011"
+RECIPE_NO_UPDATE_REASON_pn-libx11-diet = "Do not upgrade to version: 1.4.99.1 because this is a development version"
+RECIPE_LATEST_VERSION_pn-libx11-diet = "1.4.99.1"
+RECIPE_LATEST_RELEASE_DATE_pn-libx11-diet = "Nov 10, 2011"
+RECIPE_LAST_UPDATE_pn-libx11-diet = "Dec 30, 2011"
RECIPE_MAINTAINER_pn-libx11-diet = "Xiaofeng Yan <xiaofeng.yan@windriver.com>"
RECIPE_STATUS_pn-directfb = "green"
@@ -4711,16 +4717,17 @@ RECIPE_MAINTAINER_pn-xserver-xorg-lite = "Xiaofeng Yan <xiaofeng.yan@windriver.
RECIPE_STATUS_pn-libx11-trim = "green"
DISTRO_PN_ALIAS_pn-libx11-trim = "Debian=libx11-6 Fedora=libX11 Ubuntu=libx11-6 OpenSuSE=xorg-x11-libX11"
RECIPE_DEPENDENCY_CHECK_pn-libx11-trim = "not done"
-RECIPE_LATEST_VERSION_pn-libx11-trim = "1.3.4"
+RECIPE_LATEST_VERSION_pn-libx11-trim = "1.4.99.1"
+RECIPE_NO_UPDATE_REASON_pn-libx11-trim = "Do not upgrade to version: 1.4.99.1 because this is a development version"
RECIPE_NO_OF_PATCHES_pn-libx11-trim = "3"
RECIPE_PATCH_pn-libx11-trim+x11_disable_makekeys = "fix to src/util/Makefile.am"
RECIPE_PATCH_pn-libx11-trim+include_fix = "fix to configure.ac"
RECIPE_PATCH_pn-libx11-trim+nodolt = "fix to configure.ac"
RECIPE_INTEL_SECTION_pn-libx11-trim = "x11/libs"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-libx11-trim = "5 months"
-RECIPE_LATEST_RELEASE_DATE_pn-libx11-trim = "Jun 01, 2010"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-libx11-trim = "3+ months"
+RECIPE_LATEST_RELEASE_DATE_pn-libx11-trim = "Nov 10, 2011"
RECIPE_COMMENTS_pn-libx11-trim = ""
-RECIPE_LAST_UPDATE_pn-libx11-trim = "Jul 9, 2010"
+RECIPE_LAST_UPDATE_pn-libx11-trim = "Dec 30, 2011"
RECIPE_MAINTAINER_pn-libx11-trim = "Dexuan Cui <dexuan.cui@intel.com>"
RECIPE_STATUS_pn-gnome-vfs = "green"
--
1.7.6
^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [PATCH 0/6] upgrading from Dexuan: Dec 30, 2011
2011-12-30 8:53 [PATCH 0/6] upgrading from Dexuan: Dec 30, 2011 Dexuan Cui
` (5 preceding siblings ...)
2011-12-30 8:53 ` [PATCH 6/6] distro_tracking_fields.inc: update the info Dexuan Cui
@ 2012-01-04 0:04 ` Saul Wold
6 siblings, 0 replies; 8+ messages in thread
From: Saul Wold @ 2012-01-04 0:04 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On 12/30/2011 12:53 AM, Dexuan Cui wrote:
> The following changes since commit 9fc755cdb528f0913baf1f2d86ef62ee4cae92f2:
>
> Add Upstream-Status to patches (2011-12-29 13:58:12 -0800)
>
> are available in the git repository at:
> git://git.pokylinux.org/poky-contrib dcui/stage/master_under_test
> http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dcui/stage/master_under_test
>
> Dexuan Cui (6):
> mdadm: upgrade to the latest version 3.2.3
> liburcu: upgrade from 0.6.4 to the latest 0.6.7
> lttng-ust: upgrade from 0.15 to the latest 0.16
> libpciaccess: upgrade from 0.12.1 to 0.12.902
> util-macros: upgrade from 1.15.0 to the latest 1.16.0
> distro_tracking_fields.inc: update the info
>
> .../conf/distro/include/distro_tracking_fields.inc | 107 +++++++++++---------
> .../0001-mdadm-fix-build-failures-ppc64.patch | 52 ----------
> .../mdadm/{mdadm_3.2.2.bb => mdadm_3.2.3.bb} | 13 +--
> .../fix_deletion_of_last_handle.patch | 51 +++++++++
> ...ciaccess_0.12.1.bb => libpciaccess_0.12.902.bb} | 8 +-
> ...util-macros_1.15.0.bb => util-macros_1.16.0.bb} | 4 +-
> meta/recipes-kernel/lttng/fix-powerpc64.patch | 17 ---
> .../lttng/{lttng-ust_0.15.bb => lttng-ust_0.16.bb} | 9 +-
> .../liburcu/{liburcu_0.6.4.bb => liburcu_0.6.7.bb} | 6 +-
> 9 files changed, 128 insertions(+), 139 deletions(-)
> delete mode 100644 meta/recipes-extended/mdadm/files/0001-mdadm-fix-build-failures-ppc64.patch
> rename meta/recipes-extended/mdadm/{mdadm_3.2.2.bb => mdadm_3.2.3.bb} (65%)
> create mode 100644 meta/recipes-graphics/xorg-lib/libpciaccess-0.12.902/fix_deletion_of_last_handle.patch
> rename meta/recipes-graphics/xorg-lib/{libpciaccess_0.12.1.bb => libpciaccess_0.12.902.bb} (50%)
> rename meta/recipes-graphics/xorg-util/{util-macros_1.15.0.bb => util-macros_1.16.0.bb} (75%)
> delete mode 100644 meta/recipes-kernel/lttng/fix-powerpc64.patch
> rename meta/recipes-kernel/lttng/{lttng-ust_0.15.bb => lttng-ust_0.16.bb} (79%)
> rename meta/recipes-support/liburcu/{liburcu_0.6.4.bb => liburcu_0.6.7.bb} (80%)
>
Merged into OE-Core
Thanks
Sau!
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2012-01-04 0:12 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-30 8:53 [PATCH 0/6] upgrading from Dexuan: Dec 30, 2011 Dexuan Cui
2011-12-30 8:53 ` [PATCH 1/6] mdadm: upgrade to the latest version 3.2.3 Dexuan Cui
2011-12-30 8:53 ` [PATCH 2/6] liburcu: upgrade from 0.6.4 to the latest 0.6.7 Dexuan Cui
2011-12-30 8:53 ` [PATCH 3/6] lttng-ust: upgrade from 0.15 to the latest 0.16 Dexuan Cui
2011-12-30 8:53 ` [PATCH 4/6] libpciaccess: upgrade from 0.12.1 to 0.12.902 Dexuan Cui
2011-12-30 8:53 ` [PATCH 5/6] util-macros: upgrade from 1.15.0 to the latest 1.16.0 Dexuan Cui
2011-12-30 8:53 ` [PATCH 6/6] distro_tracking_fields.inc: update the info Dexuan Cui
2012-01-04 0:04 ` [PATCH 0/6] upgrading from Dexuan: Dec 30, 2011 Saul Wold
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.