[oe-commits] [openembedded-core] 01/08: siteinfo: define data for m68k

git at git.openembedded.org git at git.openembedded.org
Mon Oct 8 13:14:19 UTC 2018


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

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

commit d8c2a5fa7d59580dd70b7ec57450e3b7c9a7d048
Author: Angelo Dureghello <angelo at sysam.it>
AuthorDate: Thu Oct 4 15:29:50 2018 +0200

    siteinfo: define data for m68k
    
    Signed-off-by: Angelo Dureghello <angelo at sysam.it>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/siteinfo.bbclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/classes/siteinfo.bbclass b/meta/classes/siteinfo.bbclass
index 24585d5..411e704 100644
--- a/meta/classes/siteinfo.bbclass
+++ b/meta/classes/siteinfo.bbclass
@@ -33,6 +33,7 @@ def siteinfo_data_for_machine(arch, os, d):
         "i686": "endian-little bit-32 ix86-common",
         "ia64": "endian-little bit-64",
         "lm32": "endian-big bit-32",
+        "m68k": "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