diff options
author | Rafael Campos Las Heras <methril@gmail.com> | 2009-08-10 13:07:01 +0000 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2009-08-11 03:37:06 +0200 |
commit | 7a1bea0c401749e0bfb8d387df04cab2f11ae155 (patch) | |
tree | bc1e8bb2601a0da18b5657746a000a98ed645861 /conf/machine | |
parent | 51221fe1ad416904f7db22f4cc80b712757e3681 (diff) |
Update the em-x270 machine to work with linux_2.6.23.
* Use of generic linux_2.6.23 recipe
* remove em-x270_2.6.23 recipe (ugly).
* Add a patch that allows to compile with gcc 4.1 compiler.
Signed-off-by: Rafael Campos Las Heras <methril@gmail.com>
Signed-off-By: Holger Hans Peter Freyther <zecke@selfish.org>
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/em-x270.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/em-x270.conf b/conf/machine/em-x270.conf index f8a5c951b7..efcf10484a 100644 --- a/conf/machine/em-x270.conf +++ b/conf/machine/em-x270.conf @@ -9,7 +9,7 @@ TARGET_ARCH = "arm" GUI_MACHINE_CLASS ?= "bigscreen" PACKAGE_EXTRA_ARCHS = "iwmmxt " -PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}" +PREFERRED_PROVIDER_virtual/kernel = "linux" # Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm. #require conf/machine/include/tune-xscale.inc @@ -43,7 +43,7 @@ MACHINE_FEATURES = "kernel26 touchscreen apm alsa bluetooth wifi usbhost usbgadg # #PCMCIA_MANAGER = "pcmciautils" -PREFERRED_VERSION_em-x270 = "2.6.23" +PREFERRED_VERSION_linux = "2.6.23" MODUTILS = "26" PREFERRED_PROVIDER_xserver = "xserver-kdrive" |