diff options
author | Richard Purdie <richard@openedhand.com> | 2006-07-28 15:10:58 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-07-28 15:10:58 +0000 |
commit | 2e2d422d2e8e65c5e54c237eeb03312a2f53ee11 (patch) | |
tree | ee61ccc260bcde41b263e8acb5c129becbc56d5d | |
parent | 09fa84eaa9047a8fb267dae1a4f2ff7584899464 (diff) | |
download | poky-2e2d422d2e8e65c5e54c237eeb03312a2f53ee11.tar.gz |
nokia770.conf: Add nokia770-init to MACHINE_ESSENTIAL_EXTRA_RDEPENDS
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@577 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/conf/machine/nokia770.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/conf/machine/nokia770.conf b/meta/conf/machine/nokia770.conf index fac474edae..690b2403d8 100644 --- a/meta/conf/machine/nokia770.conf +++ b/meta/conf/machine/nokia770.conf | |||
@@ -28,10 +28,11 @@ SERIAL_CONSOLE = "115200 ttyS0" | |||
28 | 28 | ||
29 | PREFERRED_PROVIDER_virtual/kernel = "linux-nokia770" | 29 | PREFERRED_PROVIDER_virtual/kernel = "linux-nokia770" |
30 | 30 | ||
31 | BOOTSTRAP_EXTRA_RDEPENDS += "sysfsutils nokia770-init \ | 31 | #BOOTSTRAP_EXTRA_RDEPENDS += "sysfsutils nokia770-init \ |
32 | ${PCMCIA_MANAGER} apm ppp wireless-tools console-tools" | 32 | #${PCMCIA_MANAGER} apm ppp wireless-tools console-tools" |
33 | 33 | ||
34 | 34 | ||
35 | ROOTFS_POSTPROCESS_COMMAND += " remove_init_link; " | 35 | ROOTFS_POSTPROCESS_COMMAND += " remove_init_link; " |
36 | 36 | ||
37 | MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget usbhost" | 37 | MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget usbhost" |
38 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "nokia770-init" | ||