diff options
author | Koen Kooi <koen@openembedded.org> | 2007-09-16 08:42:25 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-09-16 08:42:25 +0000 |
commit | c02179bd0c04e122368c5862eee1dc390cb95599 (patch) | |
tree | 49cf174c6b2f5c20578d8809b2f891cedd93dd86 /conf/machine | |
parent | bd11c73fc1aaf59a0f21fc4ad173ab17388ecaa1 (diff) | |
parent | 142e8ecfb668ea932ae55198d67c64ab59d092ac (diff) |
propagate from branch 'org.openembedded.dev' (head 97e2b25c7bdda7a64ccb33ddc8235de3638a0749)
to branch 'org.openembedded.dev.avr32' (head 56e7ad184e2407b765afc6cd46fac74bd31b0447)
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/alix.conf | 6 | ||||
-rw-r--r-- | conf/machine/gumstix-connex.conf | 2 | ||||
-rw-r--r-- | conf/machine/gumstix-verdex.conf | 2 | ||||
-rw-r--r-- | conf/machine/include/tune-geodelx.conf | 6 | ||||
-rw-r--r-- | conf/machine/omap5912osk.conf | 2 |
5 files changed, 16 insertions, 2 deletions
diff --git a/conf/machine/alix.conf b/conf/machine/alix.conf index 77312791dc..29af29a3b8 100644 --- a/conf/machine/alix.conf +++ b/conf/machine/alix.conf @@ -5,9 +5,9 @@ # http://pcengines.ch/alix1c.htm # i386 doesn't work with NTPL, see http://ecos.sourceware.org/ml/libc-ports/2006-03/msg00030.html -TARGET_ARCH = "i686" +TARGET_ARCH = "i586" -PACKAGE_EXTRA_ARCHS = "x86 i386 i486 i586" +PACKAGE_EXTRA_ARCHS = "x86 i386 i486 geode" PREFERRED_PROVIDER_virtual/kernel = "linux" PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" @@ -17,6 +17,8 @@ GLIBC_EXTRA_OECONF = "--with-tls" MACHINE_FEATURES = "kernel26 usbhost ext2 pci screen alsa acpi" +require conf/machine/include/tune-geodelx.conf + IMAGE_FSTYPES += "tar.gz" MACHINE_EXTRA_RRECOMMENDS = "\ diff --git a/conf/machine/gumstix-connex.conf b/conf/machine/gumstix-connex.conf index a431762d0a..5bca152500 100644 --- a/conf/machine/gumstix-connex.conf +++ b/conf/machine/gumstix-connex.conf @@ -1,5 +1,7 @@ require conf/machine/include/gumstix.inc +RDEPENDS_kernel-base = "" + MACHINE_FEATURES += " usbgadget " GUMSTIX_400MHZ = "y" diff --git a/conf/machine/gumstix-verdex.conf b/conf/machine/gumstix-verdex.conf index ab24552646..dc44342e65 100644 --- a/conf/machine/gumstix-verdex.conf +++ b/conf/machine/gumstix-verdex.conf @@ -1,5 +1,7 @@ require conf/machine/include/gumstix.inc +RDEPENDS_kernel-base = "" + PACKAGE_EXTRA_ARCHS += " iwmmxt " MACHINE_FEATURES += " usbhost " diff --git a/conf/machine/include/tune-geodelx.conf b/conf/machine/include/tune-geodelx.conf new file mode 100644 index 0000000000..335fadec6e --- /dev/null +++ b/conf/machine/include/tune-geodelx.conf @@ -0,0 +1,6 @@ +# Geode CPU has it's own target in GCC 4.3 +# in older versions k6-2 is closest +# +TARGET_CC_ARCH = "-march=k6-2" +PACKAGE_ARCH = "geode" + diff --git a/conf/machine/omap5912osk.conf b/conf/machine/omap5912osk.conf index 7418054f49..ee476b3602 100644 --- a/conf/machine/omap5912osk.conf +++ b/conf/machine/omap5912osk.conf @@ -25,5 +25,7 @@ MACHINE_EXTRA_RRECOMMENDS = "kernel-module-ide-cs \ kernel-module-nls-base \ kernel-module-vfat" +RDEPENDS_kernel-base = "" + require conf/machine/include/tune-arm926ejs.inc |