diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-06-05 20:40:09 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-06-05 20:40:09 +0000 |
commit | 4ddf109d05c20ddd00ab52ef63f5a9abc4971821 (patch) | |
tree | e439613928bfa34db6a67b174326305251fd5010 /conf/machine/nokia770.conf | |
parent | b7c7fc8392a3ff7938ddee7a10cba1d2429af967 (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/06/05 22:37:02+02:00 utwente.nl!koen
tslib-maemo_0.0.1-15.bb: tweak tslib-maemo a bit, courtesy Florian Boor
nokia770.conf: tweak preferred providers, courtesy Florian Boor
2005/06/05 21:11:14+01:00 reciva.com!pb
shuffle some gcc DEFAULT_PREFERENCEs around
BKrev: 42a36329ZV-DIwINptN5D_Kt7mt5LA
Diffstat (limited to 'conf/machine/nokia770.conf')
-rw-r--r-- | conf/machine/nokia770.conf | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/conf/machine/nokia770.conf b/conf/machine/nokia770.conf index fafcd13b4e..f1e2b96a34 100644 --- a/conf/machine/nokia770.conf +++ b/conf/machine/nokia770.conf @@ -4,9 +4,11 @@ TARGET_ARCH = "arm" IPKG_ARCHS = "all arm armv4 armv5te" -PREFERRED_PROVIDER_xserver = "xserver-kdrive-omap" +PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive-omap" PREFERRED_PROVIDER_virtual/bootloader = "" -PREFERRED_PROVIDER_tslib = "tslib-maemo" +PREFERRED_PROVIDER_virtual/tslib = "tslib-maemo" + +XSERVER = "xserver-kdrive-omap" # 800x480 is big enough for me GUI_MACHINE_CLASS = "bigscreen" @@ -27,7 +29,7 @@ EXTRA_IMAGECMD_jffs2_nokia770 = "--pad --little-endian --eraseblock=0x20000 --no SERIAL_CONSOLE = "115200 ttyS0" -#buid omap1 till nokia releases the patches +#build omap1 till nokia releases the patches PREFERRED_PROVIDER_virtual/kernel = "linux-omap1" PREFERRED_VERSION_orinoco-modules = "0.15rc1" |