mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
keymaps: Add htcuniversal support (from OE)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2050 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -3,7 +3,7 @@ SECTION = "base"
|
|||||||
RDEPENDS = "initscripts console-tools"
|
RDEPENDS = "initscripts console-tools"
|
||||||
LICENSE = "GPL"
|
LICENSE = "GPL"
|
||||||
PACKAGE_ARCH = "${MACHINE}"
|
PACKAGE_ARCH = "${MACHINE}"
|
||||||
PR = "r11"
|
PR = "r14"
|
||||||
|
|
||||||
inherit update-rc.d
|
inherit update-rc.d
|
||||||
|
|
||||||
@@ -17,6 +17,7 @@ SRC_URI_append_collie = " file://keymap-*.map"
|
|||||||
SRC_URI_append_poodle = " file://keymap-*.map"
|
SRC_URI_append_poodle = " file://keymap-*.map"
|
||||||
SRC_URI_append_jornada6xx = " file://keymap-*.map"
|
SRC_URI_append_jornada6xx = " file://keymap-*.map"
|
||||||
SRC_URI_append_h2200 = " file://keymap-*.map"
|
SRC_URI_append_h2200 = " file://keymap-*.map"
|
||||||
|
SRC_URI_append_htcuniversal = " file://keymap-*.map"
|
||||||
|
|
||||||
INITSCRIPT_NAME = "keymap"
|
INITSCRIPT_NAME = "keymap"
|
||||||
INITSCRIPT_PARAMS = "start 01 S ."
|
INITSCRIPT_PARAMS = "start 01 S ."
|
||||||
@@ -26,7 +27,7 @@ do_install () {
|
|||||||
install -m 0755 ${WORKDIR}/keymap ${D}${sysconfdir}/init.d/
|
install -m 0755 ${WORKDIR}/keymap ${D}${sysconfdir}/init.d/
|
||||||
|
|
||||||
case ${MACHINE} in
|
case ${MACHINE} in
|
||||||
c7x0 | tosa | spitz | akita | borzoi | collie | poodle | jornada6xx | h2200)
|
c7x0 | tosa | spitz | akita | borzoi | collie | poodle | jornada6xx | h2200 | htcuniversal )
|
||||||
install -m 0644 ${WORKDIR}/keymap-*.map ${D}${sysconfdir}
|
install -m 0644 ${WORKDIR}/keymap-*.map ${D}${sysconfdir}
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|||||||
Reference in New Issue
Block a user