Re: [OE-core] [PATCH v2] insane.bbclass: Additional "mips" and "mipsel" machine definitions

2016-10-18 Thread Paul Eggleton
On Tue, 18 Oct 2016 09:23:12 Juro Bystricky wrote:
> Add "mips" and "mipsel" to "machdata" table.
> Although there is a way to add entries to the "machdata" table
> from a BSP without modifying the insane.bbclass directly, MIPS is
> already supported in openembedded-core and as such the relevant entries
> should be present in insane.bbclass.

It seems v1 was already merged I'm afraid.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre
-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH v2] insane.bbclass: Additional "mips" and "mipsel" machine definitions

2016-10-18 Thread Juro Bystricky
Add "mips" and "mipsel" to "machdata" table.
Although there is a way to add entries to the "machdata" table
from a BSP without modifying the insane.bbclass directly, MIPS is
already supported in openembedded-core and as such the relevant entries
should be present in insane.bbclass.

Signed-off-by: Juro Bystricky 
---
 meta/classes/insane.bbclass | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass
index b347638..21c5cda 100644
--- a/meta/classes/insane.bbclass
+++ b/meta/classes/insane.bbclass
@@ -66,6 +66,8 @@ def package_qa_get_machine_dict(d):
 "i586" :  (3,  0,0,  True, 
 32),
 "x86_64": (62, 0,0,  True, 
 64),
 "epiphany":   (4643,   0,0,  True, 
 32),
+"mips":   ( 8, 0,0,  False,
 32),
+"mipsel": ( 8, 0,0,  True, 
 32),
   },
 "linux" : { 
 "aarch64" :   (183,0,0,  True, 
 64),
-- 
2.7.4

-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core