summaryrefslogtreecommitdiff
path: root/meta-xilinx/meta-xilinx-bsp/recipes-devtools/run-postinsts/run-postinsts_%.bbappend
blob: 3923fa2d5bd69746f537fbdad9208202b24755af (plain)
1
2
3
4
5
6
7
# Update-alternatives is not able to find stdout when using JTAG boot mode on
# our devices, exits ungracefully without performing the required work (symbolic
# linking), pass kmsg to it as output to achieve proper behavior.

do_install_append(){
    sed -i "s/sh -c \$i \$append_log/sh -c \$i > \/dev\/kmsg/" ${D}${sbindir}/run-postinsts
}