Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] bitbake.conf/powerpc64: Set baselib to 'lib64' for ppc64
@ 2011-08-04 18:51 Kumar Gala
  2011-08-04 19:09 ` Saul Wold
  2011-08-05 16:48 ` Richard Purdie
  0 siblings, 2 replies; 4+ messages in thread
From: Kumar Gala @ 2011-08-04 18:51 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
---
 meta/conf/bitbake.conf |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 6f0b42c..1d83459 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -7,7 +7,9 @@
 #
 
 # Used by multilib code to change the library paths
-baselib = "lib"
+baselib = "${BASELIB}"
+BASELIB = "lib"
+BASELIB_powerpc64 = "lib64"
 
 # Path prefixes
 export base_prefix = ""
-- 
1.7.3.4




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

* Re: [PATCH] bitbake.conf/powerpc64: Set baselib to 'lib64' for ppc64
  2011-08-04 18:51 [PATCH] bitbake.conf/powerpc64: Set baselib to 'lib64' for ppc64 Kumar Gala
@ 2011-08-04 19:09 ` Saul Wold
  2011-08-04 19:31   ` Kumar Gala
  2011-08-05 16:48 ` Richard Purdie
  1 sibling, 1 reply; 4+ messages in thread
From: Saul Wold @ 2011-08-04 19:09 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On 08/04/2011 11:51 AM, Kumar Gala wrote:
> Signed-off-by: Kumar Gala<galak@kernel.crashing.org>
> ---
>   meta/conf/bitbake.conf |    4 +++-
>   1 files changed, 3 insertions(+), 1 deletions(-)
>
> diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
> index 6f0b42c..1d83459 100644
> --- a/meta/conf/bitbake.conf
> +++ b/meta/conf/bitbake.conf
> @@ -7,7 +7,9 @@
>   #
>
>   # Used by multilib code to change the library paths
> -baselib = "lib"
> +baselib = "${BASELIB}"
> +BASELIB = "lib"
Should the be ?=

> +BASELIB_powerpc64 = "lib64"
>
And this located in the arch-powerpc64 file?

Sau!


>   # Path prefixes
>   export base_prefix = ""



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

* Re: [PATCH] bitbake.conf/powerpc64: Set baselib to 'lib64' for ppc64
  2011-08-04 19:09 ` Saul Wold
@ 2011-08-04 19:31   ` Kumar Gala
  0 siblings, 0 replies; 4+ messages in thread
From: Kumar Gala @ 2011-08-04 19:31 UTC (permalink / raw)
  To: Saul Wold; +Cc: Patches and discussions about the oe-core layer


On Aug 4, 2011, at 2:09 PM, Saul Wold wrote:

> On 08/04/2011 11:51 AM, Kumar Gala wrote:
>> Signed-off-by: Kumar Gala<galak@kernel.crashing.org>
>> ---
>>  meta/conf/bitbake.conf |    4 +++-
>>  1 files changed, 3 insertions(+), 1 deletions(-)
>> 
>> diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
>> index 6f0b42c..1d83459 100644
>> --- a/meta/conf/bitbake.conf
>> +++ b/meta/conf/bitbake.conf
>> @@ -7,7 +7,9 @@
>>  #
>> 
>>  # Used by multilib code to change the library paths
>> -baselib = "lib"
>> +baselib = "${BASELIB}"
>> +BASELIB = "lib"
> Should the be ?=
> 
>> +BASELIB_powerpc64 = "lib64"
>> 
> And this located in the arch-powerpc64 file?
> 
> Sau!

This is what Richard recommend (that we do this just in bitbake.conf).  I don't think this can live in arch-powerpc64 and things work properly for it to be picked up everywhere it needs be.

- k



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

* Re: [PATCH] bitbake.conf/powerpc64: Set baselib to 'lib64' for ppc64
  2011-08-04 18:51 [PATCH] bitbake.conf/powerpc64: Set baselib to 'lib64' for ppc64 Kumar Gala
  2011-08-04 19:09 ` Saul Wold
@ 2011-08-05 16:48 ` Richard Purdie
  1 sibling, 0 replies; 4+ messages in thread
From: Richard Purdie @ 2011-08-05 16:48 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Thu, 2011-08-04 at 13:51 -0500, Kumar Gala wrote:
> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
> ---
>  meta/conf/bitbake.conf |    4 +++-
>  1 files changed, 3 insertions(+), 1 deletions(-)

Merged to master, thanks.

Richard




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

end of thread, other threads:[~2011-08-05 16:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-04 18:51 [PATCH] bitbake.conf/powerpc64: Set baselib to 'lib64' for ppc64 Kumar Gala
2011-08-04 19:09 ` Saul Wold
2011-08-04 19:31   ` Kumar Gala
2011-08-05 16:48 ` Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox