In rS296926 the -P <path> option was added to kbdcontrol, in order to simplify building compile-time default keymaps. Make kbdcontrol a build tool to use the new -P support.
PR: 193865
Differential D5708
simplify compile-time default keyboard map generation emaste on Mar 22 2016, 8:33 PM. Authored by Tags None Referenced Files
Subscribers
Details
In rS296926 the -P <path> option was added to kbdcontrol, in order to simplify building compile-time default keymaps. Make kbdcontrol a build tool to use the new -P support. PR: 193865
Diff Detail
Event TimelineComment Actions Looks good to me, but not yet tested (I will at weekend.). Btw, other architectures are not affected? Comment Actions Tested with these settings:
makeoptions KBDMUX_DFLT_KEYMAP="us.pc-ctrl" makeoptions UKBD_DFLT_KEYMAP="us.pc-ctrl" makeoptions ATKBD_DFLT_KEYMAP="us.pc-ctrl"
makeoptions KBDMUX_DFLT_KEYMAP="us.ctrl" makeoptions UKBD_DFLT_KEYMAP="us.ctrl" makeoptions ATKBD_DFLT_KEYMAP="us.ctrl"
makeoptions KBDMUX_DFLT_KEYMAP="us.ctrl" makeoptions UKBD_DFLT_KEYMAP="us.ctrl" makeoptions ATKBD_DFLT_KEYMAP="us.ctrl" Btw, it would be nice to MFC this change to 10-STABLE too. Comment Actions
Yes, I intend to bring in an updated version of the kbdmux keymap change, and merge all of the kbdmap changes to stable/10 in a while. |