Andrew Geissler | 84ad7c5 | 2020-06-27 00:00:16 -0500 | [diff] [blame] | 1 | # Update-alternatives is not able to find stdout when using JTAG boot mode on |
2 | # our devices, exits ungracefully without performing the required work (symbolic | ||||
3 | # linking), pass kmsg to it as output to achieve proper behavior. | ||||
4 | |||||
5 | do_install_append(){ | ||||
6 | sed -i "s/sh -c \$i \$append_log/sh -c \$i > \/dev\/kmsg/" ${D}${sbindir}/run-postinsts | ||||
7 | } |