All of lore.kernel.org
 help / color / mirror / Atom feed
From: Angelo Dureghello <angelo@sysam.it>
To: openembedded-core@lists.openembedded.org
Cc: Angelo Dureghello <angelo@sysam.it>
Subject: [PATCH 3/4] conf/machine/include: add m68k architecture definitions
Date: Thu,  4 Oct 2018 15:29:52 +0200	[thread overview]
Message-ID: <20181004132953.3568-4-angelo@sysam.it> (raw)
In-Reply-To: <20181004132953.3568-1-angelo@sysam.it>

Signed-off-by: Angelo Dureghello <angelo@sysam.it>
---
 meta/conf/machine/include/m68k/README        | 9 +++++++++
 meta/conf/machine/include/m68k/arch-m68k.inc | 8 ++++++++
 2 files changed, 17 insertions(+)
 create mode 100644 meta/conf/machine/include/m68k/README
 create mode 100644 meta/conf/machine/include/m68k/arch-m68k.inc

diff --git a/meta/conf/machine/include/m68k/README b/meta/conf/machine/include/m68k/README
new file mode 100644
index 0000000000..58722da6c4
--- /dev/null
+++ b/meta/conf/machine/include/m68k/README
@@ -0,0 +1,9 @@
+2018/10/03 - Angelo Dureghello <angelo@sysam.it>
+  - Initial revision
+
+There are actually no ABIs defined.
+
+The TUNE_ARCH is defined as "m68k".
+
+The TUNE_PKGARCH is defind as ${TUNE_PKGARCH_tune-${DEFAULTTUNE}}.
+
diff --git a/meta/conf/machine/include/m68k/arch-m68k.inc b/meta/conf/machine/include/m68k/arch-m68k.inc
new file mode 100644
index 0000000000..3ff8a3a5b5
--- /dev/null
+++ b/meta/conf/machine/include/m68k/arch-m68k.inc
@@ -0,0 +1,8 @@
+# m68k Architecture definitions
+
+DEFAULTTUNE ?= "m68k"
+
+# Architecture name
+TUNE_ARCH = "m68k"
+
+TUNE_PKGARCH = "${TUNE_PKGARCH_tune-${DEFAULTTUNE}}"
-- 
2.11.0



  parent reply	other threads:[~2018-10-04 13:39 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 ` [PATCH 2/4] kernel-arch.bbclass: add m68k to kernel arch map Angelo Dureghello
2018-10-04 13:29 ` Angelo Dureghello [this message]
2018-10-04 22:02   ` [PATCH 3/4] conf/machine/include: add m68k architecture definitions 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-4-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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.