summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorJustin Patrin <papercrane@gmail.com>2006-02-10 04:48:23 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-02-10 04:48:23 +0000
commit5475414a7806c4f9e82beb940caedfd60a1db74b (patch)
tree68df70f926fccd8992df5cfebcb502a3c2f0c28c /conf
parent1dfe53cd17ef4fb243b8fbdbd74ccfe76e40c09f (diff)
parent52675a0f186a37449790b58e8b4bfd0f7e655251 (diff)
merge of 3af6af596405ee2d8df8c79397157adaf28023b3
and 96b18d585efe43c8bffa43523fa2b70496cc94fb
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/preferred-e-versions.inc4
-rw-r--r--conf/machine/ep93xx.conf3
-rw-r--r--conf/machine/include/tune-ep9312.conf6
3 files changed, 12 insertions, 1 deletions
diff --git a/conf/distro/preferred-e-versions.inc b/conf/distro/preferred-e-versions.inc
index e4571f1ae6..f59d32ba1c 100644
--- a/conf/distro/preferred-e-versions.inc
+++ b/conf/distro/preferred-e-versions.inc
@@ -25,3 +25,7 @@ PREFERRED_VERSION_imlib2-x11 = "1.2.1.010"
PREFERRED_VERSION_imlib2-native = "1.2.1.010"
PREFERRED_VERSION_e-wm = "0.16.999.023"
PREFERRED_VERSION_entrance = "0.9.0.005"
+
+PREFERRED_PROVIDER_virtual/evas = "evas-x11"
+PREFERRED_PROVIDER_virtual/ecore = "ecore-x11"
+PREFERRED_PROVIDER_virtual/imlib2 = "imlib2-x11"
diff --git a/conf/machine/ep93xx.conf b/conf/machine/ep93xx.conf
index 3aac1aad74..f68e3dd36c 100644
--- a/conf/machine/ep93xx.conf
+++ b/conf/machine/ep93xx.conf
@@ -2,8 +2,9 @@
#@Name: Cirrus Logic EP-93xx Development Platform
#@DESCRIPTION: Machine configuration for Cirrus Logic EP-93xx Development Platform
-TARGET_ARCH = "arm"
+INHERIT += "linux_modules"
+TARGET_ARCH = "arm"
IPKG_ARCHS = "all arm armv5te ${MACHINE}"
PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}-kernel"
diff --git a/conf/machine/include/tune-ep9312.conf b/conf/machine/include/tune-ep9312.conf
new file mode 100644
index 0000000000..f7a6fb845b
--- /dev/null
+++ b/conf/machine/include/tune-ep9312.conf
@@ -0,0 +1,6 @@
+TARGET_CC_ARCH = "-march=ep9312 -mtune=ep9312"
+# add "-mfp=maverick" for newer gcc versions > 4.0
+
+#set arch to ep9312 for all generated packages
+PACKAGE_ARCH = "ep9312"
+