[oe-commits] : zaurus-2.6.inc: commit attachment 9873 from bug 3738

OE GIT Trial gittrial at amethyst.openembedded.net
Sun Aug 3 13:30:27 UTC 2008


Module: OE.dev
Branch: master
Commit: 78d35e86ae810b84c2edcbda320dd00ae7158c0a
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=78d35e86ae810b84c2edcbda320dd00ae7158c0a

Author:  <andrea.adami at gmail.com>
Date:   Sun Aug  3 01:14:03 2008 +0000

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

---

 conf/machine/include/zaurus-2.6.inc |    3 ++-
 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 4bea25a..c16707b 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"





More information about the Openembedded-commits mailing list