blob: 3923fa2d5bd69746f537fbdad9208202b24755af [file] [log] [blame]
Andrew Geissler84ad7c52020-06-27 00:00:16 -05001# 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
5do_install_append(){
6 sed -i "s/sh -c \$i \$append_log/sh -c \$i > \/dev\/kmsg/" ${D}${sbindir}/run-postinsts
7}