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:
388d14d
)
task-boot: include keymaps for devices with keyboard (taken from Poky)
author
Marcin Juszkiewicz
<hrw@openembedded.org>
Sat, 6 Oct 2007 19:06:37 +0000
(19:06 +0000)
committer
Marcin Juszkiewicz
<hrw@openembedded.org>
Sat, 6 Oct 2007 19:06:37 +0000
(19:06 +0000)
packages/tasks/task-boot.bb
patch
|
blob
|
history
diff --git
a/packages/tasks/task-boot.bb
b/packages/tasks/task-boot.bb
index
40c5bd5
..
fb09ad1
100644
(file)
--- a/
packages/tasks/task-boot.bb
+++ b/
packages/tasks/task-boot.bb
@@
-1,5
+1,5
@@
DESCRIPTION = "Basic task to get a device booting"
-PR = "r4
0
"
+PR = "r4
1
"
inherit task
@@
-40,6
+40,7
@@
RDEPENDS_task-boot = "\
base-passwd \
busybox \
initscripts \
+ ${@base_contains("MACHINE_FEATURES", "keyboard", "keymaps", "", d)} \
modutils-initscripts \
netbase \
update-alternatives \