* [PATCH 0/1] Image/SDK multilib fixes [resend]
@ 2012-07-09 15:11 Mark Hatle
2012-07-09 15:11 ` [PATCH 1/1] multilib: Enable multilib remapping for SDK generation Mark Hatle
2012-07-09 16:25 ` [PATCH 0/1] Image/SDK multilib fixes [resend] Saul Wold
0 siblings, 2 replies; 3+ messages in thread
From: Mark Hatle @ 2012-07-09 15:11 UTC (permalink / raw)
To: openembedded-core
This is a rebased/resend of the "multilib: Enable multilib remapping for
SDK generation fix"
There have been no changes other then a rebase or current origin/master.
--Mark
The following changes since commit 68ea7d827710ae7c5cf402887d4c12319038e064:
package_rpm: Avoid duplicate package generation failures (2012-07-09 11:37:29 +0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib mhatle/sdk
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=mhatle/sdk
Mark Hatle (1):
multilib: Enable multilib remapping for SDK generation
meta/classes/multilib.bbclass | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
--
1.7.3.4
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/1] multilib: Enable multilib remapping for SDK generation
2012-07-09 15:11 [PATCH 0/1] Image/SDK multilib fixes [resend] Mark Hatle
@ 2012-07-09 15:11 ` Mark Hatle
2012-07-09 16:25 ` [PATCH 0/1] Image/SDK multilib fixes [resend] Saul Wold
1 sibling, 0 replies; 3+ messages in thread
From: Mark Hatle @ 2012-07-09 15:11 UTC (permalink / raw)
To: openembedded-core
Enable the remapping for SDK generation, this is required to be able to
create an SDK that targets an alternative multilib. Note, this work does
not finish SDK/multilib support, but it is one more step toward making
it work properly.
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
---
meta/classes/multilib.bbclass | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/meta/classes/multilib.bbclass b/meta/classes/multilib.bbclass
index f3e7618..b92a3ff 100644
--- a/meta/classes/multilib.bbclass
+++ b/meta/classes/multilib.bbclass
@@ -54,6 +54,12 @@ python __anonymous () {
d.setVar("LINGUAS_INSTALL", "")
# FIXME, we need to map this to something, not delete it!
d.setVar("PACKAGE_INSTALL_ATTEMPTONLY", "")
+
+ if bb.data.inherits_class('populate_sdk_base', d):
+ clsextend.map_depends_variable("TOOLCHAIN_TARGET_TASK")
+ clsextend.map_depends_variable("TOOLCHAIN_TARGET_TASK_ATTEMPTONLY")
+
+ if bb.data.inherits_class('image', d) or bb.data.inherits_class('populate_sdk_base', d):
return
clsextend.rename_packages()
--
1.7.3.4
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH 0/1] Image/SDK multilib fixes [resend]
2012-07-09 15:11 [PATCH 0/1] Image/SDK multilib fixes [resend] Mark Hatle
2012-07-09 15:11 ` [PATCH 1/1] multilib: Enable multilib remapping for SDK generation Mark Hatle
@ 2012-07-09 16:25 ` Saul Wold
1 sibling, 0 replies; 3+ messages in thread
From: Saul Wold @ 2012-07-09 16:25 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On 07/09/2012 08:11 AM, Mark Hatle wrote:
> This is a rebased/resend of the "multilib: Enable multilib remapping for
> SDK generation fix"
>
> There have been no changes other then a rebase or current origin/master.
>
> --Mark
>
> The following changes since commit 68ea7d827710ae7c5cf402887d4c12319038e064:
>
> package_rpm: Avoid duplicate package generation failures (2012-07-09 11:37:29 +0100)
>
> are available in the git repository at:
> git://git.pokylinux.org/poky-contrib mhatle/sdk
> http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=mhatle/sdk
>
> Mark Hatle (1):
> multilib: Enable multilib remapping for SDK generation
>
> meta/classes/multilib.bbclass | 6 ++++++
> 1 files changed, 6 insertions(+), 0 deletions(-)
>
Merged into OE-Core
Thanks
Sau!
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-07-09 16:37 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-09 15:11 [PATCH 0/1] Image/SDK multilib fixes [resend] Mark Hatle
2012-07-09 15:11 ` [PATCH 1/1] multilib: Enable multilib remapping for SDK generation Mark Hatle
2012-07-09 16:25 ` [PATCH 0/1] Image/SDK multilib fixes [resend] Saul Wold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox