aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/include/zaurus-2.6.inc
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2008-08-03 01:14:03 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-08-03 01:14:03 +0000
commit102eafc24be4bc751c01cdff6dc3defae047f914 (patch)
tree075c9c0b9daadf1232f31e1e33566225d61b81dd /conf/machine/include/zaurus-2.6.inc
parente941c0397b13d640608a8815e3ca959dfa80b4df (diff)
downloadopenembedded-102eafc24be4bc751c01cdff6dc3defae047f914.tar.gz
zaurus-2.6.inc: commit attachment 9873 from bug 3738
* it seems this bug will lead to many changes, let's break them down one by one this particular change seems to be be low on f*ck-up potential * define preferred provider of virtual/xserver for c7x0 machine * weakly assign KERNEL_IMAGETYPE
Diffstat (limited to 'conf/machine/include/zaurus-2.6.inc')
-rw-r--r--conf/machine/include/zaurus-2.6.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/include/zaurus-2.6.inc b/conf/machine/include/zaurus-2.6.inc
index 4bea25a0ed..c16707be84 100644
--- a/conf/machine/include/zaurus-2.6.inc
+++ b/conf/machine/include/zaurus-2.6.inc
@@ -19,6 +19,7 @@ SERIAL_CONSOLE_collie = "115200 ttySA0"
PREFERRED_PROVIDER_virtual/kernel = "linux-rp"
PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive"
+PREFERRED_PROVIDER_virtual/xserver_c7x0 = "xserver-kdrive-imageon"
PCMCIA_MANAGER ?= "pcmciautils"
@@ -80,4 +81,4 @@ zaurus_make_installkit () {
RDEPENDS_kernel-base = ""
# collie is an exception. We use mmc as root, include kernel and use another small kernel to boot it.
RDEPENDS_kernel-base_collie = "kernel-image"
-KERNEL_IMAGETYPE = "zImage"
+KERNEL_IMAGETYPE ?= "zImage"