[oe-commits] [openembedded-core] 43/45: siteinfo.bbclass: Add LatticeMico32 architecture site info

git at git.openembedded.org git at git.openembedded.org
Fri Sep 21 15:25:29 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 216f8ea907c8ac7e580e33dcbd12c0f30608bf74
Author: Nathan Rossi <nathan at nathanrossi.com>
AuthorDate: Fri Sep 21 06:27:31 2018 +0000

    siteinfo.bbclass: Add LatticeMico32 architecture site info
    
    Add the basic architecture site info targets for the LatticeMico32
    architecture. This architecture does not target Linux.
    
    Signed-off-by: Nathan Rossi <nathan at nathanrossi.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/classes/siteinfo.bbclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/classes/siteinfo.bbclass b/meta/classes/siteinfo.bbclass
index dccf122..4698e6e 100644
--- a/meta/classes/siteinfo.bbclass
+++ b/meta/classes/siteinfo.bbclass
@@ -32,6 +32,7 @@ def siteinfo_data(d):
         "i586": "endian-little bit-32 ix86-common",
         "i686": "endian-little bit-32 ix86-common",
         "ia64": "endian-little bit-64",
+        "lm32": "endian-big bit-32",
         "microblaze": "endian-big bit-32 microblaze-common",
         "microblazeeb": "endian-big bit-32 microblaze-common",
         "microblazeel": "endian-little bit-32 microblaze-common",

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list