All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] assorted independent pathlets
@ 2011-01-26 18:13 Bernhard Reutner-Fischer
  2011-01-26 18:13 ` [PATCH 1/9] fakeroot: add 1.14.5, mv 1.12.4 to obsolete Bernhard Reutner-Fischer
                   ` (9 more replies)
  0 siblings, 10 replies; 19+ messages in thread
From: Bernhard Reutner-Fischer @ 2011-01-26 18:13 UTC (permalink / raw)
  To: openembedded-devel

Hi,

Some independent patchlets. Ok for master?

Bernhard Reutner-Fischer (9):
  fakeroot: add 1.14.5, mv 1.12.4 to obsolete
  packaged-staging.bbclass: improve documentation
  IMAGE_CMD_ext4.xz: rm uncompressed image
  micro: get preferred binutils from sane-toolchain
  ltp: bump version
  uclibc: handle some more {machine,distro}_features
  kernel.bbclass: simplify "if image" condition
  image.bbclass: only insert feed uris if ONLINE_PACKAGE_MANAGEMENT
  util-linux: honour largefile distro feature

 classes/image.bbclass                              |    3 +-
 classes/kernel.bbclass                             |    2 +-
 classes/packaged-staging.bbclass                   |   12 +-
 conf/bitbake.conf                                  |    2 +-
 conf/distro/micro.conf                             |    1 -
 recipes/fakeroot/fakeroot-1.14.5/fix-prefix.patch  |   15 +
 .../fakeroot-1.14.5/quiet-getopt-check.patch       |   12 +
 recipes/fakeroot/fakeroot-native_1.12.4.bb         |   21 --
 recipes/fakeroot/fakeroot.inc                      |   16 +
 recipes/fakeroot/fakeroot_1.12.4.bb                |   26 --
 recipes/fakeroot/fakeroot_1.14.5.bb                |   10 +
 recipes/ltp/ltp-20100831/runalltests.patch         |  302 --------------------
 recipes/ltp/ltp-20101031/runalltests.patch         |  302 ++++++++++++++++++++
 recipes/ltp/ltp_20100831.bb                        |   39 ---
 recipes/ltp/ltp_20101031.bb                        |   38 +++
 .../obsolete/fakeroot/fakeroot-native_1.12.4.bb    |   21 ++
 recipes/obsolete/fakeroot/fakeroot_1.12.4.bb       |   26 ++
 recipes/uclibc/uclibc-config.inc                   |    5 +-
 recipes/util-linux/files/MCONFIG                   |    1 -
 recipes/util-linux/util-linux.inc                  |    4 +-
 20 files changed, 461 insertions(+), 397 deletions(-)
 create mode 100644 recipes/fakeroot/fakeroot-1.14.5/fix-prefix.patch
 create mode 100644 recipes/fakeroot/fakeroot-1.14.5/quiet-getopt-check.patch
 delete mode 100644 recipes/fakeroot/fakeroot-native_1.12.4.bb
 create mode 100644 recipes/fakeroot/fakeroot.inc
 delete mode 100644 recipes/fakeroot/fakeroot_1.12.4.bb
 create mode 100644 recipes/fakeroot/fakeroot_1.14.5.bb
 delete mode 100644 recipes/ltp/ltp-20100831/runalltests.patch
 create mode 100644 recipes/ltp/ltp-20101031/runalltests.patch
 delete mode 100644 recipes/ltp/ltp_20100831.bb
 create mode 100644 recipes/ltp/ltp_20101031.bb
 create mode 100644 recipes/obsolete/fakeroot/fakeroot-native_1.12.4.bb
 create mode 100644 recipes/obsolete/fakeroot/fakeroot_1.12.4.bb

-- 
1.7.2.3




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

end of thread, other threads:[~2011-01-27 14:57 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-26 18:13 [PATCH 0/9] assorted independent pathlets Bernhard Reutner-Fischer
2011-01-26 18:13 ` [PATCH 1/9] fakeroot: add 1.14.5, mv 1.12.4 to obsolete Bernhard Reutner-Fischer
2011-01-26 18:13 ` [PATCH 2/9] packaged-staging.bbclass: improve documentation Bernhard Reutner-Fischer
2011-01-27 11:19   ` Aeschbacher, Fabrice
2011-01-26 18:13 ` [PATCH 3/9] IMAGE_CMD_ext4.xz: rm uncompressed image Bernhard Reutner-Fischer
2011-01-26 19:21   ` Tom Rini
2011-01-26 20:08     ` Bernhard Reutner-Fischer
2011-01-27 14:56       ` Tom Rini
2011-01-26 18:13 ` [PATCH 4/9] micro: get preferred binutils from sane-toolchain Bernhard Reutner-Fischer
2011-01-26 18:13 ` [PATCH 5/9] ltp: bump version Bernhard Reutner-Fischer
2011-01-26 18:13 ` [PATCH 6/9] uclibc: handle some more {machine, distro}_features Bernhard Reutner-Fischer
2011-01-26 18:13 ` [PATCH 7/9] kernel.bbclass: simplify "if image" condition Bernhard Reutner-Fischer
2011-01-26 19:26   ` Tom Rini
2011-01-26 19:52     ` Tom Rini
2011-01-26 20:29       ` Bernhard Reutner-Fischer
2011-01-26 18:13 ` [PATCH 8/9] image.bbclass: only insert feed uris if ONLINE_PACKAGE_MANAGEMENT Bernhard Reutner-Fischer
2011-01-26 18:13 ` [PATCH 9/9] util-linux: honour largefile distro feature Bernhard Reutner-Fischer
2011-01-26 20:59   ` Khem Raj
2011-01-26 19:27 ` [PATCH 0/9] assorted independent pathlets Tom Rini

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.