diff options
| -rw-r--r-- | meta/conf/machine/eee901.conf | 24 | ||||
| -rw-r--r-- | meta/conf/machine/include/tune-atom.inc | 1 |
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 @@ | |||
| 1 | TARGET_ARCH = "i586" | ||
| 2 | PACKAGE_EXTRA_ARCHS = "x86" | ||
| 3 | |||
| 4 | include conf/machine/include/tune-atom.inc | ||
| 5 | |||
| 6 | MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86" | ||
| 7 | |||
| 8 | KERNEL_IMAGETYPE = "bzImage" | ||
| 9 | |||
| 10 | PREFERRED_PROVIDER_virtual/kernel = "linux-moblin2" | ||
| 11 | |||
| 12 | MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" | ||
| 13 | |||
| 14 | GUI_MACHINE_CLASS = "bigscreen" | ||
| 15 | |||
| 16 | PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive" | ||
| 17 | XSERVER="xserver-kdrive-fbdev" | ||
| 18 | |||
| 19 | IMAGE_ROOTFS_SIZE_ext3 = "250000" | ||
| 20 | |||
| 21 | IMAGE_FSTYPES += "ext3 jffs2 cpio.gz" | ||
| 22 | |||
| 23 | GLIBC_ADDONS = "nptl" | ||
| 24 | GLIBC_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" | |||
