From: Li Xiaoming Date: Wed, 27 Nov 2019 09:48:59 +0000 (+0800) Subject: Enable pi 4 boot log on console output temporarily X-Git-Tag: 8.99.2~12 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=9409388f7393c0cc8fe30ba0f6cf8fd14cd14f51;p=AGL%2Fmeta-agl.git Enable pi 4 boot log on console output temporarily Although the rpi-config_git.bbappend enable ENABLE_UART_raspberrypi4 = "1", it seems make no effect. This patch is temporary solution, which can do some help to debug pi 4 boot issue. Bug-AGL: SPEC-2995 Change-Id: I0b634c4d8df576884b939ea259d4f8b7ca5330d7 Signed-off-by: Li Xiaoming --- diff --git a/meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.19.bbappend b/meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.19.bbappend new file mode 100644 index 000000000..35a09b021 --- /dev/null +++ b/meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.19.bbappend @@ -0,0 +1,2 @@ +ENABLE_UART_raspberrypi4 = "1" +