From: Koen Kooi Date: Thu, 19 Nov 2009 11:50:49 +0000 (+0100) Subject: task-boot: move kernel to rrecommends so it can be uninstalled when providing it... X-Git-Tag: Release-2010-05/1~1648^2~102 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db07c130e6a797ed467ee63f0cfe0471473d94a0;p=openembedded.git task-boot: move kernel to rrecommends so it can be uninstalled when providing it outside the rootfs --- diff --git a/recipes/tasks/task-boot.bb b/recipes/tasks/task-boot.bb index 1a1b9f25c8..0ce9ee4415 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} \ "