1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

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
This commit is contained in:
Marcin Juszkiewicz
2007-10-06 18:30:29 +00:00
parent dbeb513741
commit f65a0e7394
+2 -1
View File
@@ -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 \