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/packages/tasks | |
parent | dbeb5137415bc05291ff1aa0aeb3057c112ca8df (diff) | |
download | openembedded-core-f65a0e7394200011bc6e3b6ae3aa2c3af3284fc6.tar.gz openembedded-core-f65a0e7394200011bc6e3b6ae3aa2c3af3284fc6.tar.bz2 openembedded-core-f65a0e7394200011bc6e3b6ae3aa2c3af3284fc6.zip |
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')
-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" PACKAGE_ARCH = "${MACHINE_ARCH}" DEPENDS = "virtual/kernel" ALLOW_EMPTY = "1" -PR = "r3" +PR = "r4" # # Set by the machine configuration with packages essential for device bootup @@ -19,6 +19,7 @@ RDEPENDS_task-poky-boot = "\ base-passwd \ busybox \ initscripts \ + keymaps \ modutils-initscripts \ netbase \ sysvinit \ |