From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/3] Multilib image/package backend enablement
Date: Tue, 26 Jul 2011 23:50:24 +0100 [thread overview]
Message-ID: <cover.1311720062.git.richard.purdie@linuxfoundation.org> (raw)
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
next reply other threads:[~2011-07-26 22:54 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-26 22:50 Richard Purdie [this message]
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
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.1311720062.git.richard.purdie@linuxfoundation.org \
--to=richard.purdie@linuxfoundation.org \
--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.