All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] boost, nfs-utils upgrade, drop KERNEL_CC
@ 2013-01-19 22:39 Khem Raj
  2013-01-19 22:40 ` [PATCH 1/4] kernel.bbclass, module-base.bbclass: Use CC to form KERNEL_CC Khem Raj
                   ` (4 more replies)
  0 siblings, 5 replies; 22+ messages in thread
From: Khem Raj @ 2013-01-19 22:39 UTC (permalink / raw)
  To: openembedded-core; +Cc: Khem Raj

This patchset is about upgrading boost and nfs-utils to latest
KERNEL_CC is now formed using CC, this patch has been tested fair bit now

The following changes since commit 18bc7b44ef58cbcbe32d45504d71eed54ef695a4:

  guilt: add git 1.8.x support (2013-01-18 13:20:56 +0000)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib kraj/misc
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kraj/misc

Khem Raj (4):
  kernel.bbclass,module-base.bbclass: Use CC to form KERNEL_CC
  nfs-utils: Upgrade 1.2.3 -> 1.2.8-rc2
  consolekit_0.4.5.bb: Package unpackaged systemd files
  boost: Upgrade 1.51 -> 1.52

 meta/classes/kernel-arch.bbclass                   |   13 +
 meta/classes/kernel.bbclass                        |   16 +-
 meta/classes/module-base.bbclass                   |   16 -
 .../nfs-utils/nfs-utils-1.0.6-uclibc.patch         |   37 +-
 .../nfs-utils-1.2.1-exp-subtree-warn-off.patch     |   12 +
 .../nfs-utils/nfs-utils-1.2.1-statdpath-man.patch  |   58 +++
 .../nfs-utils-1.2.3-sm-notify-res_init.patch       |   21 +
 .../nfs-utils/nfs-utils-1.2.5-idmap-errmsg.patch   |   12 +
 .../nfs-utils/nfs-utils-nfsctl-x32-fix.patch       |   30 --
 .../nfs-utils/nfs-utils/nfs-utils.1.2.8.rc2.patch  |  535 ++++++++++++++++++++
 .../nfs-utils/nfs-utils.1.2.8.rc2.patch.1          |  535 ++++++++++++++++++++
 .../{nfs-utils_1.2.3.bb => nfs-utils_1.2.7.bb}     |   28 +-
 meta/recipes-support/boost/boost.inc               |    2 -
 .../boost/{boost_1.51.0.bb => boost_1.52.0.bb}     |    8 +-
 meta/recipes-support/boost/files/hash_enums.patch  |   45 --
 .../recipes-support/consolekit/consolekit_0.4.5.bb |    2 +-
 16 files changed, 1228 insertions(+), 142 deletions(-)
 create mode 100644 meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-utils-1.2.1-exp-subtree-warn-off.patch
 create mode 100644 meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-utils-1.2.1-statdpath-man.patch
 create mode 100644 meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-utils-1.2.3-sm-notify-res_init.patch
 create mode 100644 meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-utils-1.2.5-idmap-errmsg.patch
 delete mode 100644 meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-utils-nfsctl-x32-fix.patch
 create mode 100644 meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-utils.1.2.8.rc2.patch
 create mode 100644 meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-utils.1.2.8.rc2.patch.1
 rename meta/recipes-connectivity/nfs-utils/{nfs-utils_1.2.3.bb => nfs-utils_1.2.7.bb} (63%)
 rename meta/recipes-support/boost/{boost_1.51.0.bb => boost_1.52.0.bb} (44%)
 delete mode 100644 meta/recipes-support/boost/files/hash_enums.patch

-- 
1.7.9.5




^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2013-02-05  0:58 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-19 22:39 [PATCH 0/4] boost, nfs-utils upgrade, drop KERNEL_CC Khem Raj
2013-01-19 22:40 ` [PATCH 1/4] kernel.bbclass, module-base.bbclass: Use CC to form KERNEL_CC Khem Raj
2013-01-22 15:41   ` Enrico Scholz
2013-01-22 16:33     ` Khem Raj
2013-01-24 12:13       ` Changing between gold and bfd linker (was: [PATCH 1/4] kernel.bbclass, module-base.bbclass: Use CC to form KERNEL_CC) Enrico Scholz
2013-01-22 17:34     ` [PATCH 1/4] kernel.bbclass, module-base.bbclass: Use CC to form KERNEL_CC Khem Raj
2013-01-22 20:44   ` Darren Hart
2013-01-22 21:44     ` Khem Raj
2013-01-22 21:50       ` Darren Hart
2013-01-22 22:12         ` Khem Raj
2013-01-22 22:19           ` Darren Hart
2013-01-23  8:46     ` Andrea Adami
2013-02-04 20:13   ` McClintock Matthew-B29882
2013-02-04 22:51     ` Khem Raj
2013-02-04 23:56       ` McClintock Matthew-B29882
2013-01-19 22:40 ` [PATCH 2/4] nfs-utils: Upgrade 1.2.3 -> 1.2.8-rc2 Khem Raj
2013-01-21  4:08   ` Saul Wold
2013-01-21 18:43     ` Khem Raj
2013-01-19 22:40 ` [PATCH 3/4] consolekit_0.4.5.bb: Package unpackaged systemd files Khem Raj
2013-01-19 22:40 ` [PATCH 4/4] boost: Upgrade 1.51 -> 1.52 Khem Raj
2013-01-19 23:05 ` [PATCH 0/4] boost, nfs-utils upgrade, drop KERNEL_CC Otavio Salvador
2013-01-20  3:38   ` Khem Raj

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.