git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a87c92
)
task-boot: move kernel to rrecommends so it can be uninstalled when providing it...
author
Koen Kooi
<koen@openembedded.org>
Thu, 19 Nov 2009 11:50:49 +0000
(12:50 +0100)
committer
Koen Kooi
<koen@openembedded.org>
Thu, 19 Nov 2009 11:50:49 +0000
(12:50 +0100)
recipes/tasks/task-boot.bb
patch
|
blob
|
history
diff --git
a/recipes/tasks/task-boot.bb
b/recipes/tasks/task-boot.bb
index
1a1b9f2
..
0ce9ee4
100644
(file)
--- 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 = "r
49
"
+PR = "r
50
"
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} \
"