mirror of
https://git.yoctoproject.org/poky
synced 2026-04-28 06:32:34 +02:00
Make keymaps load after psplash
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@773 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -3,7 +3,7 @@ SECTION = "base"
|
||||
RDEPENDS = "initscripts console-tools"
|
||||
LICENSE = "GPL"
|
||||
PACKAGE_ARCH = "${MACHINE}"
|
||||
PR = "r5"
|
||||
PR = "r6"
|
||||
|
||||
inherit update-rc.d
|
||||
|
||||
@@ -17,7 +17,7 @@ SRC_URI_append_collie = " file://keymap-*.map"
|
||||
SRC_URI_append_poodle = " file://keymap-*.map"
|
||||
|
||||
INITSCRIPT_NAME = "keymap"
|
||||
INITSCRIPT_PARAMS = "start 00 S ."
|
||||
INITSCRIPT_PARAMS = "start 01 S ."
|
||||
|
||||
do_install () {
|
||||
install -d ${D}${sysconfdir}/init.d/
|
||||
|
||||
Reference in New Issue
Block a user