summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-02-11 12:46:15 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-02-11 12:46:15 +0000
commit3da9f9458cfbf2dbca7f53feba15e31e71a0aebf (patch)
tree66d52e476134abf584c97b4ebba9f930634756b6 /meta
parent48052b1c9afe3e37c308ecd2488ffb41de8b9244 (diff)
downloadpoky-3da9f9458cfbf2dbca7f53feba15e31e71a0aebf.tar.gz
nokia n8x0: add usbinit
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3740 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r--meta/conf/machine/nokia800.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/nokia800.conf b/meta/conf/machine/nokia800.conf
index 632fcb6023..56886a0770 100644
--- a/meta/conf/machine/nokia800.conf
+++ b/meta/conf/machine/nokia800.conf
@@ -25,7 +25,7 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-nokia800"
25ROOTFS_POSTPROCESS_COMMAND += " remove_init_link; " 25ROOTFS_POSTPROCESS_COMMAND += " remove_init_link; "
26 26
27MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget usbhost vfat" 27MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget usbhost vfat"
28MACHINE_EXTRA_RDEPENDS = "cx3110x" 28MACHINE_EXTRA_RDEPENDS = "cx3110x usbinit"
29MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "nokia770-init" 29MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "nokia770-init"
30 30
31KERNEL_IMAGE_MAXSIZE = "2097152" 31KERNEL_IMAGE_MAXSIZE = "2097152"