diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-10-06 18:30:29 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-10-06 18:30:29 +0000 |
commit | f65a0e7394200011bc6e3b6ae3aa2c3af3284fc6 (patch) | |
tree | 1ba682a3b034e1db71dee8a068673aa7f5b90702 /meta | |
parent | dbeb5137415bc05291ff1aa0aeb3057c112ca8df (diff) | |
download | poky-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')
-rw-r--r-- | meta/packages/tasks/task-poky-boot.bb | 3 |
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" | |||
6 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 6 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
7 | DEPENDS = "virtual/kernel" | 7 | DEPENDS = "virtual/kernel" |
8 | ALLOW_EMPTY = "1" | 8 | ALLOW_EMPTY = "1" |
9 | PR = "r3" | 9 | PR = "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 \ |