* [PATCH] libc-packgae.bbclass: Add i686 support in locale_arch_options
@ 2012-03-29 6:48 Noor, Ahsan
2012-03-29 7:35 ` Otavio Salvador
2012-03-29 21:23 ` Richard Purdie
0 siblings, 2 replies; 3+ messages in thread
From: Noor, Ahsan @ 2012-03-29 6:48 UTC (permalink / raw)
To: openembedded-core
From: Noor Ahsan <noor_ahsan@mentor.com>
* While building for i686 architectre an error was coming that
locale_arch_options does not have support for i686. Add missing support.
* Verified on intel architecture.
Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
---
meta/classes/libc-package.bbclass | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/meta/classes/libc-package.bbclass b/meta/classes/libc-package.bbclass
index 4acf91a..957243d 100644
--- a/meta/classes/libc-package.bbclass
+++ b/meta/classes/libc-package.bbclass
@@ -271,6 +271,7 @@ python package_do_split_gconvs () {
"mips": " --uint32-align=4 --big-endian ", \
"mipsel": " --uint32-align=4 --little-endian ", \
"i586": " --uint32-align=4 --little-endian ", \
+ "i686": " --uint32-align=4 --little-endian ", \
"x86_64": " --uint32-align=4 --little-endian " }
if target_arch in locale_arch_options:
--
1.7.9
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] libc-packgae.bbclass: Add i686 support in locale_arch_options
2012-03-29 6:48 [PATCH] libc-packgae.bbclass: Add i686 support in locale_arch_options Noor, Ahsan
@ 2012-03-29 7:35 ` Otavio Salvador
2012-03-29 21:23 ` Richard Purdie
1 sibling, 0 replies; 3+ messages in thread
From: Otavio Salvador @ 2012-03-29 7:35 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
Typo in commit log; please fix it and resend.
On Thu, Mar 29, 2012 at 03:48, Noor, Ahsan <noor_ahsan@mentor.com> wrote:
> From: Noor Ahsan <noor_ahsan@mentor.com>
>
> * While building for i686 architectre an error was coming that
> locale_arch_options does not have support for i686. Add missing support.
> * Verified on intel architecture.
>
> Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
> ---
> meta/classes/libc-package.bbclass | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/meta/classes/libc-package.bbclass b/meta/classes/libc-package.bbclass
> index 4acf91a..957243d 100644
> --- a/meta/classes/libc-package.bbclass
> +++ b/meta/classes/libc-package.bbclass
> @@ -271,6 +271,7 @@ python package_do_split_gconvs () {
> "mips": " --uint32-align=4 --big-endian ", \
> "mipsel": " --uint32-align=4 --little-endian ", \
> "i586": " --uint32-align=4 --little-endian ", \
> + "i686": " --uint32-align=4 --little-endian ", \
> "x86_64": " --uint32-align=4 --little-endian " }
>
> if target_arch in locale_arch_options:
> --
> 1.7.9
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
--
Otavio Salvador O.S. Systems
E-mail: otavio@ossystems.com.br http://www.ossystems.com.br
Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] libc-packgae.bbclass: Add i686 support in locale_arch_options
2012-03-29 6:48 [PATCH] libc-packgae.bbclass: Add i686 support in locale_arch_options Noor, Ahsan
2012-03-29 7:35 ` Otavio Salvador
@ 2012-03-29 21:23 ` Richard Purdie
1 sibling, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2012-03-29 21:23 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On Thu, 2012-03-29 at 11:48 +0500, Noor, Ahsan wrote:
> From: Noor Ahsan <noor_ahsan@mentor.com>
>
> * While building for i686 architectre an error was coming that
> locale_arch_options does not have support for i686. Add missing support.
> * Verified on intel architecture.
>
> Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
> ---
> meta/classes/libc-package.bbclass | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
I merged this to master with the typo fixed.
Cheers,
Richard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-03-29 21:33 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-29 6:48 [PATCH] libc-packgae.bbclass: Add i686 support in locale_arch_options Noor, Ahsan
2012-03-29 7:35 ` Otavio Salvador
2012-03-29 21:23 ` Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox