summaryrefslogtreecommitdiff
path: root/meta-rockchip-extra/recipes-bsp/u-boot/u-boot_%.bbappend
diff options
context:
space:
mode:
authorunitexe <unitexe70@gmail.com>2026-02-25 22:44:44 -0600
committerunitexe <unitexe70@gmail.com>2026-03-02 22:56:03 -0600
commit70df75089a1ffbfd073d623e32d6417488b79491 (patch)
tree4c6412b53ad0b8e5ba6547299fb1432e59be49b2 /meta-rockchip-extra/recipes-bsp/u-boot/u-boot_%.bbappend
parenta960f82818f0ad4c4df50efa4cc6540ffa8ee193 (diff)
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.
Diffstat (limited to 'meta-rockchip-extra/recipes-bsp/u-boot/u-boot_%.bbappend')
-rw-r--r--meta-rockchip-extra/recipes-bsp/u-boot/u-boot_%.bbappend3
1 files changed, 3 insertions, 0 deletions
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"