mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 18:32:12 +02:00
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
This commit is contained in:
@@ -6,7 +6,7 @@ DESCRIPTION = "Task for OpenedHand Poky - minimal bootable image"
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
DEPENDS = "virtual/kernel"
|
||||
ALLOW_EMPTY = "1"
|
||||
PR = "r4"
|
||||
PR = "r5"
|
||||
|
||||
#
|
||||
# Set by the machine configuration with packages essential for device bootup
|
||||
@@ -19,7 +19,7 @@ RDEPENDS_task-poky-boot = "\
|
||||
base-passwd \
|
||||
busybox \
|
||||
initscripts \
|
||||
keymaps \
|
||||
${@base_contains("MACHINE_FEATURES", "keyboard", "keymaps", "", d)} \
|
||||
modutils-initscripts \
|
||||
netbase \
|
||||
sysvinit \
|
||||
|
||||
Reference in New Issue
Block a user