From 70df75089a1ffbfd073d623e32d6417488b79491 Mon Sep 17 00:00:00 2001 From: unitexe Date: Wed, 25 Feb 2026 22:44:44 -0600 Subject: Introduce meta-rockchip-extra to apply serial baud rate patches I don't have a USB to serial converter that works with the default baud rate. --- meta-rockchip-extra/recipes-bsp/u-boot/u-boot_%.bbappend | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 meta-rockchip-extra/recipes-bsp/u-boot/u-boot_%.bbappend (limited to 'meta-rockchip-extra/recipes-bsp/u-boot/u-boot_%.bbappend') diff --git a/meta-rockchip-extra/recipes-bsp/u-boot/u-boot_%.bbappend b/meta-rockchip-extra/recipes-bsp/u-boot/u-boot_%.bbappend new file mode 100644 index 0000000..47b06fa --- /dev/null +++ b/meta-rockchip-extra/recipes-bsp/u-boot/u-boot_%.bbappend @@ -0,0 +1,3 @@ +FILESEXTRAPATHS:prepend := "${THISDIR}/files:" + +SRC_URI:append = " file://0001-set-serial2-baudrate-to-115200.patch" -- cgit v1.2.3