summaryrefslogtreecommitdiffstats
path: root/meta/packages/tasks/task-poky-boot.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-10-06 18:30:29 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-10-06 18:30:29 +0000
commitf65a0e7394200011bc6e3b6ae3aa2c3af3284fc6 (patch)
tree1ba682a3b034e1db71dee8a068673aa7f5b90702 /meta/packages/tasks/task-poky-boot.bb
parentdbeb5137415bc05291ff1aa0aeb3057c112ca8df (diff)
downloadpoky-f65a0e7394200011bc6e3b6ae3aa2c3af3284fc6.tar.gz
poky-task-boot: also ship keymaps - otherwise device can be unusable
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2849 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/tasks/task-poky-boot.bb')
-rw-r--r--meta/packages/tasks/task-poky-boot.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/tasks/task-poky-boot.bb b/meta/packages/tasks/task-poky-boot.bb
index 72c503d383..3696b2a067 100644
--- a/meta/packages/tasks/task-poky-boot.bb
+++ b/meta/packages/tasks/task-poky-boot.bb
@@ -6,7 +6,7 @@ DESCRIPTION = "Task for OpenedHand Poky - minimal bootable image"
6PACKAGE_ARCH = "${MACHINE_ARCH}" 6PACKAGE_ARCH = "${MACHINE_ARCH}"
7DEPENDS = "virtual/kernel" 7DEPENDS = "virtual/kernel"
8ALLOW_EMPTY = "1" 8ALLOW_EMPTY = "1"
9PR = "r3" 9PR = "r4"
10 10
11# 11#
12# Set by the machine configuration with packages essential for device bootup 12# Set by the machine configuration with packages essential for device bootup
@@ -19,6 +19,7 @@ RDEPENDS_task-poky-boot = "\
19 base-passwd \ 19 base-passwd \
20 busybox \ 20 busybox \
21 initscripts \ 21 initscripts \
22 keymaps \
22 modutils-initscripts \ 23 modutils-initscripts \
23 netbase \ 24 netbase \
24 sysvinit \ 25 sysvinit \