diff options
| author | Koen Kooi <koen@openembedded.org> | 2009-11-20 08:59:33 +0100 |
|---|---|---|
| committer | Koen Kooi <koen@openembedded.org> | 2009-11-20 08:59:33 +0100 |
| commit | e7e587f6e5252fa2b8ba9f794eb13b13bd318a20 (patch) | |
| tree | 87ef55175a0067527b8929f06c42f62e78ad0074 /conf/machine | |
| parent | 4bdcd55396eb766ab8df692abe52992329918a9a (diff) | |
| parent | e86672acc562feba595bb8c31a33cdfed6410fe0 (diff) | |
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'conf/machine')
| -rw-r--r-- | conf/machine/include/tune-atom.inc | 8 | ||||
| -rw-r--r-- | conf/machine/ion.conf | 23 | ||||
| -rw-r--r-- | conf/machine/om-gta02.conf | 3 |
3 files changed, 33 insertions, 1 deletions
diff --git a/conf/machine/include/tune-atom.inc b/conf/machine/include/tune-atom.inc new file mode 100644 index 0000000000..b1f6453526 --- /dev/null +++ b/conf/machine/include/tune-atom.inc @@ -0,0 +1,8 @@ +# GCC 4.3.0- (see Poky) +# TARGET_CC_ARCH = "-march=i586" +# +# GCC 4.3.1+ (see Gentoo) +#TARGET_CC_ARCH = "-march=core2" + +# GCC 4.4.2+ (see Fedora 12) +TARGET_CC_ARCH = "-march=i686 -mtune=atom" diff --git a/conf/machine/ion.conf b/conf/machine/ion.conf new file mode 100644 index 0000000000..f58219bd1a --- /dev/null +++ b/conf/machine/ion.conf @@ -0,0 +1,23 @@ +#@TYPE: Machine +#@NAME: Ion + +#@DESCRIPTION: Machine configuration for NVidia Ion based machines. +#Point of View ION, Asrock 330, etc. + +TARGET_ARCH = "i686" + +#MACHINE_ARCH = "core2" + +PACKAGE_EXTRA_ARCHS = "x86" + +include conf/machine/include/tune-atom.inc + +MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 wifi \ + acpi" + +KERNEL_IMAGETYPE = "bzImage" + +PREFERRED_PROVIDER_virtual/kernel ?= "linux" + +GLIBC_ADDONS = "nptl" +GLIBC_EXTRA_OECONF = "--with-tls" diff --git a/conf/machine/om-gta02.conf b/conf/machine/om-gta02.conf index 5882019e19..d47320e59d 100644 --- a/conf/machine/om-gta02.conf +++ b/conf/machine/om-gta02.conf @@ -36,7 +36,8 @@ XSERVER ?= "xserver-xorg \ # fbreader specific READER_RESOLUTION = "480x640" -READER_ARCH = "openzaurus" +READER_ARCH = "desktop" +READER_UI = "gtk" # package machine specific modules MACHINE_EXTRA_RRECOMMENDS = "\ |
