summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@openedhand.com>2008-09-10 15:43:46 +0000
committerSamuel Ortiz <sameo@openedhand.com>2008-09-10 15:43:46 +0000
commitdb323e31e58619296d62789e493ff7eaf79e101e (patch)
treeee557eb97c6e5ddcc2240acad8cb2d8072a3437a
parent4f82c5078e46fa0799038df33ad1cd624cf54bde (diff)
downloadpoky-db323e31e58619296d62789e493ff7eaf79e101e.tar.gz
eee901: Initial support
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5167 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r--meta/conf/machine/eee901.conf24
-rw-r--r--meta/conf/machine/include/tune-atom.inc1
2 files changed, 25 insertions, 0 deletions
diff --git a/meta/conf/machine/eee901.conf b/meta/conf/machine/eee901.conf
new file mode 100644
index 0000000000..c0c38beba3
--- /dev/null
+++ b/meta/conf/machine/eee901.conf
@@ -0,0 +1,24 @@
1TARGET_ARCH = "i586"
2PACKAGE_EXTRA_ARCHS = "x86"
3
4include conf/machine/include/tune-atom.inc
5
6MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86"
7
8KERNEL_IMAGETYPE = "bzImage"
9
10PREFERRED_PROVIDER_virtual/kernel = "linux-moblin2"
11
12MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
13
14GUI_MACHINE_CLASS = "bigscreen"
15
16PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive"
17XSERVER="xserver-kdrive-fbdev"
18
19IMAGE_ROOTFS_SIZE_ext3 = "250000"
20
21IMAGE_FSTYPES += "ext3 jffs2 cpio.gz"
22
23GLIBC_ADDONS = "nptl"
24GLIBC_EXTRA_OECONF = "--with-tls"
diff --git a/meta/conf/machine/include/tune-atom.inc b/meta/conf/machine/include/tune-atom.inc
new file mode 100644
index 0000000000..607054674d
--- /dev/null
+++ b/meta/conf/machine/include/tune-atom.inc
@@ -0,0 +1 @@
TARGET_CC_ARCH = "-march=i586"