[oe-commits] [openembedded-core] 05/10: conf/machine/include: add m68k architecture definitions

git at git.openembedded.org git at git.openembedded.org
Thu Oct 4 22:04:28 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 0d4e4f97e831606efd356fc42cc54b5073a78eff
Author: Angelo Dureghello <angelo at sysam.it>
AuthorDate: Thu Oct 4 15:29:52 2018 +0200

    conf/machine/include: add m68k architecture definitions
    
    Signed-off-by: Angelo Dureghello <angelo at sysam.it>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/conf/machine/include/m68k/arch-m68k.inc | 8 ++++++++
 1 file changed, 8 insertions(+)

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 0000000..3ff8a3a
--- /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}}"

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


More information about the Openembedded-commits mailing list