* [RFC x32 0/1] x32 commits on top of rpurdie/ml3 branch @ 2011-07-26 9:25 nitin.a.kamble 2011-07-26 9:25 ` [RFC x32 1/1] insane.bbclass: add entries for linux-gnu<ABI> nitin.a.kamble 0 siblings, 1 reply; 2+ messages in thread From: nitin.a.kamble @ 2011-07-26 9:25 UTC (permalink / raw) To: openembedded-core From: Nitin A Kamble <nitin.a.kamble@intel.com> This one more commit is needed for the x32 support in the tree The following changes since commit a235513910996715e6f74ce78d6a0e4bf354329a: siteinfo: select right siteinfo as per x86_64 ABIs (2011-07-25 17:43:45 -0700) are available in the git repository at: git://git.pokylinux.org/poky-contrib nitin/ml3.x32 http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/ml3.x32 Nitin A Kamble (1): insane.bbclass: add entries for linux-gnu<ABI> meta/classes/insane.bbclass | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) -- 1.7.6 ^ permalink raw reply [flat|nested] 2+ messages in thread
* [RFC x32 1/1] insane.bbclass: add entries for linux-gnu<ABI> 2011-07-26 9:25 [RFC x32 0/1] x32 commits on top of rpurdie/ml3 branch nitin.a.kamble @ 2011-07-26 9:25 ` nitin.a.kamble 0 siblings, 0 replies; 2+ messages in thread From: nitin.a.kamble @ 2011-07-26 9:25 UTC (permalink / raw) To: openembedded-core From: Nitin A Kamble <nitin.a.kamble@intel.com> for x86_64 we have multiple ABIs now. Add entries for linux-gnu32, linux-gnux32, linux-gn64u Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> --- meta/classes/insane.bbclass | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index 5fb0d98..15e7fc7 100644 --- a/meta/classes/insane.bbclass +++ b/meta/classes/insane.bbclass @@ -90,6 +90,15 @@ def package_qa_get_machine_dict(): "microblaze": (47787, 0, 0, False, 32), "microblazeel": (47787, 0, 0, True, 32), }, + "linux-gnu32" : { + "x86_64": (62, 0, 0, True, 32), + }, + "linux-gnux32" : { + "x86_64": (62, 0, 0, True, 32), + }, + "linux-gnu64" : { + "x86_64": (62, 0, 0, True, 64), + }, } -- 1.7.6 ^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-07-26 15:55 UTC | newest] Thread overview: 2+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2011-07-26 9:25 [RFC x32 0/1] x32 commits on top of rpurdie/ml3 branch nitin.a.kamble 2011-07-26 9:25 ` [RFC x32 1/1] insane.bbclass: add entries for linux-gnu<ABI> nitin.a.kamble
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox