task-boot: move kernel to rrecommends so it can be uninstalled when providing it...
authorKoen Kooi <koen@openembedded.org>
Thu, 19 Nov 2009 11:50:49 +0000 (12:50 +0100)
committerKoen Kooi <koen@openembedded.org>
Thu, 19 Nov 2009 11:50:49 +0000 (12:50 +0100)
recipes/tasks/task-boot.bb

index 1a1b9f2..0ce9ee4 100644 (file)
@@ -1,5 +1,5 @@
 DESCRIPTION = "Basic task to get a device booting"
-PR = "r49"
+PR = "r50"
 
 inherit task
 
@@ -20,7 +20,6 @@ DEPENDS = "virtual/kernel"
 # minimal set of packages - needed to boot
 #
 RDEPENDS_task-boot = "\
-    kernel \
     base-files \
     base-passwd \
     busybox \
@@ -32,5 +31,6 @@ RDEPENDS_task-boot = "\
     "
 
 RRECOMMENDS_task-boot = "\
+    kernel \
     ${MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS} \
     "