diff options
author | Samuel Ortiz <sameo@openedhand.com> | 2007-08-13 15:44:32 +0000 |
---|---|---|
committer | Samuel Ortiz <sameo@openedhand.com> | 2007-08-13 15:44:32 +0000 |
commit | 74ab401b25416ea990ea1a088c04a13aed9f924a (patch) | |
tree | 80e1d0b7bdce317e73c07d5c33a3883db07c6216 /meta/conf/machine | |
parent | 6bd2d7a02c62f8e462b694a01ea43384449b851b (diff) | |
download | openembedded-core-74ab401b25416ea990ea1a088c04a13aed9f924a.tar.gz openembedded-core-74ab401b25416ea990ea1a088c04a13aed9f924a.tar.bz2 openembedded-core-74ab401b25416ea990ea1a088c04a13aed9f924a.zip |
nokia770: Our preferred kernel is now the N800 one.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2487 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/machine')
-rw-r--r-- | meta/conf/machine/nokia770.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/nokia770.conf b/meta/conf/machine/nokia770.conf index b8f2d4089a..d1e52ae5b0 100644 --- a/meta/conf/machine/nokia770.conf +++ b/meta/conf/machine/nokia770.conf @@ -24,7 +24,7 @@ IMAGE_FSTYPES ?= "jffs2" # serial console port on devboard rev. B3 SERIAL_CONSOLE = "115200 ttyS0" -PREFERRED_PROVIDER_virtual/kernel = "linux-nokia770" +PREFERRED_PROVIDER_virtual/kernel = "linux-nokia800" #use this if you are using the nokia initfs ROOTFS_POSTPROCESS_COMMAND += " remove_init_link; " |