diff options
| author | unitexe <unitexe70@gmail.com> | 2026-02-25 22:44:44 -0600 |
|---|---|---|
| committer | unitexe <unitexe70@gmail.com> | 2026-03-02 22:56:03 -0600 |
| commit | 70df75089a1ffbfd073d623e32d6417488b79491 (patch) | |
| tree | 4c6412b53ad0b8e5ba6547299fb1432e59be49b2 /meta-rockchip-extra/recipes-kernel/linux/linux-yocto_%.bbappend | |
| parent | a960f82818f0ad4c4df50efa4cc6540ffa8ee193 (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-kernel/linux/linux-yocto_%.bbappend')
| -rw-r--r-- | meta-rockchip-extra/recipes-kernel/linux/linux-yocto_%.bbappend | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-rockchip-extra/recipes-kernel/linux/linux-yocto_%.bbappend b/meta-rockchip-extra/recipes-kernel/linux/linux-yocto_%.bbappend new file mode 100644 index 0000000..47b06fa --- /dev/null +++ b/meta-rockchip-extra/recipes-kernel/linux/linux-yocto_%.bbappend @@ -0,0 +1,3 @@ +FILESEXTRAPATHS:prepend := "${THISDIR}/files:" + +SRC_URI:append = " file://0001-set-serial2-baudrate-to-115200.patch" |
