summaryrefslogtreecommitdiffstats
path: root/meta/packages/tasks/task-poky-boot.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-10-06 18:34:14 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-10-06 18:34:14 +0000
commitee38abe29a5e59ae62a03ecd376733ba450744dd (patch)
treecc85934e6fe025b5682ac193542dbeec04b7944b /meta/packages/tasks/task-poky-boot.bb
parentf65a0e7394200011bc6e3b6ae3aa2c3af3284fc6 (diff)
downloadpoky-ee38abe29a5e59ae62a03ecd376733ba450744dd.tar.gz
task-poky-boot: include keymaps only for machines with keyboard
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2850 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/tasks/task-poky-boot.bb')
-rw-r--r--meta/packages/tasks/task-poky-boot.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/tasks/task-poky-boot.bb b/meta/packages/tasks/task-poky-boot.bb
index 3696b2a067..26dada4c71 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 = "r4" 9PR = "r5"
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,7 +19,7 @@ RDEPENDS_task-poky-boot = "\
19 base-passwd \ 19 base-passwd \
20 busybox \ 20 busybox \
21 initscripts \ 21 initscripts \
22 keymaps \ 22 ${@base_contains("MACHINE_FEATURES", "keyboard", "keymaps", "", d)} \
23 modutils-initscripts \ 23 modutils-initscripts \
24 netbase \ 24 netbase \
25 sysvinit \ 25 sysvinit \