diff options
author | Richard Purdie <richard@openedhand.com> | 2007-03-16 15:04:04 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-03-16 15:04:04 +0000 |
commit | 9a19fa7369226a70f7ee3b4fe81c59f7a39835c9 (patch) | |
tree | dfcefcea1cfb0f965ecb303dd4cc3f87e3b34a3c /meta/conf/machine/nokia770.conf | |
parent | 958c0363d76d4ce009a962614ee35bbfaa2ac6ba (diff) | |
download | poky-9a19fa7369226a70f7ee3b4fe81c59f7a39835c9.tar.gz |
nokia770: Add usbinit to machine rdepends
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1361 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/machine/nokia770.conf')
-rw-r--r-- | meta/conf/machine/nokia770.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/machine/nokia770.conf b/meta/conf/machine/nokia770.conf index 6bde574d02..fa9567d28c 100644 --- a/meta/conf/machine/nokia770.conf +++ b/meta/conf/machine/nokia770.conf | |||
@@ -31,6 +31,7 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-nokia770" | |||
31 | ROOTFS_POSTPROCESS_COMMAND += " remove_init_link; " | 31 | ROOTFS_POSTPROCESS_COMMAND += " remove_init_link; " |
32 | 32 | ||
33 | MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget usbhost" | 33 | MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget usbhost" |
34 | MACHINE_EXTRA_RDEPENDS = "usbinit" | ||
34 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "nokia770-init" | 35 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "nokia770-init" |
35 | 36 | ||
36 | MACHINE_TASK_PROVIDER = "task-base" | 37 | MACHINE_TASK_PROVIDER = "task-base" |