All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Multilib image/package backend enablement
@ 2011-07-26 22:50 Richard Purdie
  2011-07-26 22:50 ` [PATCH 1/3] package/rootfs_rpm: Implement RPM multilib package handling Richard Purdie
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Richard Purdie @ 2011-07-26 22:50 UTC (permalink / raw)
  To: openembedded-core

The following three patches enable very basic multilib support for 
the opkg and rpm backends.

They are available in the git repository at:
  git://git.openembedded.org/openembedded-core-contrib rpurdie/ml5
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rpurdie/ml5

Lianhao Lu (2):
  package(rootfs)_ipk.bbclass: support multilib in opkg backend.
  image.bbclass: Added variables for multilib support.

Mark Hatle (1):
  package/rootfs_rpm: Implement RPM multilib package handling

 meta/classes/image.bbclass       |   54 +++++++++-
 meta/classes/package_ipk.bbclass |   51 +++++++++
 meta/classes/package_rpm.bbclass |  229 ++++++++++++++++++++++++--------------
 meta/classes/rootfs_ipk.bbclass  |    2 +
 meta/classes/rootfs_rpm.bbclass  |   17 +++-
 5 files changed, 266 insertions(+), 87 deletions(-)

-- 
1.7.4.1




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

end of thread, other threads:[~2011-08-01  1:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-26 22:50 [PATCH 0/3] Multilib image/package backend enablement Richard Purdie
2011-07-26 22:50 ` [PATCH 1/3] package/rootfs_rpm: Implement RPM multilib package handling Richard Purdie
2011-07-27  3:18   ` Mark Hatle
2011-07-26 22:50 ` [PATCH 2/3] package(rootfs)_ipk.bbclass: support multilib in opkg backend Richard Purdie
2011-07-30 16:23   ` Khem Raj
2011-08-01  1:12     ` Lu, Lianhao
2011-07-26 22:50 ` [PATCH 3/3] image.bbclass: Added variables for multilib support Richard Purdie

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.