From: Angelo Dureghello <angelo@sysam.it>
To: openembedded-core@lists.openembedded.org
Cc: Angelo Dureghello <angelo@sysam.it>
Subject: [PATCH 2/4] kernel-arch.bbclass: add m68k to kernel arch map
Date: Thu, 4 Oct 2018 15:29:51 +0200 [thread overview]
Message-ID: <20181004132953.3568-3-angelo@sysam.it> (raw)
In-Reply-To: <20181004132953.3568-1-angelo@sysam.it>
Signed-off-by: Angelo Dureghello <angelo@sysam.it>
---
meta/classes/kernel-arch.bbclass | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/classes/kernel-arch.bbclass b/meta/classes/kernel-arch.bbclass
index 2b52a63c64..07ec242e63 100644
--- a/meta/classes/kernel-arch.bbclass
+++ b/meta/classes/kernel-arch.bbclass
@@ -29,6 +29,7 @@ def map_kernel_arch(a, d):
elif re.match('aarch64_ilp32$', a): return 'arm64'
elif re.match('aarch64_be_ilp32$', a): return 'arm64'
elif re.match('mips(isa|)(32|64|)(r6|)(el|)$', a): return 'mips'
+ elif re.match('mcf', a): return 'm68k'
elif re.match('riscv(32|64|)(eb|)$', a): return 'riscv'
elif re.match('p(pc|owerpc)(|64)', a): return 'powerpc'
elif re.match('sh(3|4)$', a): return 'sh'
--
2.11.0
next prev parent reply other threads:[~2018-10-04 13:29 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-04 13:29 (No subject) Angelo Dureghello
2018-10-04 13:29 ` [PATCH 1/4] siteinfo: define data for m68k Angelo Dureghello
2018-10-04 13:29 ` Angelo Dureghello [this message]
2018-10-04 13:29 ` [PATCH 3/4] conf/machine/include: add m68k architecture definitions Angelo Dureghello
2018-10-04 22:02 ` Richard Purdie
2018-10-04 22:56 ` Khem Raj
2018-10-04 13:29 ` [PATCH 4/4] conf/machine/include: add mcf5441x cpu type tuning Angelo Dureghello
2018-10-04 13:55 ` (No subject) Burton, Ross
2018-10-04 15:00 ` Andrea Adami
2018-10-04 15:08 ` Angelo Dureghello
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20181004132953.3568-3-angelo@sysam.it \
--to=angelo@sysam.it \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox