1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

eee901: Initial support

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5167 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Samuel Ortiz
2008-09-10 15:43:46 +00:00
parent 4f82c5078e
commit db323e31e5
2 changed files with 25 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
TARGET_ARCH = "i586"
PACKAGE_EXTRA_ARCHS = "x86"
include conf/machine/include/tune-atom.inc
MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86"
KERNEL_IMAGETYPE = "bzImage"
PREFERRED_PROVIDER_virtual/kernel = "linux-moblin2"
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
GUI_MACHINE_CLASS = "bigscreen"
PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive"
XSERVER="xserver-kdrive-fbdev"
IMAGE_ROOTFS_SIZE_ext3 = "250000"
IMAGE_FSTYPES += "ext3 jffs2 cpio.gz"
GLIBC_ADDONS = "nptl"
GLIBC_EXTRA_OECONF = "--with-tls"
+1
View File
@@ -0,0 +1 @@
TARGET_CC_ARCH = "-march=i586"