[OE-core] [PATCH] bitbake.conf/powerpc64: Set baselib to 'lib64' for ppc64

Saul Wold sgw at linux.intel.com
Thu Aug 4 19:09:26 UTC 2011


On 08/04/2011 11:51 AM, Kumar Gala wrote:
> Signed-off-by: Kumar Gala<galak at 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 = ""




More information about the Openembedded-core mailing list