diff options
author | Koen Kooi <koen@openembedded.org> | 2007-06-21 14:23:52 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-06-21 14:23:52 +0000 |
commit | 95cf12115af421c15c39c79cb86a732e7cfe94b8 (patch) | |
tree | 6439467a8cb6191baa8170317d5eb9ffa6038823 | |
parent | 337ffc74747f6bfb9daa47ceabc57a513629496c (diff) |
task-boot: task-boot is meant to provide the smallest possible set to get an image booting to a login prompt, so additional wishes should be in another task, or specified in the PACKAGE_INSTALL or the desired image.
-rw-r--r-- | packages/tasks/task-boot.bb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/packages/tasks/task-boot.bb b/packages/tasks/task-boot.bb index 4f3b0fc817..4ef20fe3ac 100644 --- a/packages/tasks/task-boot.bb +++ b/packages/tasks/task-boot.bb @@ -46,11 +46,9 @@ RDEPENDS_task-boot = "\ ${DISTRO_DEV_MANAGER} \ ${DISTRO_INIT_MANAGER} \ ${DISTRO_LOGIN_MANAGER} \ - ${DISTRO_EXTRA_RDEPENDS} \ ${MACHINE_ESSENTIAL_EXTRA_RDEPENDS} \ - ${MACHINE_EXTRA_RDEPENDS}" + " RRECOMMENDS_task-boot = "\ ${MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS} \ - ${MACHINE_EXTRA_RRECOMMENDS} \ - ${DISTRO_EXTRA_RRECOMMENDS} " + " |