[oe-commits] Koen Kooi : task-boot: move kernel to rrecommends so it can be uninstalled when providing it outside the rootfs

git version control git at git.openembedded.org
Thu Nov 19 11:53:06 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: db07c130e6a797ed467ee63f0cfe0471473d94a0
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=db07c130e6a797ed467ee63f0cfe0471473d94a0

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Nov 19 12:50:49 2009 +0100

task-boot: move kernel to rrecommends so it can be uninstalled when providing it outside the rootfs

---

 recipes/tasks/task-boot.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/tasks/task-boot.bb b/recipes/tasks/task-boot.bb
index 1a1b9f2..0ce9ee4 100644
--- a/recipes/tasks/task-boot.bb
+++ b/recipes/tasks/task-boot.bb
@@ -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} \
     "





More information about the Openembedded-commits mailing list