aboutsummaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2011-07-19 12:41:34 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-20 15:24:57 +0100
commit1448b6381b2039d0da7ab06c522d973bd8126747 (patch)
treee0388bd35fe43d6f13e91515a1834484d355b66c /meta/conf
parent1a9ae8ea8c0540d41b8ff4d95c0420d6df754634 (diff)
downloadopenembedded-core-contrib-1448b6381b2039d0da7ab06c522d973bd8126747.tar.gz
tune-ppce500v2: Add a tune file for PowerPC e500v2 cores
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/machine/include/tune-ppce500v2.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/conf/machine/include/tune-ppce500v2.inc b/meta/conf/machine/include/tune-ppce500v2.inc
new file mode 100644
index 0000000000..d76dbc9a20
--- /dev/null
+++ b/meta/conf/machine/include/tune-ppce500v2.inc
@@ -0,0 +1,4 @@
+TARGET_CC_ARCH = "-mcpu=8548 -mabi=spe -mspe"
+BASE_PACKAGE_ARCH = "ppce500v2"
+FEED_ARCH = "ppce500v2"
+PACKAGE_EXTRA_ARCHS = "powerpc ppce500v2"