diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-10-06 18:34:14 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-10-06 18:34:14 +0000 |
commit | ee38abe29a5e59ae62a03ecd376733ba450744dd (patch) | |
tree | cc85934e6fe025b5682ac193542dbeec04b7944b | |
parent | f65a0e7394200011bc6e3b6ae3aa2c3af3284fc6 (diff) | |
download | poky-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
-rw-r--r-- | meta/packages/tasks/task-poky-boot.bb | 4 |
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" | |||
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 = "r4" | 9 | PR = "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 \ |