[oe-commits] org.oe.dev 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.

koen commit openembedded-commits at lists.openembedded.org
Thu Jun 21 14:33:59 UTC 2007


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.

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 62812734f661dd06875004ad08078cfdc3295ab9
ViewMTN: http://monotone.openembedded.org/revision.psp?id=62812734f661dd06875004ad08078cfdc3295ab9
Files:
1
packages/tasks/task-boot.bb
Diffs:

#
# mt diff -ref8c722889bd5cf7ded674cfc20d139a00318a1c -r62812734f661dd06875004ad08078cfdc3295ab9
#
# 
# 
# patch "packages/tasks/task-boot.bb"
#  from [115ab0b2bdb81d2173743f94013740150247661e]
#    to [29b83ee5d7b88a0372d216ecb74f747c1ec365e6]
# 
============================================================
--- packages/tasks/task-boot.bb	115ab0b2bdb81d2173743f94013740150247661e
+++ packages/tasks/task-boot.bb	29b83ee5d7b88a0372d216ecb74f747c1ec365e6
@@ -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} "






More information about the Openembedded-commits mailing list